@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	margin-top:0px;
	margin-bottom:0px;
	background-repeat:repeat-x;
	background-color:#00182f;
	}
	


#wrapper{
	background-color:#FFFFFF;
	margin: 0 auto;
	width:925px;
	height:auto;
	clear: none;
	border:solid 1px #000000;
	overflow: hidden;
	margin-top:0px;
	}
	
#header{
	width:925px;
	height:inherit;
	background-color:#CCCCCC;
	}
#header2{
	width:925px;
	height:inherit;
	background-color:#CCCCCC;
	}
#content{
	width:925px;
	height:auto;
	background-color:#FFFFFF;
	}
	
#contentL{
	width:270px;
	height:238;
	margin-top:20px;
	margin-left: 40px;
	float:left;
	}	
	
#contentM{
	width:270px;
	height:inherit;
	margin-top:20px;
	margin-left: 20px;
	float:left;
	}
#contentR{
	width:270px;
	height:inherit;
	margin-top:20px;
	margin-right: 20px;
	margin-left: 20px;
	float:left;
	}

#subcontentL{
	width:270px;
	height:inherit;
	margin-top:20px;
	margin-left: 40px;
	float:left;
	}
#subcontentR{
	width:560px;
	min-height:300px;
	margin-top:20px;
	margin-left:20px;
	margin-right:35px;
	float:right;
	}

#footer{
	width:925px;
	height:108px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	margin-top: 15px;
	float:left;
	}
	
#newbird{
	width:925px;
	height:20px;
	margin:0 auto;
	margin-top:15px;
	text-align:center;
	}

.fields
{
	background-color:#fff;
	border:solid 1px #2b1f13;
	width:250px;
	height:22px;
	color:#2b1f13;
	margin-bottom:10px;
	}

.comments
{
	background-color:#fff;
	border:solid 1px #2b1f13;
	width:250px;
	color:#2b1f13;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

	
#newbird a:active, #newbird a:link, #newbird a:visited
{
    color: #00b1ff;
    text-decoration: underline;
}
#newbird a:hover
{
    color: #fff;
}
	
a:active, a:link, a:visited
{
    color: #00b1ff;
    text-decoration: underline;
}
a:hover
{
    color: #000;
}

h1{
	font-size:16px;
	font-weight:bold;
	color:#00b1ff;
	}
h2{
	font-size:12px;
	font-weight:bold;
	}
ul{
	
	list-style:square;
	}
	
#list{
	padding-left: 15px;
	color:#00b1ff;
	font-weight:bold;
	}