BODY
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
	color: #444;
}
IMG
{
	border: 0px;
}
UL
{
	margin: 0px;
}
H1, H2, H3, H4, H5, H6
{
	margin: 0px;
}
A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;


}

/*
 *   container
 */
#container
{
	width: 800px;
	margin: 0px auto;
	background: white url(../images/bg_main.png) repeat-y;
	padding: 0px 89px;
}

/*
 *   MainNav
 */
#mainnav
{
	background: white url(../images/bg_menu_top.png) repeat-x;
	height: 30px;
}
#mainnav UL LI
{
	padding: 4px 0px;
}
#mainnav UL LI A
{
	color: white;
	font-weight: bold;
	padding: 0px 15px;
	border-left: solid 1px #ffffff;
}
#mainnav UL LI:first-child A
{
	padding-left: 20px;
	border-left: none;
}
#mainnav A:hover
{
	color: #FFFFFF;
	font-size: 12pt;

}

/*
 *  Header
 */
#header
{
	height: 70px;
	margin-bottom: 10px;
}

#progress, #HorizontalBar
{
	margin-bottom: 15px;
}


/*
 *  left-hand menu
 */
#menu
{
	float: right;
	padding: 0px 25px;
	color: #287ec2;
	line-height: 14pt;
}
#menu A
{
	color: #BA0000;
}

#menu A:hover
{
	background-color: #720A0B;
	color: #FFFFFF;
}
#menu UL
{
	padding: 0px;
}
#menu UL LI
{
	list-style: none;
}
#menu H3
{
	font-size: 11pt;
	border-bottom: solid 1px #720A0B;
	color: #720A0B;
	margin-top: 10px;
	text-transform: lowercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


/*
 *   contents
 */
#contents
{
	padding: 0px 25px;
	min-height: 300px;
	line-height: 16pt;
}
#contents A
{
	color: #BA0000;
}

#contents A:hover
{
	color: #720A0B;
}
#contents H3
{
	color: #720A0B;
	font-size: 11pt;
}

/*
 *   contents left
 */
#contentsleft
{
	padding: 0px 0px;
	min-height: 300px;
	line-height: 16pt;
	float:left;
    width:245px;
}
#contentsleft H3
{
	color: #0f4f8f;
	font-size: 11pt;
}

/*
 *   contentsright
 */
#contentsright
{
	padding: 0px 0px;
	min-height: 300px;
	line-height: 16pt;
	float:right;
    width:245px;
}
#contentsright H3
{
	color: #0f4f8f;
	font-size: 11pt;
}

#contents UL
{
    margin-left: 30px;
    padding-left: 0px;
}

/*
 *   footer
 */
#footer
{
	padding: 25px 25px 35px;
	font-size: 8pt;
	color: #720A0B;
	clear: both;
}
#footer A
{
	color: #BA0000;
}
#footer A:hover
{
	color: #720A0B;
}
#footer UL LI
{
	padding-left: 15px;
}
#footer UL LI:first-child
{
	padding-left: 0px;
}
#footer UL LI A
{
	padding-right: 15px;
	border-right: solid 1px #720A0B;
}
#footer #footerInfo
{
	color: #287ec2;
	font-size: 9pt;
}
#footer #footerInfo LI
{
	border-left: solid 1px #7cb9ec;
	padding-right: 15px;
}
#footer #footerInfo LI:first-child
{
	border-left: none;
}
#footer #copyright
{
	clear: both;
	border-top: solid 1px #7cb9ec;
}

/*
 *   helper classes
 */ 
.horizontalList UL
{
	padding: 0px;
}
.horizontalList UL LI
{
	list-style: none;
	float: left;
}
.attention
{
	color: #0F4F8F;
}
.footnote
{
	color: #667;
	font-size: 8pt;
}
.hrDiv
{
	clear: both;
	border-top: solid 1px #7cb9ec;
	margin: 0px 15px;
}

#flagsDiv
{
	float: right;
}

#navButtons
{
	float: right;
}
#navButtons #help
{
	text-align: right;
}

#special A
{
	color: #BA0000;
	font-weight: bolder;
	font-size: 12pt;
}

#special A:hover
{
	background-color: #720A0B;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bolder;

}