html, body
{
	font:10pt Arial;
	margin:0;
	padding:0;
	height:100%;
	width: 1000px;
}

img
{
    border:0;
}

td
{
	font:10pt Arial;
	vertical-align: top;
}

th
{
	font:10pt Arial;
	vertical-align: bottom;
    	text-align: left;
}

caption
{
	font:10pt Arial;
    	text-align: center;
}

a, a:visited
{
	color: #000080;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

#external
{
	
}

#banner
{
	width: 1000px;
	text-align: center;
	padding: 2.5em 0 1.5em 0;
	background:#6699FF;
}

.top
{
	float: left;
	width: 1000px;
	background:#466673;
}

#center_container
{
	float:left;
	width: 1000px;
	min-height:100%;
	background:white;
	position:relative;
}
#side_left_container
{
	float:left;
	width:99%;
	min-height:100%;
	background:#6699FF;
	position:relative;
	right:80%;
}
#side_left
{
	float:left;
	width:16%;
	min-height:100%;
	position:relative;
	left:82%;
	overflow:hidden;
	margin-bottom:-1.5em;
}

#center
{
   float:left;
   width:75%;
   position:relative;
   left:86%;
}

.text_width
{
	float:left;
	width: 720px;
}

.indent
{
	margin-top:20px;
	margin-left:60px;
	line-height:180%;
}

.ds
{
    line-height: 200%;
}

.padded
{
	padding: 10px 10px 10px 10px;
}

.hide
{
	display:none;
}

ul.side_menu, ul.indent
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.top_menu
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	display: inline;
}

ul.top_menu li
{
	float: left;
	padding: 0.6em 1em 0.6em 1em;
	text-align: center;
}

ul.top_menu li#last
{
	float: left;
	padding: 0.6em 0 0.6em 1em;
	text-align: center;
}

ul.top_menu a, ul.top_menu a:visited
{
	color:white;
}

ul.side_menu li
{
	margin-bottom:1.5ex;
}

ul.indent li
{
	margin-left:10%;
}

.side_right
{
	float: right;
	width: 20%;
	overflow: visible;
}

.lhdr
{
    float:left;
    clear:left;
    width:12em;
    font-weight:bold;
}

.rct
{
    float:left;
    margin-bottom: 2em;
}

.thin_border_tbl
{
    border-collapse: collapse;
}

.thin_border_tbl td
{
    padding: 10px;
    border:solid Black 1px;
}

.lst_tbl th
{
    padding-right:5px;
    padding-bottom:5px;
}

.lst_tbl th
{
    font-weight:bold;
}

.lst_tbl caption
{
    text-align: left;
}

.lcol
{
    float:left;
    clear:left;
    margin-right: 4em;
}

.col
{
    float:left;
    margin-right: 4em;
}

.wide_list
{
    line-height: 200%;
    margin-right: 4em;
}

.nlst
{
    clear:both;
}

.nlst li
{
    margin-bottom:10px;
}

#spacer
{
	float:left;
	clear: left;
    	background-color:#6699FF;
	height:1em;
	width:190px;
	right:80%;
}

#footer
{
	clear: left;
	text-align: center;
}

.note
{
	font-style: italic;
	font-size: 8pt;
}
