/* CSS Document */


* { 
	padding:0; 
	margin:0;
	
} 

body {
	background-image:url(../images/page_backbround.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#000000;
}


#container {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
}

#header {
	width: 927px;
	height: 131px;
	background-image:url(../images/header_e.jpg);
	background-repeat:no-repeat;
}

#header-f {
	width: 927px;
	height: 131px;
	background-image:url(../images/header_f.jpg);
	background-repeat:no-repeat;
}
#header-home-link a {
	width: 230px;
	height: 119px;
	display:block;
	text-decoration:none;
}

#content {
	width:927px;
	background-image:url(../images/content_background.jpg);/*shadow_right_background.jpg*/
	background-repeat:repeat-y;
	min-height:429px;
	background-color:#99CC33;
}

#right-shadow {
	background-image:url(../images/shadow_right.jpg);
	background-repeat:no-repeat;
	width: 8px;
	height: 429px;
	float:right;
}

#main-container {
	padding-left: 13px; 
	width:892px; 
	float:left;
}

#main-image {
	width:684px;
	margin-bottom:10px;
	float:left;
}

#main-content {
	width:684px;
	float:left;
	padding-left:13px;
}

#sidebar {
	background-image:url(../images/sidebar_backgroundGradient.jpg);
	background-repeat:repeat-x;
	width:154px;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	padding:13px;
}

#footer {
	background-image:url(../images/shadow_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 927px;
	height: 19px;
	padding-top:13px;
}

.clear {
	clear:both;
}


/*side-nav
---------------------------------------------------------------------------------------------------- */

#side-nav {
	background-color:#323F85;
	width:192px;
	float:left;
	min-height: 429px;
}


#side-nav a,
#side-nav a:link,
#side-nav a:visited {
	padding:10px 0px 15px 0px;
	display:block;	
	width: 179px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	float:right;
	border-bottom: solid 1px #FFFFFF;
}

#side-nav a:hover,
#side-nav a.side-nav-on,
#side-nav a.side-nav-on:link ,
#side-nav a.side-nav-on:visited {
	border-bottom: solid 1px #D51E31;
	border-left: solid 13px #D51E31; 
	padding:10px 0px 15px 13px;
	width: 153px;
	float:right;
}

#side-nav-download {
	margin-top: 35px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	height:220px;
}

#side-nav-download a,
#side-nav-download a:link,
#side-nav-download a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	padding:0px;
	margin:0px;
	border:none;
	display:inline;
	width:auto;
	float:none;
}

#side-nav-download a:hover {
	color:#D51E31;
	text-decoration:underline;
	padding:0px;
	margin:0px;
	border:none;
	display:inline;
	width:auto;
	float:none;
}


/* normal links
--------------------------------------------------------------------------------------------------*/

a,
a:link,
a:visited {
	color:#323F85;
	text-decoration:underline;
	font-weight:normal;
}

a:hover{
	color: #D51E31;
}


h1 {
	color:#323F85;
	padding-bottom:7px;
	font-weight:normal;
	font-size:22px;
	line-height:24px;
}

h2 {
	color:#D51E31;
	padding-bottom:7px;
	font-weight:normal;
	font-size:18px;
	line-height:20px;
}

h3 {
	color:#323F85;
	padding-bottom:7px;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
}
h4 {
	color:#D51E31;
	padding-bottom:7px;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
}

.text-red {
	color:D51E31;
}

p {
	padding-bottom:8px;
}

.back-to-top {
	float:right;
}

































































