body{
	background-color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	border:0pc;
	color:#333;
}
a{
	color:#2da9d9;
	text-decoration:none;
}
a:link{
	color:#2da9d9;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
p{
	margin:0px;
	margin-top:5px;
}
h1{
	font-size:16px;
	margin:0px;
	margin-bottom:5px;
	color:#ef1c25;
}
h2{
	font-size:13px;
	margin:0px;
	margin-bottom:5px;
}
h3{
	color:#ef1c25;
	font-size:13px;
	text-transform: uppercase;
}
.blu
{
	color:#00ccff;
}
#fullDv
{
	width: 100%;
	text-align: center;
	height:auto;
	background-color: #DBDBDA;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left 30px;
}
#mainDv
{
	background-color: #FFF;
	width: 1000px;
	height:auto;
	text-align: left;
	margin-left: auto;
 	margin-right: auto;
	overflow:auto;
}
#logoDv
{
	width: 750px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	height: 110px;
	float:left;
}
#searchDv
{
	width: 250px;
	height: 40px;
	float:left;
	padding-top: 70px;
}
#menuBgDv
{
	width: 100%;
	height: 32px;
	float:left;
	background-color:#00ccff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #08819e;
}
#menus
{
	margin:0px;
	height:24px;
	padding-top:8px;
	padding-bottom: 9px;
}
#menus li
{
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 9px;
	margin:0px;
}
#activeMenu
{
	background-color:#000000;
	background-image:none;
}
#inactiveMenu
{
	background-image: url(../images/brkr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#menus li a
{
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
#menus li a:link
{
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
#menus li a:hover
{
	color:#0b8499;
	font-weight:bold;
	text-transform:uppercase;
}
#bannerDv
{
	width: 100%;
	height: 230px;
	float:left;
}
#contentDv
{
	width: 720px;
	height: auto;
	float:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	float:left;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	line-height:18px;
}
#bdrDiv
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom:10px;
}
#thumb
{
	margin-right:18px;
	margin-bottom:15px;
	text-align:center;
	float:left;
	width:220px;
	height:auto;
	font-weight:bold;
}
#sideDv
{
	width: 237px;
	height: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	float:left;
	padding:6px;
}
#sideHeader
{
	width: 100%;
	height: 21px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #72030a;
	background-color:#ef1c25;
	color:#FFF;
	font-weight:bold;
	text-transform: uppercase;
	vertical-align:middle;
	padding-top:7px;
	text-indent:7px;
}
#sideContent
{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	line-height:18px;
}
#sideContent ul
{
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 8px;
}
#sideContent li
{
	margin-bottom: 10px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-indent:7px;	
}
#footerDv
{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 18px;
	padding-top: 10px;;
	float:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}