﻿body {
	margin: 0 0 10px 0;
	padding: 0;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	text-align: center;
}

p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	margin-top: 4px;
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;
	color: #316464;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 1.4em;
	color: #316464;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
    font-size: 1.2em;
    color: #316464;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    margin-top: 5px;
	margin-bottom: 0;
}

h4 {
    font-size: 1.2em;
    color: #316464;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: bold;
    margin-top: 5px;
	margin-bottom: 0;
}

h5 {
    font-size: 1em;
    color: #316464;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: bold;
    margin-top: 0px;
	margin-bottom: 0;
}

ul {
	list-style: square;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

ol  {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}
   
A:link    { color: #592914 }  
A:visited { color: #592914 }
A:hover   { color: #264F4F; text-decoration:none }
A:active  { color: #592914 }


.welcome {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13pt;
	color: #592914;
	line-height: 15pt;
	margin-top: 0;
	margin-bottom: 0;
}

.sidebold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.6pt;
	line-height: 11pt;
	color: #592914;
	margin-left: 10px;
	margin-bottom: 0px;
}

.sidereg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.6pt;
	line-height: 11pt;
	color: #592914;
	margin-left: 20px;
	margin-bottom: 4px;
}


img {
	border: 0;
}


/*Menu Styles*/

a.menu:link 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-indent: 15px;
	display: block;
	width: 186px;
	height: 31px;
	font-weight: bold;
	background-image: url('/images/layout/nav-x.gif');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px
}
	
a.menu:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-indent: 15px;
	display: block;
	width: 186px;
	height: 31px;
	font-weight: bold;
	background-image: url('/images/layout/nav-x.gif');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px
}
		
a.menu:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-indent: 15px;
	display: block;
	width: 186px;
	height: 31px;
	font-weight: bold;
	background-image: url('/images/layout/nav-o.gif');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px	
}
		
a.menu:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-indent: 15px;
	display: block;
	width: 186px;
	height: 31px;
	font-weight: bold;
	background-image: url('/images/layout/nav-o.gif');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px		
}

.inline label input {display: inline;}

/*End of Menu Styles*/



/*Layout Styles*/

#main {
    width: 1000px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
    border: 1px black solid;
}

#header {
    background: #fff;
    padding:0;
    margin: 0;
}

#container {
    margin: 0;
    padding: 0;
    width: 1000px;
}

#sidebar {
	float: left;
	left: 0;
	top: 0;
	padding: 0;
	background-color: #92b7b7;
	width: 186px;
	text-align: left;
	font-size: 10pt;
	border-right: 1px black solid;
}

#sidebar:after {
    display: block; content: " "; clear: both;
}

#content {
	margin: 0 0 0 186px;
	padding: 0 10px 0 10px;
	width: auto;
	text-align: left;
	height: 100%;
}

/* Claim Form Styles */




#ClaimForm label {display: block; font-size: 10pt; font-weight: normal;}
#ClaimForm legend {margin-bottom: 8px; font-size: 12pt; font-weight: bold;}

