* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(../images/top_bkg.jpg) repeat-x top #FFFFFF;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

.sel {color: #FF9900}
.not_sel {color: white}
.snav_sel {color: #FF6600}
.snav_not_sel {color: #000000}
.whtlink {color: #FFFFFF}
.blulink {color: #708491; text-decoration: none;}
 
.sidelink {color: #E7ECEE}
a { color: #FF6600; text-decoration: none; outline:none; }

a:hover, a:active { text-decoration: underline; }
a.none {
color: #708491;
text-decoration: none;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #708491;
	margin-bottom: 0.1em;
	margin-top: 0.8em;
	text-transform: uppercase;
	padding-left: 20px;
}
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}
h3 {
	font-size: 1.5em;
	width:190px;
	background: #FF9900;
	color: white;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: -1.0em;
	text-align: center;
}
h4 { font-size: 1.3em; text-transform: uppercase; margin-bottom: 0.8em; }
.capt {
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: normal;
}
.clear { clear: both; }

div#page-wrap {
	width:867px;
	margin: 0 auto;
	background: #FFFFFF;
}
ul#nav {
	height: 141px;
	background: url(../images/head.jpg) no-repeat;
	list-style: none;
	padding-left: 185px;
}
ul#nav li {
	display: inline;
	font-size: 1.4em;
}
ul#nav li a {
	display: block;
	width: 120px;
	float: left;
	margin-top: 96px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
ul#nav li a:hover, ul#nav li a:active {
	color: #FF9900;
}
.colorHL {
	color: #125494;
	font-weight: bold;
}
hr.e {
	border: none 0;
	border-top: 1px dashed #9FB1BC;
	/*border-bottom: 1px dashed #ccc;*/
	width: 100%;
	height: 2px;
	margin: 8px auto 0 0;
	text-align: left;
	padding-bottom: 10px;
	}
	
div#main-content {
	padding-bottom: 5px;
	background: url(../images/p_bkg.gif) repeat-y top #1fa1f9;
}
div#main-content div#left-col {
	float: left;
	width: 610px;
	margin-left: 10px;
}
div#main-content div#left-col li{
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: left;
	margin-left: 55px;
	
}

.container {
	width: 580px;
	padding: 15px;
	margin: 3px 0 20px 0;
	/*border: 1px solid #ccc;*/
	background: #fff;
	}
	
#navPyra {
	margin: 0 0 15px 0px;
	padding: 0 0 23px 10px;
	border-bottom: 1px dashed #9FB1BC;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 1.4em;
	line-height: 12px;
	font-weight: bold;
	padding: 0 12px 12px 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bdc9d1;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #708491;
	background: url(../images/tab_pyram.gif) no-repeat bottom center;
	}
	
	
div#main-content div#right-col {
	margin-top: 10px;
	float: right;
	width: 220px;
	height: 500px;
	margin-right: 15px;
	background: #ffffff;
}	
div#main-content div#right-col div#s_nav_box ul#s_nav {
	list-style: none;
	
}
div#main-content div#right-col div#s_nav_box ul#s_nav li{
	font-size: 1.4em;
}
div#main-content div#right-col div#s_nav_box ul#s_nav li a{
	display: block;
	margin-top: 30px;
	padding-top: 1px;
	text-decoration: none;
	text-align: center;
}
div#main-content div#right-col div#s_nav_box ul#s_nav li a:hover, udiv#main-content div#right-col div#s_nav_box ul#s_nav li a:active {
	color: #FF6600;
}
div#main-content div#right-col div#solutions {
	text-align: center;
}
div#footer {
	height: 167px;
	background: url(../images/ft_bg.png) repeat-x top #11598D;
	color: white;
	text-align: center;
	font-size: 1.0em;
}
div#footer div#foot-wrap {
	width:867px;
	color: #11598D;
	margin: 0 auto;
}
div#footer div#foot-wrap div#foot {
	height: 167px;
	background: url(../images/foot.jpg) no-repeat;
	list-style: none;
	padding-left: 125px;
}
div#footer div#foot-wrap div#foot p {
	color: #E4EEEE;
	text-align: right;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 25px;
	line-height: 1.4em;
}		

.announcement_blue {
	font-size: 1.6em;
	font-weight: bold;
	color: #708491;
	margin-bottom: 0.1em;
	margin-top: 0.8em;
}

	
