/*LINKS
-------------------------------------------*/
a {
	text-decoration: underline;
	color: #3366FF;
}
a:hover {
	color: #99CC99;
	text-decoration: none;
}
.class2 a {
	COLOR: #003399;
	text-decoration: none;
}
.class2 a:hover {COLOR: #99CC99;
	text-decoration: none;
}
.class3 a {
	COLOR: #01819A;
	text-decoration: none;
}
.class3 a:hover {COLOR: #99CC99;
	text-decoration: none;
}
.class4 a {
	COLOR: #ffffff;
	text-decoration: none;
}
.class4 a:hover {COLOR: #003399;
	text-decoration: none;
}

/*MAIN TEXT
---------------------------------------------*/

.h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366FF;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.h2 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #01819A;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
	}
.h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	line-height: 19px;
	font-weight: normal;}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01819A;
	text-decoration: none;
	line-height: 18px;
}.imagecaption {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366FF;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	line-height: 19px;
	text-decoration: none;
	text-align: none;
}

/*BODY
-------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #EEEBE6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #E0E0E0;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR: #38575C;
	SCROLLBAR-TRACK-COLOR: #E0E0E0;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	background-color: #0066FF;
}

/*TOP BACKGROUND IMAGES
-------------------------------------------*/

.dotvertline {
	background-attachment: scroll;
	background-image: url(../colonial_images/colonial_engineering/dot_line1.jpg);
	background-repeat: repeat-y;
	width: 1px;
	background-position: right top;
}
.dothorzline {
	background-attachment: scroll;
	background-image: url(../colonial_images/colonial_engineering/dot_line2.jpg);
	background-repeat: repeat-x;
	height: 1px;
	background-position: left top;
}

/*FLASH IMAGES
------------------------------------*/

.mainbg {
	background-attachment: scroll;
	background-image:  url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*FORM ELEMENTS
------------------------------------*/

.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 12px;
	border: 1px solid #B3D9B3;
}
.submitbu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold; 
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(sam_submit_bu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 90px;
	cursor: pointer;
}.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #51A8FF;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

.photo_border{
	border: 1px solid #CCCACD;
	padding: 2px;

}
