/* @group General Styles */

HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;

	background-color: #000000;
	color: #4d4d4d;

	text-align: center;
	font: 12px/18px Arial, sans-serif;
}

p {
	
}

b, strong {
	color: #012DA6;
}

a:link, a:visited {
	color: #012DA6;
	text-decoration: none;
}

a:hover, a:active {
	color: #012DA6;
	text-decoration: underline;
}


IMG {
	border: 0px;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#content {
	float: right;
	width: 515px;
	margin-top: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
}

#main {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 792px;
	height: auto;
	min-height: 100%;
	position: relative;

	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
}
* HTML #main {
	height: 100%;
}
.clearer {
	clear: both;
}

#pageHeader {
	height: 150px;
}

#top {
	height: 150px;
}
#top #logo {
	position: absolute;
	left: 20px;
	top: 20px;
	background-image: url(images/logo.gif);
	width: 165px;
	height: 110px;
}
#top #keywords {
	position: absolute;
	left: 240px;
	top: 30px;
	background-image: url(images/keywords.gif);
	width: 222px;
	height: 87px;
}

#banner {
	height: 197px;
	background-image: url(images/banner.jpg);
}
	
/* @end */

/* @group Global Classes */

#content H1 {
	color: #012DA6;
	margin: 0px 0px 15px 0px;
	font: normal 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content B {
	color: #012DA6;
}

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
		padding-left: 13px;
	margin-left: 13px;
	list-style-type: square;
	line-height: 1.8;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	float: left;
	margin: 49px 0px 0px 30px;
}

#navcontainer #current {
	color: #012DA6;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#navcontainer li {
}

#navcontainer a {

	display: block;
	font-size: 18px;
	color: #808080;
	text-decoration: none;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
}

#navcontainer a:hover {
	color: #012DA6;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {

}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-left: 32px;
	background-position:16px 3px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
	background-position: 16px 3px;
	background-repeat: no-repeat;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 46px;
	background-image: none;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	background-image: none;
}

#navcontainer ul ul ul .currentAncestor {
	background-image: none;
}

/* @end */
