body,html {
	background: #268ac8 url('images/bg.jpg') repeat-x;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: center;
	min-height: 100%;
	height: auto;
}
ol {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #444;
}
li {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #444;
}
#header {
	margin-top: 0;
	text-align: left;
	height: 100px;
	background: #ffffff;
	padding: 1px;
	border-bottom: 1px solid #ffff99;
}
#header img{
	padding-top: 31px;
}
#header p{
	padding-top: 53px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;

}
#container {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	padding: 1px;
	background: #edf5fc;
}
#nav {
	text-align: center;
	height: 26px;
	background: #cccccc url(images/bgnav.gif) repeat-x;
	font-family: arial;
	font-size: 95%;
	padding-top: 5px;
	padding-bottom: 0;
	width: 800px;
}

.leftnav {
	line-height: 2;
	font-family: arial;
	font-weight: bold;
	font-size: 100%;
}

#nav span {
	border-right: 1px solid #aaa;
	padding-bottom: 5px;
	padding-top: 6px;	
}
#nav span#beginning { border-left: 1px solid #aaa }
#nav span#end { border-right: none; }
#nav a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
}
#nav a,#nav a:visited {
	color: #ffffff;
}
#nav a:hover,#nav a:hover:visited {
	color: #ffffff;
	text-decoration: underline;
	background: url(images/bgnav.gif) repeat-x 0 0;
}
#left {
	background: #edf5fc;
	width: 184px;
	float: left;
	padding: 1px;
	border-right: 2px solid #ddd;
}
#left p{
	padding-left: 10px;
}
.small{
	font-size: 80%;
}
.small ul{
	padding-left: 18px;
}
.border {
	width: 95%;
	background-color: #eee;
	border: 1px solid #999;
	-moz-border-radius-topleft: 3px;	
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main {
	background: #ffffff;
	padding: 1px 5px 5px 5px;
	width: 592px;
	float: right;
	margin-top: 1px;
	border-left: 8px solid #1f5b80;
}
#full {
	background: #ffffff;
	padding: 0 25px;
	width: 750px;
	margin-top: 1px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #444;
}
p b {
	color: black;
}
th {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #444;
	font-weight: bold;
}
h1 {
	color: #00234e;
	font-size: 18pt;
}
h4 {
	text-align: center;
}
h6 {
	font-size: 110%;
	font-weight: bold;
	color: #006;
	margin-bottom: 0;
	display: inline;
}
hr {
	color: #CCC
}
.blue {
	font-size: 110%;
	font-weight: bold;
	color: #006;
}
#footer {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #ffff99;
	clear: both;
	background-color: #0033CC;
	background-image: url(images/bgfooter.gif);
	color: #ffffff;
	text-align: center;
	font-family: sans-serif;
	font-size: 80%;
	width: 800px;
}
#details {
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	text-align: center;
	font-family: sans-serif;
	font-size: 80%;
}
#footer a {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 90%;
}
.idassist {
	width: 90%;
	margin: 25px auto;
	border: 1px solid black;
	background: #eee;
}