/* CSS Document */

body {
	margin-top: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background: white;
	background-image: url(images/background.gif);
	background-repeat:repeat-y;
	background-attachment: fixed;
		}
td,th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background: white;
	}
div.navbar {
	position: absolute;
	top: 0px;
	left: 145px;
	width: 590px;
	height: 70px;
	text-align: center;
	background-color: #003366;
	color: #FFFF00;
	padding-bottom: 0px;
	background-image: url(images/header.gif);
}
div.navtext {
	position: absolute;
	top: 42px;
	left: 145px;
	width: 590px;
	text-align: center;
	color: #FFFF00;
}

div.sidebar { 
	position: absolute; 
	left: 0px;
	top: 0px; 
	height: 98%; 
	width: 145px; 
	text-align: center;
	}
	

div.quote {
	font-size: 11px;
		padding-bottom: 10px;
	}
	
div.quote h1{
	color: #00A0C6;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	}
	
div.main {
	position: absolute;
	top: 85px;
	left: 165px;
	width: 370px;
	padding-top: 0px;
	text-align: justify;
	}
div.rightmargin {
	position: absolute; 
	top: 85px; 
	left: 570px; 
	width: 150px;
	padding-top: 0px; 
	text-align: center;
}

div.rightmargin a{
	color:#666666;
	}


div.copyright {
	text-align: center; 
	font-size: 10px; 
	color: #999999;
	}

div.main h1 {
	font-size: 13px;
	color:#003366;
	font-weight: 100;
	text-align: center;

}


a {	font-family: Verdana, Arial, Helvetica, sans-serif;}

a:link {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;

	}

a:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
a:hover {
	text-decoration: none;
	color: #FFff00;
	}

a:active {
	text-decoration: none;
}

div.main a:link {
	font-size: 12px;
	text-decoration: none;
	color: #003366;

	}

div.main a:visited {
	text-decoration: none;
	color: #003366;
	}
	
div.main a:hover {
	text-decoration: none;
	color: #0099FF;
	}

div.main a:active {
	text-decoration: none;

}

div.copyright a:link {
	font-size: 10px;
	text-decoration: none;
	color: #003366;

	}

div.copyright a:visited {
	text-decoration: none;
	color: #003366;
	}
	
div.copyright a:hover {
	text-decoration: none;
	color: #0099FF;
	}

div.copyright a:active {
	text-decoration: none;
}