/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#0e1432;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/sdea/images/bg_body.gif);
}

a { 
	color:#E8D455;
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

h4 { font-size:13px; }

.footer_text {
	color: #606bb1;
	font-size: .9em;
}

.footer_text a {
	color: #606bb1;
	text-decoration: none;
}

.footer_text a:hover {
	color: #fff;
	text-decoration: none;
}

.blue {
	color: #606bb1;
}

.big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 25px;
}

.nav_break {
	color: #1D295F;
}

.sub_nav_break {
	color: #18224F;
}

.hr {
	height: 4px;
	width: 800px;
	border-bottom: 1px solid #fff;
}

.border {
	height: 2px;
	width: 900px;
margin: 5px 0;
	border-top: 1px solid #1D295F;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto;
	background-color:#0e1432;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:15px;
	color: #fff;
	font-size: 1em;
	padding: 18px; 0 0 0;
	background-repeat: no-repeat;
	border-top: 1px solid #1D295F;
	border-bottom: 1px solid #1D295F;
	background-image: url(/sdea/images/bg_nav.gif);
}

#sub_nav {
	position:relative;
	top:0;
	left:0;
	width: 830px;
	height: 20px;
	color: #2C3E8F;
	font-size: .9em;
	padding: 2px; 0 0 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #18224F;
	background-image: url(/sdea/images/bg_sub-nav.gif);
}

#sub_nav a {
	font-size: .9em;
	text-decoration: none;
}

#sub_nav a:hover {
	color: #fff;
	text-decoration: none;
}
/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
}

#main_sub {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
}
/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:400px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:385px;
	height:auto;
	padding: 0 0 0 10px;
	border-left: 3px solid #323a66;
}

#content_main-b {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
	padding: 0 0 0 10px;
	border-left: 3px solid #323a66;
}

#blog {
	height:25px;
	width:900px;
	margin: 5px 0;
	text-indent: 5px;
	background-color: #29335F;
	border-top: 1px solid #1D295F;

}

#blog a:hover {
	display:block;
	background-color: #505B8F;
}
/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	color:#FFF;
	width:800px;
	height:104px;
	background-color:#0e1432;
	background-repeat: no-repeat;
	background-image:url(/sdea/images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #AEA14C;
	text-decoration: none;
}



