
body {
	margin: 0px auto;
	width: 812px;	font-family: arial;	font-size: 13px;	color: #888888;
}
td{font-family: arial;font-size: 13px}
#header{	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('images/titlebar_bg.jpg'); 
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	margin-top:10px;
}
#titlelinks{	padding-right:30px;	padding-bottom:10px;}

#nav {	float:left;	width:100%;
	height:44px;
	padding-top: 14px;	background-image: url('images/navbar_bg.jpg'); 
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
#left {
	float: left;	width: 252px;
	padding-right: 20px;	padding-left: 20px;	background-image: url('images/milk.jpg'); 
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
#content {	float: left;
	width: 260px;
	padding-left: 20px;	padding-right: 20px;	background-image: url('images/div.gif'); 
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}

#blog {	float: left;
	width: 552px;
	padding-left: 20px;	padding-right: 20px;}

#right {
	float: left;
	width: 180px;	padding-left: 20px;
	padding-right: 20px;
	background-image: url('images/div.gif'); 
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}


#footer {
	clear:both;	margin-top: 10px;
	width:100%;	height:50px;
	background-repeat: no-repeat;
	background-image: url(images/footer_bg.jpg); 
	background-position: 0 0px;
}




a {
	text-decoration: none;
	color: #0000b0;
}
a:hover{
	text-decoration: underline;
	color: #0000b0;
}
a:visited{
	text-decoration: none;
	color: #0000b0
}
.greenbox {
	color: #EC008C;
	font-size: 18px; 
	font-family: times new roman;
}
a.greenboxlink {
	text-decoration: none;
	color: #EC008C;
	font-size: 18px; 
	font-family: times new roman;
	display:block;
	width:160px;
}
a.greenboxlink:hover{
	text-decoration: underline;
	color: #EC008C;
}
a.titlelinks {
	text-decoration: none;
	color: white;
	font-size: 14px; 
	font-weight: bold; 
	font-family: arial;
	padding-left:6px;
	padding-right:6px;
}
a.titlelinks:hover{
	text-decoration: underline;
}

#nav ul{
	list-style: none;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#nav ul li{
	display: inline;
}
#nav ul li a{
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	color: #92B6C7;
	font-weight: bold;
	font-size: 14px;
}
#nav ul li a:hover{
	text-decoration:underline;
	color: #EC008C;
}
.sep{color:white;font-weight:bold;font-size:14px;}
.adminsep{background-color:#c7c7b7;width:1px;}


#left ul{list-style:none;margin:0px;padding-left:10px;}
#left ul li{
	padding-left:12px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px; 
	background-repeat: no-repeat;
	background-image: url(images/redsquare.gif); 
	background-position: 0 6px;
	color: black;
}
#left ol li{
	color: black;
}

#content ul{list-style:none;margin:0px;padding-left:10px;}
#content ul li{
	padding-left:12px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px; 
	background-repeat: no-repeat;
	background-image: url(images/redsquare.gif); 
	background-position: 0 6px;
	color: black;
}


INPUT,TEXTAREA,SELECT,SUBMIT{
	color: #888888;
	font-size: 13px; 
	font-family: arial;
	width: 240px;
}

.paragraphHeader{
	color: #EC008C;
	font-size: 28px; 
	font-family: times new roman;
}
.paragraphSubHeader{
	color: #EC008C;
	font-size: 13px; 
	font-family: arial;
	font-weight:bold;
}
.quote{
	color: #92B6C7;
	font-size: 24px; 
	font-family: times new roman;
}
.signed{
	color: #EC008C;
	font-size: 18px; 
	font-family: times new roman;
}
.blueHeader{
	color: #92B6C7;
	font-size: 20px; 
	font-family: times new roman;
	font-weight:bold;
}
.bluebox{
	background-repeat: no-repeat;
	background-image: url(images/blue_fade.jpg); 
	background-position: 0 0px;
	padding:10px;
	width:160px;
	color:black;
}
.greenbox{
	background-repeat: no-repeat;
	background-image: url(images/green_box.jpg); 
	background-position: 0 0px;
	padding:10px;
	width:160px;
	margin-top:20px;
	margin-bottom:20px;
}
.divider{
	background-repeat: repeat-x;
	background-image: url(images/divx.gif); 
	background-position: 0 0px;
	padding:10px;
	width:160px;
	margin-top:10px;
}
.small{font-size:11px;}
.post{color:#a7a797;font-size:13px;font-family:arial;}
.admintab{
	background-repeat: no-repeat;
	background-image: url(images/green_box.jpg); 
	background-position: 0 0px;
	padding:10px;
	width:180px;
	margin-top:20px;
	margin-bottom:20px;
}
.title{color:#878787;font-size:30px;font-family:times new roman;}



