@charset "utf-8";

/* _______________________________________________________________ --> GLOBAL STYLES <-- */

* {
	margin:0;
	padding:0;
}

html, body {
	background:#366692;
	color:#101010;
	font:12px Arial, Helvetica, sans-serif;
	height:100%;
	line-height:20px;
}

a {
	color:#101010;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color:#2180d2;
	text-decoration:none;
}

a img {
	border:none;
}

p, ul {
	padding-bottom:18px;
}

li {
	margin-left:18px;
}

h1 {
	background:url(images/title.png) no-repeat;
	width:415px;
	height:58px;
	font-size:45px;
	color:#093157;
	padding:2px 0 10px 20px;
}

h2 {	
	font-size:14px;
	color:#a80c26;
	padding-bottom:4px;
}

h3 {
	font-size:14px;
	color:#a80c26;
	padding-bottom:2px;
}

h4 {		
	font-size:45px;
	color:#093157;
	padding-bottom:10px;
}

h5, h5 a, h6 a {
	font-size:15px;
	padding:3px; 
	text-decoration:none;
}

h5 a:hover, h6 a:hover {
	color:#2180d2;
}

h6 {
	padding-left:13px;
}

/* _______________________________________________________________ --> CONTAINER AND TITLE <-- */

#container {
	background-image:url(images/excess.png);
	background-repeat:repeat-y;
	width:749px;
	height:auto;
	position:relative;
	margin:0 auto;
}

#title {
	background:url(images/top.jpg) no-repeat;
	width:683px;
	height:300px;
}

/* _______________________________________________________________ --> NAVIGATION <-- */

#navigation {
	background:url(images/navigation.png) no-repeat;
	width:167px;
	height:368px;
	float:left;
	padding-left:35px;
}

#topnav {
	color:#AAAAAA;
	width:380px;
	height:18px;
	position:absolute;
	right:0px;
	top:0px;
	margin:26px 100px 0 0;
	text-align:right;
}

a.topnav {
	color:#97beca;
	text-decoration:none;
}

a.topnav:hover {
	color:#97beca;
	text-decoration:underline;
}

/* _______________________________________________________________ --> CONTENT <-- */

#content {
	background:#366692 url(images/middle.jpg) repeat-y;
	width:420px;
	height:auto !important;
	height:335px;
	min-height:360px;
	float:left;
	padding:0 30px 25px 30px;
	margin-left:0px;
}

.bold {
	font-weight:bold;
}

/* _______________________________________________________________ --> FOOTER <-- */

#footer {
	background-color:#366692;
	width:583px;
	height:300px;
	float:left;
	margin-left:122px;
}