﻿body
{
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

#topnav_box
{
	height: 19px;
	background-image: url(images/topnav_bg.gif);
}

#header_box
{
	height: 75px;
	background-color: #002A3D;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#body_box
{
	width: 799px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 0 auto 0 auto;
}

#content_box
{
	background-color: #FFFFFF;
	width: 65%;
	padding: 15px;
}

#side_box
{
	background-color: #B0B0B0;
	width: 35%;
	padding: 0px;
	border-left: solid 1px #474747;
}

.nav_item
{
	padding: 8px;
	background-color: #9C9C9C;
	border-bottom: solid 1px #474747;
	background-image: url(images/nav_item_bg.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.nav_item a
{
	color: #000000;
	text-decoration: none;
}

.nav_subitem
{
	padding: 8px;
	padding-left: 16px;
	background-color: #898989;
	border-bottom: solid 1px #474747;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.nav_subitem a
{
	color: #000000;
	text-decoration: none;
}

/****************************/

h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #898989;
	padding-bottom: 6pt;
	border-bottom: solid 1px #9C9C9C;
}

.content
{
	font-size: 10pt;
}

.content_hd
{
	font-size: 10pt;
	font-weight: bold;
}

/****************************/

.frm
{
	font-size: 10pt;
}

.frm_box
{
	border: solid 1px #000000;
	font-size: 10pt;
}

.frm_button
{
	font-size: 10pt;
	font-weight: bold;
	border: solid 1px #000000;
}

.frm_lnkbtn
{
	font-size: 10pt;
}

/****************************/

.detail_box
{
	border: solid 1px #9C9C9C;
	padding: 10px;
	background-color: #F2F2F2;
	margin-bottom: 12px;
}