@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
	text-align:center;
	min-width:925px;
	background-color:#A6A6A6;
}
#wrapper {
	margin:0 auto;
	width:925px;
	text-align:left;
	background-color:#0B96CA;
}
#logo {
	width:auto;
	float:left;
}
#header {
	width:auto;
	float:right;
}
#homelogo {
	width:auto;
	float:left;
}
#homeheader {
	width:auto;
	float:right;
}
#nav {
	background-image:url(../gui/nav.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:925px;
	height:45px;
	text-align:right;
}
#homenav {
	background-image:url(../gui/homenav.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:925px;
	height:45px;
	text-align:right;
}

#contentleft {
	width:311px;
	float:left;
	padding-right:7px;
	background-image: url(../gui/gradient.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
#homecontentleft {
	width:373px;
	float:left;
	padding-right:7px;
	background-image: url(../gui/gradient.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

#greenbox {
	background-image: url(../gui/greenbox.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding:16px;padding-top:6px;
	color:#FFFFFF;
	font-style: italic;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D4049;
}
#homegreenbox {
	background-image: url(../gui/homegreen.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding:16px;
	padding-top:6px;
	color:#FFFFFF;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D4049;
}
#bluebox {
	background-image: url(../gui/bluebox.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding:16px;
	padding-top:6px;
	color:#FFFFFF;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D4049;
}
#homebluebox {
	background-image: url(../gui/homeblue.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding:16px;
	padding-top:6px;
	color:#FFFFFF;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D4049;
}

#bluebox h3 {
	text-transform: uppercase;
}

#bluebox li {
	margin-bottom:8px;
	list-style-image: url(../gui/bullet.png);
}

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

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

#bluebox li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




#homebluebox h3 {
	text-transform: uppercase;
}

#homebluebox li {
	margin-bottom:8px;
	list-style-image: url(../gui/bullet.png);
}

#homebluebox a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#homebluebox a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

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



#homegreenbox h3 {
	text-transform: uppercase;
}

#homegreenbox li {
	margin-bottom:8px;
	list-style-image: url(../gui/bullet.png);
}

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

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

#homegreenbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




#homepic {
	background-image: url(../gui/home-pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	font-size: 13px;
	width:373px;
	height:178px;
	padding:16px;
	padding-top:6px;
}

#homepic a:link {color: #FFFFFF;
	text-decoration: underline;}
#homepic a:visited {color: #FFFFFF;
	text-decoration: underline;}
#homepic a:hover {color: #FFFFFF;
	text-decoration: none;}
	
.homebig {font-size:16px; font-weight:bold; margin-right:12px;}

#contentright {
	color:#FFFFFF;
	width:540px;
	margin-left:40px;
	margin-top:20px;
	float:left;
	font-size:12px;
	padding-bottom:16px;
}

#contentright h1 {font-size:22px;}
#contentright h2 {font-size:18px;}


#contentright a:link {color:#B0DF4D;}
#contentright a:hover {color:#FFFFFF; text-decoration:none;}

.date {margin-left:12px; font-size:12px;}


#homecontentright {
	color:#FFFFFF;
	width:480px;
	margin-left:40px;
	margin-top:20px;
	float:left;
	font-size:12px;
	padding-bottom:16px;
}

#homecontentright h1 {font-size:22px;}
#homecontentright h2 {font-size:18px;}


#homecontentright a:link {color:#B0DF4D;}
#homecontentright a:hover {color:#FFFFFF; text-decoration:none;}




.greenbold {
	color:#B0DF4D;
	font-weight:bold;
}
#footer {
	text-align:right;
	height:36px;
	background-image:url(../gui/bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.clearboth {
	clear:both;
}

.alignright {width:284px; text-align:right;}

.big {font-size:16px; font-weight:bold;}

.imgborder {
	border: 4px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.formfields {border: 4px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#B0DF4D;
	padding:3px;
	}
	
.delete{
	background-color:#CD0000;
	margin:5px;
	color:#ffffff;
}
.lightblue {color:#8DD5F0;}


.comment{
	margin-bottom:10px;
}
.comment .title_bar{
	width:515px;
	height:20px;
	padding:8px 8px 0 8px;
}
.comment .time{
	float:right;
}
.comment .title{
	float:left;
}
.even .title_bar{
	background:#1b77c0;
}
.comment p{
	padding:8px;
	background:#ffffff;
	color:#000000;
	margin:0;
}
