body {
	margin: 0;
	padding: 10px 30px 30px 30px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	background: #ffffff;
	}

#logo{
	padding: 0 20px 0 0;
	}	
	
a { color: #d11212; text-decoration: none; font-weight: bold; }	

a:hover { color:  #FF9900; text-decoration: underline; }

h1 { font-size: 150%; }

h2 { font-size: 120%; }

h3 {
	font-size: 110%;
	
	}
h5 { font-size: 85%; }	

h1.red { font-size: 150%; color: #d11212; }

p {text-align: justify; }

ul {
	padding: 0 15px;
	margin: 0;
	}

li {
	list-style-type: square;
	}


.container {
	width: 765px;
	margin: 0 auto;
	background: #ffffff;
	}
	


table {
	position: relative;
	width: 100%;
	border: 1px solid #b5b5b5;
	background: #fff;
	}
	
table .short{
	position: relative;
	width: 60%;
	border: 1px solid #b5b5b5;
	background: #fff;
	}	
	
table .help{
	position: relative;
	width: 75px;
	background: #fff;
	}	

table td  .help{
	margin: 0;
	text-align: center;
	}
	
table.med {
	position: relative;
	width: 60%;
		
	}			
	
table caption {
	margin: 0;
	padding: 10px 5px 20px 5px;
	text-align: left;
	background: #fff;

	}	
	
table th, table td {
	margin: 0;
	padding: 8px 6px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}
	
table th {
	color: #000;
	}
	
	
table .nameheader {
	text-align: left;
	border-right: 1px solid #b5b5b5;
	}	
	
table .name {
	text-align: left;
	border-right: 1px solid #b5b5b5;
	}		
	
table .namesmalltext {
	text-align: left;
	font-size: 85%;
	border-right: 1px solid #b5b5b5;
	}			

table tr {
	background: #e6e6e6;
	}

table tr.alt {
	background: #f1f1f1;
	}

table td a {
	
	font-weight: bold;
	}		
	
table td.outline{
	
	border-right: 1px dashed #b5b5b5;
	}		
	
table td.outlineL{
	text-align: left;
	padding-left: 20px;
	border-right: 1px solid #b5b5b5;
	}			

table td.outlineLwb{
	text-align: left;
	padding-left: 20px;
	}				
	
table th.outlineheader{
	
	border-right: 1px solid #b5b5b5;
	}	

.floatright1 { 
	float: right; 
	margin: 0 0 0 55px;
	clear: right;
	}	
	
.floatright1paragraph { 
	float: right; 
	margin: 10px 0 10px 25px;
	clear: right;
	}	
			
	
.floatleft1 { 
	float: left; 
	margin: 0 30px 15px 0;
	clear: left;
	}		
	


ul#nav, ul#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#nav {
	font-size: 85%;
	background-color: #666666;
	}	

ul#nav li a{
	border-color: #DDD;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	display: block;
	float: left;
	padding: 5px 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	} 
	
ul#nav li a:hover {
	background-color: #FF9933;
	
	}	
	
ul#nav li.first a {
	border-width: 1px;
	}	
	
#mainbody {
	clear: left;
	margin: 0;
	padding: 10px 5px 20px 5px;
	}	
	
#rightnav{
	float: right;
	display: block;
	clear: right;
	font-size: 85%;
	font-weight: bold;
	border-color: #b5b5b5;
	border-width: 1px;
	margin: 20px 0 15px 50px;
	width: 210px;
	padding: 10px;
	background-color: #FF9900;
	color: #fff;
	}
	
#rightnav ul {
	padding: 15px;
	margin: 0;
	}
	
#rightnav li {
	list-style-type: square;
	padding: 0 0 7px 0;
	}			
#rightnav a{
	color: #d11212; 
	text-decoration: none; 
	font-weight: bold;
	}
#rightnav a:hover {
	text-decoration: underline;
	}
	
#rightnavrelated{
	float: right;
	display: block;
	clear: right;
	font-size: 85%;
	font-weight: bold;
	border-color: #b5b5b5;
	border-width: 1px;
	margin: 20px 0 15px 20px;
	width: 210px;
	padding: 10px;
	background-color: #e6e6e6;
	color: #000;
	}	
	
form { margin-top: 0; margin-bottom: 0; }	

fieldset {
	border: 1px solid #b5b5b5;
	
	
	}
	
legend {
	
	color: #000000;
	font-weight: bold;
	}	
	
.spacer {
	clear: both;
	height: 10px;
	}
	
.dotted {
	border: 1px dashed  #b5b5b5;
	padding: 10px;
	width: 350px;
	}	
