*{
	margin:0px;
	padding:0px;
}

body{
	font-family: "Georgia";
	font-size:12px;
	color:#666666;
}

hr{
	clear:both;
	visibility:hidden;
	height:1px;
}

a{
	color:#0066CC;
	text-decoration:none;
}

.wrapper{
	width:960px;
	margin:0 auto;
}

.alignright{float:right; padding:0 0 10px 10px;}
.alignleft{float:left; padding:0 10px 10px 0;}

#header{
	height:110px;
	background:#9F0000 url(images/header_repeatx.jpg) bottom repeat-x;
}

#header #logo{
	border:none;
	margin:20px 0 0 0px;
}

#menu{
	list-style-type:none;
	height:36px;
}

#menu li{
	float:left;
	background:url(images/menu_def_right.jpg) right top no-repeat;
	margin-right:3px;
	position: relative;
}

#menu li a{
	text-decoration:none;
	color:white;
	font-size:17px;
	font-family:"Georgia";
	font-weight:bold;
	
	background:url(images/menu_def_left.jpg) left top no-repeat;
	display:block;
	padding:7px 15px 12px 15px;
}

#menu .current, #menu .current_page_item, #menu .current_page_parent {
	background:url(images/menu_cur_right.jpg) right top no-repeat;
}

#menu .current_page_item a, #menu .current_page_parent a{
	background:url(images/menu_cur_left.jpg) left top no-repeat;
}

#menu li ul{
	position: absolute;
	top:30px;
	background: #DFDFDF;
	list-style-type: none;
	z-index: 1000;
	display: none;
	border: #BFBFBF solid 1px;
	border-top: none;
}

#menu li ul li{
	float:left;
	margin-right: 10px;
	background: none;
	cursor: pointer
	width:100%;
}

#menu li ul li a{
	font-size: 12px;
	font-weight: normal;
	background: none !important;
	float:left;
	color:black;
	width:100%;
	padding-left: 5px;
}

#menu li ul .current_page_item{
	background: none !important;
}

#menu li ul .current_page_item a{
	background: none !important;
}

#menu li ul li a:hover{
}

#menu li:hover ul{
	display:block;
}

#leftCol{
	float:left;
	width:700px;
	margin-right:14px;
	padding-right:15px;
	margin-top:15px;
	border-right:#CCCCCC solid 1px;
}

h2{
	font-family:"Georgia";
	font-size:25px;
	margin-bottom:10px;
	color:black;
}

p{
	line-height:25px;
	margin-bottom:20px;
	margin-left:10px;
}

#leftCol ul, #leftCol ol{
	margin-left:35px;
	line-height: 20px;
	margin-top:-20px;
}

#rightCol{
	float:left;
	width:230px;
	margin-top:15px;
}

#rightCol h2{
	font-size:20px;
}

#rightCol p{
	line-height:17px;
}

#rightCol span{
	font-weight:bold;
}

#footer{
	font-size:10px;
	color:#CCCCCC;
	margin:25px 0 15px 0;
	text-align:center;
}

#footer a{
	color:#AFAFAF;
}