*
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	margin:0;
	padding:0;
	border-spacing: 0;
}

small
{
	font-size: 8pt;
}

*.underline
{
	border-bottom: 1px solid black;
}

body, html
{
	background:#000000;
	color:#000000;
}

img
{
	border: 0;
}

p
{
	margin-bottom: 3px;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

*.big
{
	font-size: 14pt;
}

a:hover
{
	color: #FF0000;
}

h1, h2, h3, h4
{
	color: #323296;
}

h1 
{
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2
{
	font-size: 12pt;
	margin-top: 8px;
	margin-bottom: 2px;
}

h3
{
	margin-top: 2px;
	margin-bottom: 2px;
}

li
{
	margin-left: 12px;
}


th, td
{
	vertical-align: top;
	padding: 2px;
}

div.hidden1
{
    position: absolute; top:170; left:200;
    border: 3px solid white;
    background: #ffffff;
    visibility: hidden;
}

#location
{
	font-size: 8pt;
	background: #000000;
	margin: 2px;
	padding-left: 5px;
	float: left;
	color: #FFFFFF;
}

#location a
{
	font-size: 8pt;
	color: #FFFFFF;
}

#tools
{
	background: #000000;
	margin: 2px;
	padding-right: 5px;
	float: right;
}

#tools a
{
	font-size: 8pt;
	color: #FFFFFF;
}
	
#logo
{
	background-image: url(/images/logo3.gif);
	height: 120px;
	clear: both;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
	
#logo img
{
	float: right;
	margin-right: 5px;
}

#menubar
{
	background: #0d2482;
	color: #FFFF00;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
	
#menubar div
{
	font-size: 8pt;
	display: inline;
	margin-right: 30px;
}

#menubar a
{
	font-size: 8pt;
	background: #0d2482;
	color: #FFFF00;
	display: block;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	width: 100px;
	text-align: left;
}          
#menubar .parent
{
	font-size: 8pt;
	display: inline;
	border: none;
	padding: 0;

}

#menubar a:hover
{
	background: #FFFF00;
	color: #0d2482;    
}          

#hide
{
	display: none;
}

#main
{
	background: #FFFFFF;
	min-height: 400px;
	vertical-align: top;
	background-image: url(/images/banner-watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
}

#mainnopad
{
	background: #FFFFFF;
	min-height: 500px;
	vertical-align: top;
	background-image: url(/images/banner-watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px;
}


#footer
{
	background: #0d2482;
	text-align: center;
	padding: 5px;
}

#footer a
{
	color: #FFFF00;
	font-weight: bold;
}

.alert {
	background: #fff6bf center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}	
	
.info
{
background-color: #f8fafc;
background-image: url(/images/left-arrow.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 15px;
background-y-position: 50%;
text-align: left;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 45px;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #b5d4fe;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #b5d4fe;
}
	
#t1 table
{
	background: #FFE9C6;
	border: 2px solid #82550D;
	border-spacing: 0;
	border-collapse: collapse;
}

#t1 tr
{
	xmargin: 10px;
	xborder: 1px solid #82550D;
	xbackground: #FFE9C6;
}

#t1 th, #t1 td
{
	padding: 5px;
	border-bottom: 1px solid #82550D;
	border-top: 1px solid #82550D;
}

#t1 th
{
	background: #FFD38C;
}

#t1 td
{
	background: #FFE9C6;
	border-left: 1px solid #FFD38C;
}

#t1 td.foot
{
	background: #DDE9C6;
}

#t1 td.body-inactive
{
	color: #AAAAAA;
}

#t2 table
{
	background-color: #FFFFCC;
	border: 1px solid #CC6600;
	text-align: left;
}

#t2 th
{
	background-color: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}

#t2 td
{
	background-color: #FFFFCC;
	padding: 2px;
	border-top: 1px solid #CC6600;
}

#t2 td.foot
{
	background-color: #FFCC99;
	padding: 2px;
	border-top: 1px solid #CC6600;
}

#blog td.title
{
	font-size: 12pt;
	font-weight: bold;
	padding: 0px;
	padding-top: 3px;
	border-bottom: 1px solid #888888;
}

#blog td.date
{
	color: #888888;
	padding: 2px;
	border-bottom: 1px solid #888888;
	text-align: right;
	vertical-align: bottom;
}

#blog td.text
{
	padding-bottom: 15px;
}

