/* layout stylesheet */

body { background-color: #FFFFFF; margin-top:0px; margin:auto; }
#layout_splash { margin-right:auto; margin-left:auto; width:610px;}
#layout_home { margin-right:auto; margin-left:auto; width:800px;}

/* Website Link Styles */
A:link { color: #1DB0EC; text-decoration: underline; font-family: Arial, Helvetica, sans-serif, Verdana; font-weight: normal; }
A:visited { color: #1DB0EC; text-decoration: underline; font-family: Arial, Helvetica, sans-serif, Verdana; font-weight: normal; }
A:active {color: #1DB0EC; text-decoration: underline; font-family: Arial, Helvetica, sans-serif, Verdana; font-weight: normal; }
A:hover {color: #0B4DA2; text-decoration: underline; font-family: Arial, Helvetica, sans-serif, Verdana; font-weight: normal; }

/* base stylesheet */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.6px;
	color: #003366;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight:bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* splash stylesheet */
.img_splash {
	padding-top:68px;
	padding-bottom:20px;
}
.lang_btn {
	width:123px;
	height:31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	text-align:center;
	color: #FFFFFF;
	background-image: url(../../images/btn.gif);
	background-repeat: no-repeat;
	padding-right:24px;
}
A.btn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;	
}
A.btn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;	
}
A.btn:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;	
}
A.btn:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;	
}
/* home - top header stylesheet */
.top_sm {
	width:800px;
	height:24px;
	background-color: #F2F5F6;
}
.top_sm_menu {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 10px; color: #003366; text-decoration: none;}
A.top_sm_menu:link {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 10px; color: #003366; text-decoration: none; }
A.top_sm_menu:active {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 10px; color: #003366; text-decoration: none;}
A.top_sm_menu:visited {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 10px; color: #003366; text-decoration: none;}
A.top_sm_menu:hover {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 10px; color: #1DB0EC; text-decoration: none;}

.top_menu {
	width:800px;
	height:33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A4373;
	background-color: #115C9C;
}
.topMenu {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
A.topMenu:link {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
A.topMenu:active {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
A.topMenu:visited {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
A.topMenu:hover {font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 12px; font-weight: bold; color: #1DB0EC; text-decoration: none;}

.margin_both {
	margin-left:20px;
	margin-right:20px;
}

/* home - welcome - contents stylesheet */
table.content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D9E0E2;
	border-left-color: #D9E0E2;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-y;
}
td.tagpadding {
	padding-top:6px;
	padding-bottom:6px;
	background-color: #FFFFFF;	
}
td.welcome_top {
	padding-left:20px;
}
td.welcome_middle {
	width:549px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left:22px;
	padding-right:10px;
}
.leftmargin {
	margin-left:15px;
}
.imgFloat {
	float:right;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 13px;
}
.welcome_underline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D0E2E8;	
}
span.welcome_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	letter-spacing: -0.2px;
	line-height: 30px;
	}
span.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16.5px;
	color: #003366;
	letter-spacing: -0.2px;
	line-height: 30px;
	}

/* home - News and Events - contents stylesheet */
.news_top {
	width:549px;
	height:39px;
	background-image:url(../../images/img_newstop.jpg);
	background-repeat: no-repeat;
	padding-left:5px;
}
.news_padding {
	margin-left:15px;
	padding-top:20px;
	padding-bottom:30px;
}
.newscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* home - right menu - Bio safty stylesheet */
.bio_top {
	width:185px;
	height:31px;
	background-image: url(../../images/img_bio_top.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:6px;
}
.bio_leftmargin {
	margin-left:16px;
}
td.bio_middle {
	width:185px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left:6px;
	padding-right:3px;
}
.top_padding {
	padding-top:10px;
}
/* home - footer  */
table.footer {
	width:800px;
	height:28px;
 	background-image: url(../../images/img_footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
 }
.left_padding {
	padding-left:20px;
}
.right_padding {
	padding-right:20px;
}
img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 9px 3px 3px; 
}
