/* CSS Document */

body {
	background:#FFFFFF;
	text-align:center;
 	 margin : 0;
 	 border : 0;
  	padding : 0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#333333;
	}
a {
	color:#004f82;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
a.button {
	border: none;
	}
a.button:hover {
	border:none;
	}
a.footer {
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	}
a.footer:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFFFFF;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
#header {
	background:#004f82;
	padding:0;
	margin:0;
	height: 100px;
	text-align:center;
	color:#FFFFFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#FFFFFF;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFFFFF;
	z-index:100;
	border-right: 1px dotted #CCCCCC;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFFFFF;
	z-index:99;
	border-left: 1px dotted #CCCCCC;
	}
#centercol {
	position:relative;
	padding:0 220px;
	}
#centercol a {
	color:#004f82;
	}
#centercol a:hover {
	border-bottom: #004f82 1px solid;
	color:#004f82;
	}
#footer {
	position:relative;
	top:1px;
	background:#004f82;
	width:100%;
	height: 25px;
	clear:both;
	margin:0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	}

#menu {
	font-size: 16px;
	color:#004f82;
	padding: 10px 0 0 0;
	margin: 0;
	}

#BLOCKGRAY {
	background-color: #EDEDED;
	padding: 5px 20px 5px 20px;
	margin: 10px 0 0 0;
	border: 1px solid #333333;
	}

#divider {
	background-image:url(images/divider-bg.gif);
	height: 5px;
	width: 100%;
	}
	
h1, h2, h3, h4, h5, h6, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

h1	{ font-size: 16px;
	font-weight: lighter;
	background-image:url(images/h1arrow.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;}

h2	{ font-size: 15px;}

h3	{ font-size: 14px;}

h4	{ font-size: 13px;}

h5	{ font-size: 12px;}

h6	{ font-size: 11px;}

p, li, ul { font-size: 10px;}