/* CSS Document */

body {	
	margin: 0 auto 0 auto;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1{
	font-size:13px;
	color:#006600;
}

h2{
	font-size:11px;
	color:#006600;
	font-weight:bold
}


#quotes{
	padding:1px 20px 1px 20px;
	width:708;
	background:#EEEEEE;
}

a:link, a:active, a:visited{	
	color: #006600;
	text-decoration: none;
}

a:hover{	
	text-decoration: underline;
	color: #006600;
}

#topshadow{
	width: 766px;
	height: 29px;
	background-image:url(images/topshadow.jpg);
	bottom:0;
	margin-left:auto;
	margin-right:auto;
}


#bottomshadow{
	width: 766px;
	height: 29px;
	background-image:url(images/bottomshadow.jpg); 
	top:0px;
	margin-left:auto;
	margin-right:auto;

}

#page {
	width: 766px;
	background-repeat:repeat-y;
	background-image:url(images/background.jpg); 
	margin: 0 auto 0 auto;	
}

#pagecontainer{
	width: 718px;
	margin: 0 auto 0 auto;
	height:100%;
}

#bodycontainer{	
	padding:10px 20px 20px 20px;
	
}

#bodycontainer a:link:active:visited{	
	color: #006600;
	text-decoration: none;
}

#bodycontainer a:hover{	
	text-decoration: underline;
	color: #006600;
}

#rightside{
	padding:45px 5px 5px 25px;
	float:right;	
}

#headcontainer{
	width:718px;
	height:80px;
	position:relative;
}

#headerright{
	position:absolute;
	top:0px;
	right:0px;
	background:url() no-repeat;
	width:439px;
	height:82px;
}

#logo{
	margin:10px 10px 10px 10px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:62px;
}

#footer{
	background-color:#006600;
	width:708px;
	height:20px;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding-top:5px;
	padding-right:10px;
}	

#navigation{	
	background-color:#006600;
	width:718px;	
	padding-top:5px	
}

#navigation ul{
	padding: 5px 0 5px 15px;
	margin: 0 auto 0 auto;
}

#navigation li{	
	display:inline;
	font-weight:bold;
	margin: 5px;
	padding: 0;
}

#navigation a:link, a:active, a:visited, a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

