/* --------- twangskin Styles ------ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ---------- Basic elements ---------- */

/*text*/
.normal,div,span,td,th,li,a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

.head,.subhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:bold;
}

p {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
}

/*links & buttons*/

a:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #9999ff;
	text-decoration: underline;
}

a:visited {
	color: #CC6600;
	text-decoration: underline;
}

a:active {
	color: #2e3192;
	text-decoration: underline;
}


a.CommandButton:link{color:#FF0000;text-decoration:none;}
a.CommandButton:visited{color:#CC6600;text-decoration:none;}
a.CommandButton:hover{color:#9999ff;text-decoration:underline;}
a.CommandButton:active{color:#2e3192;text-decoration:underline;}

/*menu*/
.MainMenu_MenuBreak{display:none;}
.MainMenu_MenuContainer{
	width:1px;
}
.MainMenu_MenuContainer td{
	cursor:default;
	width:1px;
}
.MainMenu_MenuIcon{display:none;}
.MainMenu_RootMenuArrow{display:none;}
.MainMenu_MenuItem{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding:2px 10px 2px 7px;
	border:1px #003366 solid;
	border-width:1px 0;
}
.MainMenu_MenuArrow{
	padding:2px 0 2px 10px;
	height:24px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


/*skin*/
.skinwrapper {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	border: none;
	background-color:#003366;
	background-image: url(bg_blue.jpg);
	background-repeat: repeat-y;
}
.skinheader {
	padding: 0;
	text-align: center;
	width: 800px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(logo_hd.jpg);
	height: 113px;
}
.skincontentstable {
	padding: 0;
	width: 800px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(bg_plain.jpg);
	background-repeat: repeat-y;
}

.skinmenu {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	line-height: normal;
	width: 800px;
	height: 25px;
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-y;
}
.skinuser {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
	TEXT-ALIGN: right;
	color: #000000;
	width: 170px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}
a.skinuser:link{
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
}
a.skinuser:visited{
	color:#003366;
	text-decoration:none;
}
a.skinuser:hover{
	color:#CC6600;
	font-weight: bold;
}
a.skinuser:active{
	color:#2e3192;
	text-decoration:underline;
	font-weight: bold;
}

/*panes*/

/* ---------- Left & Main Content Panes ---------- */

.contentpane {
	margin-right: auto;
	margin-left: 0px;
	width: 630px;
}

.sidebarpane {
	width: 170px;
}

/* ---------- Footer ---------- */

.skinfooter {
	height: 30px;
	margin-top: 10px;
	width: 800px;
	background-color: #003366;
	margin: 0px;
	text-align: center;
	font-size: 10pt;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}


