body { margin:0 }

p, div, li, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#23314C;
}

#breadcrumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:5px 0px;
}
.smaller { font-size:11px; }
.evensmaller { font-size:8px; }
.nospam { margin-right:-4px; }

a {
 	color:#23314C;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #23314C;
}
a:hover {
 	color:#23314C;
	font-weight:bold;
	text-decoration:underline;
	border-bottom:none;
}

h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#header { 
	width:100%;
	height:140px;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
	color:#F0BA19;
	padding-top:10px;
}
#header a {
	color:#F0BA19;
	text-decoration:none;
}

#menubar {
	margin:30px 0px 5px 95px;
}
ul#menu {
	list-style-type:none;
}
ul#menu li {
	display:block;
	float:left;
	height:20px;
	width:80px;
	background-color:#23314C;
	color:#F0BA19;
	margin-right:5px;
	padding:4px 0px 0px 0px;
	text-align:center;
}
ul#menu li a  {
	color:#F0BA19;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#wrapper {
	margin-left:120px;
	clear:both;
	padding-top:20px;
}

#leftcolumn {
	float:left;
	min-height:200px;
	width:600px;
	background-image:url(../images/bodybox_mid.gif);
	background-repeat:repeat-y;
}
#left_top {
	background-image:url(../images/bodybox_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:593px;
	height:20px;
	margin:0px;
}
#left_contents {
	padding:0px 20px;
	margin:0px;
}
#left_bottom {
	width:593px;
	height:137px;
	background-image:url(../images/bodybox_bot.gif);
	background-repeat:no-repeat;
	margin:0px;
}


#rightcolumn {
	float:left;
	min-height:200px;
	width:225px;
	margin-left:5px;
	margin-top:10px;
}
.rightcolbox {
	background-color:#FFF3CF;
	padding:0px 3px;
	border:1px solid #23314C;
	margin-bottom:10px;
}
#pagepointer {
	margin-top:-16px;
}
#footer {
	clear:both;
	padding-top:20px;
	width:100%;
	text-align:center;
}
.divider {
	height:1px;width:80%;border-bottom:1px solid #23314C;margin:20px auto;
}
