body {
	background-color:#d9d9d9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content ul {
	padding:0;
	margin:0;
	list-style:none;
}

#content li {
	background-image:url(../images/global/li-bg.gif);
	background-position:left 7px;
	background-repeat:no-repeat;
	padding-left:1.5em;
	font-weight:bold;
	font-size:11px;
}
#content li li {
	font-weight:normal;
}
#body-container {
	margin:0 auto;
	width:916px;
	background-image:url(../images/global/content-bg.gif)
}

#header {
	background-image:url(../images/global/content-top.gif);
	height:22px;
}

#content {
	padding:0 40px;
	line-height:1.5em;	
}

#footer {
	background-image:url(../images/global/content-btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:22px 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer p {
	text-align:center;
	background-image:url(../images/global/footer-bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#nav ul {
	display:none;
}

#nav {
	padding:0;
	list-style:none;
	text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#nav li {
	background-image:none; 
	padding-left:0;
	margin-left:10px;
	position:relative;
}

#nav li ul {
	display:none;
	position:absolute;
	color:#000;
	top:0;
	left:205px;
	z-index:999;
	width:200px;
}

#nav li:hover ul, #nav li.over ul {
	display:block;
}

#nav li ul li {
	margin:0;
	border:none;
}
#nav li ul li a {
	background-image:url(../images/global/flyout-bg.gif);
	background-position:bottom;
	width:200px;
	height:22px;
	padding:0;
	line-height:22px;
	text-align:center;
	background-color: black;
	border: none;
}

#nav li ul li a:hover {
	background-position:top;
}

#nav li a {
	background-image:url(../images/global/nav-btn.gif);
	width:188px;
	height:26px;
	background-position:top left;
	display:block;
	color:#fff;
	font-weight:bold;
	padding:8px 0 0 15px;
}

#nav li a:hover {
	background-position:bottom left;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.center {
	text-align:center;
}

.txt-small {
	font-size:11px;
}

#left-col {
	width:223px;
	text-align:center;
	float:left;
}

#right-col {
	float:right;
	width:595px;

}

.clear {
	clear:both;
}

p {
	margin:0;
	padding:0.5em 0;
}

.heading {
	font-weight:bold;
	color:#003399;
	font-size:17px;
	border-bottom:1px solid #003399;
}

.heading2 {
	font-weight:bold;
	color:#666;
	font-size:17px;
}

.subheading {
	font-weight:bold;
	color:#003399;
	font-size:14px;
	border-bottom:1px solid #003399;
}

.subheading2 {
	font-size:10px;
	color:#000;
	font-weight:bold;
}

.backtotop {
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

.backtotop a, #footer a {
	color:#000;
}

.no-line {
	border:none;
}

#subnav a, #info-box a, #reg-box a {
	color:#333;
}

#underline {

text-decoration:underline;

}
