body
{
	background-color: #ededed;
	margin:0px;
	padding: 0px;
	margin-top: 10px;
}

body, a, td, div, input
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	color: #005bab;
	font-size: 16px;
}

#main_outer
{
	margin-left: auto;
	margin-right: auto;
	width: 993px;
}

#main_inner
{
	background-color: white;
	width: 979px;
}

#logo
{
	height: 49px;
}

#logo img
{
	display: block;
}

#header
{
	height: 61px;
	background-image: url(../img/header.jpg);
}

.wrap
{
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
}

.outer
{
	position: relative;
	left: 50%;
	float: left;
	clear: both;
	text-align: left;
}

.inner
{
	position: relative;
	left: -50%;
	text-align: left;
}

#menu
{
	background-color: #7aa0cf;
	height: 34px;
	text-align: center;
	color: white;
	font-size: 12px;
}

#menu ul, #menu li, #submenu ul, #submenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
}

#menu a, #submenu a
{
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	border-right: solid white 1px;
	padding: 4px 8px;
	line-height: 34px;
}

#submenu a
{
	padding: 0px 8px;
	line-height: 24px;
}

#menu li
{
	float: left;
	height: 34px;
}

* html #menu li { /* ie hack */
	display: inline;
	float: none;
}

#menu a.last, #submenu a
{
	border-right: none;
}

#menu ul ul
{
	display: none;
}

#submenu
{
	position: absolute;
	background-color: #729BCA;
	z-index: 500;
	opacity: 0.9;
	filter: Alpha(opacity=90);
	border-top: solid white 1px;
}

#submenu li
{
	display: block;
	background-color: #729BCA;
	opacity: 0.9;
	filter: Alpha(opacity=90);
	white-space: nowrap;
}

#submenu li:hover, .lihover
{
	background-color: #3a7bc5 !important;
}

#metanav
{
	float: right;
	display: inline;
	margin-right: 16px;
	margin-top: 19px;
}

#metanav a
{
	color: #666666;
	display: inline;
	padding: 0px 8px;
	border-right: solid #666666 1px;
}

#metanav a.last
{
	border-right: none;
}

#metanav input
{
	height: 11px;
	font-size: 9px;
	color: #000000;
	border: solid #666666 1px;
}

#breadcrumb
{
	border-bottom: solid #9999cc 1px;
	height: 19px;
	padding-top: 4px;
	padding-left: 14px;
	margin-bottom: 10px;
}

#breadcrumb a
{
	color: #ff7d04;
}

#content
{
	padding-bottom: 10px;
}

.box
{
	margin-left: 4px;
	margin-bottom: 4px;
}

.justy {
	text-align: justify;
}

#leftcol, #rightcol
{
	float: left;
}

#leftcol
{
	width: 675px;
	margin-left: 10px;
}

#rightcol
{
	width: 280px;
}

.shadow
{
	position: relative;
	left: 4px;
	top: 4px;
	background-image: url(../img/shadow.gif);
	background-position: bottom right;
	margin-right: 4px;
	margin-bottom: 8px;
}

.shadow_inner
{
	position: relative;
	left: -4px;
	top: -4px;
	background-color: white;
	border: solid #d5d5d5 1px;
	padding: 10px;
}

.gradient_blue
{
	background-image: url(../img/gradient_blue.jpg);
	background-repeat: repeat-x;
}

.gradient_grey
{
	background-image: url(../img/gradient_grey.jpg);
	background-repeat: repeat-x;
}
.gradient_orange
{
	background-image: url(../img/gradient_orange.jpg);
	background-repeat: repeat-x;
}

#footer
{
	background-image: url(../img/footerbg.gif);
	height: 15px;
	clear: both;
	margin-top: 4px;
	color: #666666;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 10px;
}

#footer a
{
	color: #ff7d04;
}

.clearer
{
	clear: both;
}

.fc:after
{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden;
}
.fc{display: inline-block;} 
/* Hides from IE Mac \*/
* html .fc {height: 0px;}
.fc{display:block;}
/* End Hack */

/* outer shadow */
.os_t, .os_b, .os_tl, .os_tr, .os_bl, .os_br
{
	height: 7px;
	overflow: hidden;
	background-repeat: repeat-x;
}

.os_tl, .os_tr, .os_bl, .os_br
{
	width: 30px;
}

.os_t
{
	background-image: url(../img/os_t.gif);
}
.os_b
{
	background-image: url(../img/os_b.gif);
}
.os_tl
{
	background-image: url(../img/os_tl.gif);
	float: left;
}
.os_tr
{
	background-image: url(../img/os_tr.gif);
	float: right;
}
.os_bl
{
	background-image: url(../img/os_bl.gif);
	float: left;
}
.os_br
{
	background-image: url(../img/os_br.gif);
	float: right;
}

.os_l
{
	background-image: url(../img/os_l.gif);
	padding-left: 7px;
}

.os_r
{
	background-image: url(../img/os_r.gif);
	padding-right: 7px;
	background-position: right;
}