body {
	background-image: url(../images/layout/browBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CDE0ED;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#blog{
	margin: 30px 15px;
	float:right;
	background-image: url(../images/layout/bl_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 155px;

}	
	#blog a{
	text-decoration:none;
	text-transform: uppercase;
	}
	#blog a:hover{
	color:#333333;
	}	
/*Nav CSS*/
#nav{
	background-image: url(../images/layout/navBg.jpg);
	height:40px;
	background-repeat: repeat-x;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	clear:both;
	overflow:hidden;
}
	#nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	#nav ul li{
	list-style-type:none;
	display: inline;
	}
	#nav ul li a{
	color:#000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px 25px;
	float:left;
	border-right: 1px solid #393C5D;
	font-weight:bold;
	}	
	#nav ul li a:hover{
	color:#25446C;
	background-color:#E8E8CF;
	}	
/*Nav CSS*/
#wrap{
	width: 100%;
	background-image: url(../images/layout/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear:both;
}
#rightCol{
	float:right;
	width:470px;
	padding:10px;
}
#leftCol{
	width:250px;
	float:left;
	padding:10px;
	background-color: #F2F2F2;
	height:100%;
	background-image: url(../images/layout/leftColBg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#columns{
	clear:both; 
	margin:0px;
	padding:0px
}
#box{
	width:244px;
	float:left;
	height:300px;
	border:solid 1px #CCCCCC;
	margin:0px 3px;
	background-image: url(../images/layout/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left 29px;
	padding-top:3px;
	overflow: visible;
	margin-bottom:10px;
}
	#box div{ 
		padding:0px 10px;
	}
h1{
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing: .1em;
}
h2{
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing: .1em;
}
h3{
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing: .1em;
}
h4{
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	letter-spacing: .1em;
	background-image: url(../images/layout/headerBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin:0px;
	padding:0px;
}
.ulArrow {
	list-style-type: none;
	margin:0px;
	padding: 0px;
}
	.ulArrow  li{
		background-image: url(../images/layout/icArrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
		text-indent: 20px;
	}
p,td,div,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear:both;
	background-image: url(../images/layout/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:10px;
}
	#footer p{
	font-size: 11px;
	line-height:normal
}
a:link{
	color:#25446C;
}
a:visited{
	color:#25446C;
}
a:hover{
	color:#006699;
}
a:active{
	color:#006699;
}
hr{
	color:#CDE0ED;
}
.greyBrd {
	border: 1px solid #666666;
	margin: 5px;
	padding: 5px;
}
.req{
	color:#CC0000;
}