@charset "utf-8";
/* CSS Document */

body{
background:#c0c0c0;
background:url(images/bg.jpg);
background-repeat:repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
margin-top:35px;
margin-left:0px;
line-height:12px;
}
	
	
#container{
width:900px;
margin: 0 auto 0 auto;
padding:0px;
position:relative;
background:#ffffff;
}

table
{
border-collapse: collapse;
}

td, th
{
margin: 0;
padding: 0;
}

#header{
height:120px;
}

#logo{
padding:10px 0 10px 10px;
}

h2{
margin:0;
padding:0;
font-size:1.2em;
font-weight:bold;
}

#hometext{
margin-top:-55px;
padding:0px 18px 0px 18px;
}

h1{
margin-top:0;
padding:0 0 5px 0;
font-size:1.3em;
font-family:Georgia, "Times New Roman", Times, serif;
}


a{ 
text-decoration:none;
color:#FFFFFF;
}


#green{
position:absolute;
top:161px;
left:9px;
width:170px;
color:#ffffff;
line-height:14px;
}

#blue{
position:absolute;
top:303px;
left:133px;
width:153px;
color:#ffffff;
line-height:14px;
}

#gray{
	position:absolute;
	top:446px;
	left:9px;
	width:275px;
	color:#ffffff;
	line-height:14px;
}

#orange{
	position:absolute;
	top:588px;
	left:108px;
	width:175px;
	color:#ffffff;
	line-height:14px;
}

#planner{
	position:absolute;
	top:553px;
	left:9px;
	width:94;
	height:165; 
	}
	
	
	#nav{
	background:#666666;
	}
	
	#nav td{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	font-weight:bold;
	text-align:center;
	padding:2px 13px 2px 13px;
	}
	
	#footer{
	text-align:center;
	color:#CCCCCC;
	font-size:.8em;
	padding:4px 0 4px 0;
	}
	
	.content_link{
	color:#000000;
	}
	
	p{
	line-height:14.8px;
	}

li{
padding-bottom:3px;
}