﻿* 
{
	padding: 0;
	margin: 0;
}
body 
{
	background-color: White;
	background-image: url(leftborder.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0;
}
#header
{
	clear: both;
	display: block;
	float: none;
	width: auto;
	height: 110px;
	background-image: url(topback.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
}
#logo
{
	clear: none;
	display: block;
	float: left;
	background-repeat: no-repeat;
	width: 360px;
	height: 91px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
}
#skyline
{
	clear: none;
	display: block;
	float: right;
	background-repeat: no-repeat;
	width: 344px;
	height: 110px;
}
#topNav
{
	background-image: url(topbar.gif);
	clear: left;
	display: block;
	float: none;
	background-repeat: repeat-x;
	width: auto;
	height: 20px;
}
#page
{
	margin: 0 0 0 0;
	padding: 0px 37px 0px 15px;
	display: block;
	font-size: 10pt;
	color: #5a696c;
	padding-top: 15px;
	font-family: Arial;
	background-color: #b8c7cc;
	background-image: url(rightborder.gif);
	background-repeat: repeat-y;
	background-position-x: right;
	height: 100%;
	display: block;
	clear: both;}
.menu2
{
	width: 160px;
	list-style-type: none;
	clear: right;
	float: right;
	display: inline-block;
}

.menu2 li 
{
	text-align: center;
}
.menu2 img 
{
	border: none;
	margin: 5px;
}

.menu
{
	list-style-type: none;
	clear: left;
	float: left;
	display: inline-block;
	width: 160px;
}

a
{
	color: #5B6A6D;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
a:hover 
{
	color: Gray;
	background: #dddddd;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
.subMenu 
{
	padding: 0px;
	font-size: 8pt;	
	list-style-type: decimal;
}
.subMenu li
{
	display: block;
	list-style-type: decimal;
	padding: 0px 0px 0px 30px;
}

.subMenu a 
{
	display: inline;
	color: #5B6A6D;
	text-decoration: none;
	padding: 0 0 0 0;
}
.subMenu a:hover
{
	color: #5B6A6D;
	text-decoration: none;
	padding: 0 0 0 0;
}


#content
{
	background: white;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-align: justify;
	width: 60%;
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	border-style: none;
	float: left;
}

#content h1 
{
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	color: #e7181F;
	font-family: Arial;
	padding: 5px 0px 5px 5px;
	margin: 0;
	margin-bottom: 10px;

	display: block;
	width: 100%;
	border-bottom: solid 1px black;
}


#content h2
{
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	background: #dddddd;
	font-family: Arial;
	border: solid 1px #bbbbbb;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 5px;
}

#links 
{
	margin: 5px auto 8px auto;
}
#links a 
{
	display: inline
}

#content h3
{
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
	font-family: Arial;
	margin-top: 15px;
	padding: 5px 5px 5px 5px;	
}
#content table 
{
	margin: 10px auto 10px auto;
	border: solid 1px #bbbbbb;	
}
#content img 
{
	float: left;
	margin: 0 20px 0 0;
}
#content thead 
{
	background: #dddddd;
	color: #222222;
}
#content td 
{
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #eeeeee; 	
}

#content a 
{
	font: 10pt Arial;
	background: none;
	color: #8888cc;
	text-decoration: underline;
}
#content a: hover
{
	font: 10pt Arial;
	background: none;
	color: #4444ff;
	text-decoration: underline;
}

#content fieldset 
{
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 60%;
}

#content p
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	margin: 2px;
	color: black;
	padding-top: 2px;
	font-family: Arial;
	text-align: justify;
}

#content ul 
{
	padding: 2px 10px 2px 10px;
	margin: 0 0 0 30px;	
}

#content li
{
	list-style-type: circle;
	padding: 2px 10px 2px 10px;
	text-align: left;
	}
#content label
{
	font-weight: bold;
	color: #666666;
	display: inline-block;
	margin-right: 20px;
}

fieldset div
{
	padding: 10px;
}

input.text 
{
	width: 300px;
}

#radiolist label
{
	font-weight: normal;
	margin: 0;
}

#footer
{
	padding: 14px 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	clear: both;
	display: inline-block;
	float: none;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 58px;
}
#footer img 
{
	margin-right: 50px;
}

#Submit
{
	text-align: center;
	color: Red !important;	
}