/* CORE STYLES */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica;
	background: url(../assets/bg.gif) top left repeat;
}

a img {
	border: 0;
}

/* ie image fix */
img {
	vertical-align: bottom;
}

.clear {
	clear: both;	
}

.float_r {
	float: right;
}

#container {
	max-width: 1000px;
	background-color:#FFF;
	min-width: 800px;
	margin: 10px auto;
	border: 1px solid #1e304f;
}

#header {
	background-color: #fff;
	height: 218px;
}

#header .logo {
	margin: 5px;
}

#slogan {
	height: 32px;
	background: url(../assets/sloganback.jpg) top center repeat;	
}

#slogan p {
	padding: 12px 0px 0px 12px;
	font-style: italic;
	color: #0f0;	
	font-weight: bold;
	letter-spacing: 1px;
}

#left-nav {
	background-color: #FFF;
	margin-top:-8px;
	float: left;
	width: 210px;
	min-height: 400px;

		
}

#left-nav ul {
	list-style: none;
	}

#left-nav ul li a, #left-nav ul li a:visited {
	display: block;
	background-color: #1e304f;
	padding: 5px 5px;
	text-decoration: none;
	text-align:center;
	color: #fff;
	font-size: 1.1em;
	height: 30px;	
}

#left-nav ul li a:hover {
	text-decoration: none;
	background-color: #1a2945;
	background:url(../assets/navback.jpg);
}

#content {	
	margin: 0px 200px 0px 220px;
	min-height: 400px;
	border-left: 0px solid #1e304f;
	border-right: 0px solid #1e304f;
	background-color: #fff;
}

#content h1 {
	font-size: 1.2em;
	padding: 0px 0px 15px 0px;
	text-decoration: none;
}

#content h2 {
	font-size: .9em;
	text-decoration: none;
	font-weight:bold;
	color:#009900;
	}

#content h3 {
	text-align:center;
	font-size: 1.1em;
	text-decoration: none;
	padding-top:12px;
	margin-bottom:8px;
	font-weight:bold;
	color:#009900;
	}	

p {
	padding: 0px 8px 10px 0px;
	font-size: .9em;
	}

#content a {
	color: #00F;
	font-weight:bold;
	text-decoration:none;
	}
#content a:visited {
	color: #1e304f;
	font-weight:bold;
	text-decoration:none;
	}	
	
#content a:hover {
	color:#F00;
	}	

#content ol {
	margin-left: 220px;
	padding: 0px 5px 15px 25px;
	margin: 0px 8px;
	font-size: .9em;
	}
#content ul {
	margin-left: 220px;
	padding: 0px 5px 15px 25px;
	list-style-image:url(../assets/listbullet.jpg);
	
	margin: 0px 8px;
	font-size: .9em;
	}	
		
#content li {
	padding: 0px 0px 2px 0px;	
	}

#rightside {
	background-color: #ccc;
	margin-top:-8px;
	float: right;
	width: 200px;
	min-height: 280px;
	margin-right:0px;
	}

#rightside h1 {
	font-size: 1.1em;
	margin-top:15px
	padding: 10px 0px 5px 0px;
	text-decoration: none;
	text-align:center;
	height:25px;
	color:#F00;
	background-color:#1e304f;
	}
	
#rightside p {
	text-align:center;
	padding: 3px 8px;
	color:#000;
}

#rightside a {
	color: #00F;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
}
	
#rightside a:hover {
	color:#F00;
	}	


#footer {
	clear: both;
	height: 80px;
	background: url(../assets/footerback.jpg) top center repeat;
	text-align: center;

}

#copyright {
	padding-top: 10px;
	color: #0f0;
	font-size: .7em;	
	
	}

#footer a  {
	padding: 5px 5px;
	text-decoration: none;
	text-align:center;
	color: #006;
	font-size: .7em;
}

#footer a:hover {
	text-decoration: none;
	color:#00F;

}	
	
#footer p {
	padding-top: 10px;

}