@charset „utf-8“;
/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 0.9em;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/*------------------- Layout ---------------------
---------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #002449;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #000033;
}


#container  {
	width: 950px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	border: 1px solid #CCCCCC;
}


#header  {
	background-color: #FFF;
	height: 172px;
	background-image: url(https://u.jimcdn.com/cms/o/s076c17f890378080/userlayout/img/haed950.jpg?t=1353054433);
	background-repeat: no-repeat;
	width: 950px;
}

/*------------------- Navigation ---------------------
---------------------------------------------------*/
#navigation {
	margin-top: 9px;
	width: auto;
	height: 22px;
	margin-left: 55px;
	margin-right: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
}
#navigation li {
	text-decoration: none;
	display: inline;
	line-height: 160%;
	padding-right: 0px;
	margin-right: 20px;
}
#navigation li a {
	color: #999999;
	text-decoration: none;
	font-size:12px;
}
#navigation li a:visited {
	color: #006699;
}
#navigation li a:hover {
	color: #999999;
}
#navigation li a:active {
	color: #CCC;
}

/*------------------- Content ---------------------
---------------------------------------------------*/
#content  {
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px solid #000000;
	width: 850px;
	margin-right: 0px;
	float: left;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}

/*------------------- Sidebar ---------------------
---------------------------------------------------*/
#sidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #ffffff;
	height: auto;
	width: auto;
	float: none;
	position: relative;
	clear: both;
	padding-left: 50px;
	padding-right: 50px;
}



#footer {
	font-size: 10px;
	text-align: left;

	color: #666;
	clear: both;
	width: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 8px;
	margin-left: 50px;
}



/*------------------- links ---------------------
---------------------------------------------------*/
a:link {
	color: #666666;
}
a:visited {
	color: #000066;
	text-decoration: none;
}