@charset "UTF-8";


body  {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#0e2d43 url(../images/body_bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	list-style-type: circle;
	}

#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	}
	
	
	
/* HEADER  */	

#header {
	text-align: center;
	width: 960px;
	height: 191px;
	}
	
	
/* LEFT COLUMN NAVIGATION */

#navigation {
	width: 180px;
	float: left;
	color:#FFFFFF;
	margin-top: 25px;
	padding-right: 0px;
	padding-left: 16px;
	}
	
	/* MAIN NAVIGATION */
	#navigation ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
	#navigation ul li {
		margin: 0px;
		padding: 0px;
		line-height: 2em;
		}
	#navigation ul li a {
		font-size: 18px;
		display: block;
		border-bottom: 1px solid #747474;
		padding: 13px 0px 15px 4px;
		text-decoration: none;
		color: #fff;
		width:180px;
		}
	
	#navigation ul li.active a {
		color: #ffffff;
		}
		
	#navigation a:hover {
		color: #0095ff;
		}
	
	.nav_subtext {font-size: 11px; line-height: 10px;}
	
	
	
	
/* RIGHT COLUMN  */	
	
#sidebar_right {
	width: 175px;
	float: right;
	color: #FFFFFF;
	margin-top: 40px;
	padding-left: 20px;
	font-size:11px;
	}
	
	#sidebar_right a:link, #sidebar_right a:visited {
		color: #ffffff;
		text-decoration:underline;
		}


	#sidebar_right a:hover, #sidebar_right a:active {
		color: #0095ff;
		text-decoration:underline;
		}
	
	
	
	
/* MIDDLE COLUMN  */	
	
#main_content {
	margin: 0px 200px 15px 200px;
	padding: 0 0 0 0;
	background:#FFFFFF;
	}

	#section_title {width: 550px; background: #808285; padding: 5px 5px 5px 5px;  text-align: center;}
	
	#section_title h1 {
		font-style: italic;
		font-weight:normal;
		color: #ffffff;
		margin:0;
		padding:0;
		}

	#section_content {
		margin: 30px 30px 30px 30px;
		}
		

		
		
		
/* FOOTER */	
	
#footer {
	width: 520px;
	margin: 0px 220px 80px 220px;
	color: #FFFFFF;
	font-size: 11px;
	}

#footer a {
	text-decoration: none;
	color:#FFFFFF;
	}
	
#footer a:hover {
	text-decoration: underline;
	color:#0095ff;
	}
	
	
	
	
/**----------------------------
 * 1.GLOBAL
 *----------------------------*/
 
 
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 18px;
	margin: .5em 0;
	}

h2 {
	font-size: 16px;
	margin: 0 0 .5em;
	color: #0e497a;
	}

h3 {
	font-size: 13px;
	margin: .3em 0;
	color: #0e497a;
	}

h4 {
	font-size: 1.1667em;
	margin: .3em 0;
	}

p {
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 1.5em;
	}

a:link, a:visited {
	color: #0e497a;
	text-decoration: none;
	}

a:focus {
	outline: 1px dotted;
	}

a:hover, a:active, li a.active {
	color: #0095ff;
	outline: none;
	}

li {
	padding-bottom: 10px;
	}



blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
