@charset "iso-8859-1";
/* CSS Document */

body, html{
	margin: 0;
	padding: 0;
	color: #002bff;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
	}

body{
	background: #999900 url(images/content.jpg) scroll repeat-y;
	background-position: center;
	}

#container, #header{
	width: 823px;
	margin: 0px auto;
	position: relative;
	}

#header{
	height: 375px;
	background-image: url(images/header.jpg);
	}

#content{
	width: 580px;
	position: absolute;
	left: 30px;
	}

#con{
	background: #001580;
	padding: 6px;
	margin-bottom: 40px;
	border-right: 1px solid #002bff;
	border-bottom: 3px solid #002bff;
	border-left: 1px solid #002bff;
	color: #cccc00;
	}

#navigation{
	width: 150px;
	padding: 6px;
	color: #002bff;
	top: 0px;
	left: 604px;
	position: absolute;
	text-align: center;
	}


#content h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 22px;
	color: #ffff00;
	text-decoration: none;
	font-weight: lighter;
	text-align: left;
	line-height: 18px;
	letter-spacing: -2px;
	text-transform: lowercase;
	border-bottom: 3px solid #999900;
	margin-bottom: 0px;
	}

#content h2{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	color: #000833;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #999900;
	margin: 10px 0 6px 0;
	}

#navigation h1{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	color: #ffff00;
	border-bottom: 2px solid #001580;
	margin-top: 13px;
	margin-bottom: 4px;
	letter-spacing: -1px;
	font-weight: lighter;
	}


#navigation a{
	display: block;
	color: #002bff;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px dotted #cccc00;
	margin-bottom: 2px;
	}
	
#navigation a:hover{
	display: block;
	color: #0022cc;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #999900;
	border-bottom: 1px dotted #ffff00;
	}

#con a{
	background-color: #001166;
	color: #cccc00;
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
	text-transform: none;
	}

#con a:hover{
	background-color: #cccc00;
	color: #001166;
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
	text-transform: none;
	}
	
a{
	color: #cccc00;
	text-decoration: underline;
	padding: 0 2px;
	text-transform: uppercase;
	}

a:hover{
	color: #999900;
	text-decoration: underline overline;
	padding: 0 2px;
	text-transform: uppercase;
	}


#con b, strong{
	font-weight: bold;
	color: #ffff00;
	}

#con i, emphasis{
	font-style: italic;
	color: #002bff;
	}

#con u{
	border-bottom: 1px solid #002bff;
	}

#con s{
	color: #ffff00;
	}

b, strong{
	font-weight: bold;
	color: #0022cc;
	}
	
i, emphasis{
	font-style: italic;
	color: #ffff00;
	}

u{
	border-bottom: 1px solid #ffff00;
	}

s{
	color: #0022cc;
	}


img{
	border: 2px solid #002bff;
	margin-right: 6px;
	margin-top: 3px;
	}


ul{
	color: #3355ff;
	list-style-type: square;
	border-left: 3px solid #999900;
	padding-left: 24px;
	}

ol{
	color: #3355ff;
	list-style-type: decimal;
	border-left: 3px solid #999900;
	padding-left: 24px;
	}	

blockquote{
	background-color: #cccc00;
	border-left: 20px solid #999900;
	width: 400px;
	margin-left: 30px;
	color: #000833;
	padding: 4px;
	text-align: left;
	}

p{
	margin: 2px 0 10px 0;
	}



	




