@charset "utf-8";
/* CSS Document */

body { 
	background-color: #3B3876;
	margin: 0, 0, 0, 0; 
	padding: 0, 0, 0, 0;
	vertical-align:top;
}
p {
	font-size: 12px;
	color:#333333;
	font-family: "Trebuchet MS";
}
h1 {
	font-size: 30px;
	color:#5d59ae;
	font-family: "Trebuchet MS";
}
h3 {
	font-size: 16px;
	color:#5d59ae;
	font-family: "Trebuchet MS";
	text-align:center;
}
a {
	font-size: 12px;
	color:#5d59ae;
	font-family: "Trebuchet MS";
}
a:hover {
	font-size: 12px;
	color:#d15205;
	font-family: "Trebuchet MS";
}
a.email {
	font-size: 11px;
	color:#ffffff;
	font-family: "Trebuchet MS";
	text-decoration:none;
	background-color:#d15205;
}
a.email:hover {
	font-size: 11px;
	color:#ffffff;
	background-color:#5d59ae;
}
#Header {
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	width:800px;
	height:150px; 
	border:none; 
}
#leftNav {
	width:150px;
	background-color:#8a9bd1;
	vertical-align:top;
}
#quickJumpMenu {
	float:right;
	width:372;
}
#subMenu a{
	text-align:left;
	color:#5d59ae;
	font-family:verdana;
	font-size:10px;
	font-weight:600;
	text-decoration:none;
	line-height:14px;
}
#subMenu a:hover{
	text-align:left;
	color:#ffffff;
	font-family:verdana;
	font-size:10px;
	font-weight:600;
	text-decoration:none;
	line-height:14px;
}
#bodyContent {
	width:650px;
	text-align:left;
	background-color:#FFFFFF;
}
#bodyCopy {
	margin: 20px;, 20px, 20px, 20px;
	font-size: 12px;
	color:#333333;
	font-family: "Trebuchet MS";
	text-align:left;
}
#TemimaLogo {
	vertical-align:top;
	float:left;
	width:428;
}
#SACSLogo {
	float:right;
	padding-right:-1px;
	margin-right:-1px;
	width:372;
}
.style7 {
	font-size: 14px; 
	font-family: "Trebuchet MS"; 
	font-style: italic; 
}

 
.marge5 {
margin-left: 5em;
}

.marge6 {
margin-left: 6em;
}

.marge4 {
margin-left: 4em;
}

.marge3 {
margin-left: 3em;
}

.marge2 {
margin-left: 2em;
}

.marge1 {
margin-left: 1em;
}
/* Start Chromeless Dropdown menu */

.chromestyle{
float:right;
width: 220;
font-weight: bold;
padding: 0;
margin: 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0;
margin: 0;
}

.chromestyle ul li a{
color: #494949;
padding: 0;
margin: 0;
text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


