@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 15px;
	width: 600px;
	padding: 0px;
}

#header {
	background-color: #8FB3D1;
	height: 105px;
}

#header #HeaderContent {
	height: 100px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 3px;
}


#header #HeaderContent #LeftContent {
	float: left;
	width: 50%;
	background-image: url(../images/aculabs_logo.gif);
	background-repeat: no-repeat;
	height: 100px;
}
#header #HeaderContent #RightContent {
	width: 48%;
	font-size: 12px;
	font-weight: bold;
	color: #365875;
	padding-right: 0px;
	padding-top: 83px;
	float: right;
}



#dkblueheader {
	height: 24px;
	background-color: #355773;
}
.chromestyle{
	width: 95%;
	font-weight: bold;
	margin-left: 15px;
	padding-top: 1px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #365875;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px;
	text-align: center;
	background-image: url(../images/chromebg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 10px;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
	font-size: 9px;
}

.chromestyle ul li a{
	color: #355773;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #365875;
}

.chromestyle ul li a:hover{
	background-image: url(../images/chromebg2-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #8fb3d1;
	line-height:18px;
	z-index:100;
	background-color: #E1EBF4;
	width: 275px;
	visibility: hidden;












filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCC; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #355773;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
}

#pictureheader {
	background-image: url(../images/beakerslg.jpg);
	background-repeat: repeat-x;
	height: 65px;
}
#BottomBlueBar {
	background-image: url(../images/BottomBlueBar.jpg);
	background-repeat: repeat-x;
	height: 20px;
	background-position: center center;
}
#content {
	background-image: url(../images/contentbackground.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 400px;

}
#content h1 {
	color: #004A05;
	font-size: 1.75em;
}
#content h2 {
	color: #365875;
	font-size: 1.3em;
}

#content img {
	float: none;
}

#content #column1 {
	width: 29%;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#content #column1 img {
	float: left;
}

#content #column4 {
	padding-top: 90px;
}
#content #column4 img {
	float: left;
	padding-left: 75px;
}

#content #column2 {
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 29%;
	padding-right: 10px;
}
#content #column3 {
	width: 29%;
	float: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#content1 {
	margin: 25px;
	width: 95%;
	background-image: url(../images/contentbackground.jpg);
	background-repeat: no-repeat;
}
.borders {
	border: 1px solid #355773;
}
#content1 h1 {
	font-size: 2em;
	font-weight: bolder;
	color: #006633;
	margin-left: 125px;
}
#content1 h2 {
	font-size: 1.25em;
	font-weight: bolder;
	color: #AE0200;
	margin-left: 125px;
}
#content1 h3 {
	font-size: 1.75em;
	font-weight: normal;
	color: #143A5F;
	margin-left: 250px;
}
.blacktext {
	color: #000000;
}
.goldtext {
	color: #D99800;
}



#content1 li {
	font-weight: normal;
	color: #BF1402;
	margin-top: 7px;
	margin-left: 125px;
}
#content1 p.indented {
	margin-left: 125px;
	margin-right: 225px;
}


.boldtext {
	font-weight: bold;
}
#content1 #programtbl img {
}

#content1 img {
	float: right;
}
input {
	background-color: #EFF4F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #365875;
	border-right-color: #DCE7EF;
	border-bottom-color: #DCE7EF;
	border-left-color: #365875;
}
.checkbox {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	color: #598CB3;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 3px;
}
