/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	padding:0;
}
input, form, textarea
H1, H2, H3, H4, H5, H6{margin:0; padding:0;}
H1 {
	color : #000066;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 300%;
}

H2 {
	color : #000066;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 160%;
}

H3 {
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 140%;
}

H4 {
	color : #000066;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 115%;
}

H5 {
	color : #990000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
}

H6 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
}

a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;background:#FFFF00;}
BLOCKQUOTE {margin-left : 0;}

CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1050px;
	background: url("/images/background_2cols.gif") repeat;
}

#header {
	margin: 0 0 0 0;
  background:#9999ff;
  border-width: 2px;
  border-style: solid;
  border-color: #9999ff;
}

# #container {
 float:left;
 width:100%;
 }

#leftcol {
	float: left;
	width: 140px;
	height: 100%
}

#content { 
	padding: 0px 6px 0px 6px;
	float: right;
	width: 898px;
	height: 1% /* Holly hack for Peekaboo Bug */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;

}

#footer {
	clear: both;
	padding: 6px;
	background: #ccccff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	text-align: center;
}

/* ------------------------------
CUSTOM CLASSES
------------------------------ */

/* Add here your custom classes ... */

ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 16px Arial, sans-serif;line-height:160%;width:140px;}
ul.vert-one li{margin:0;padding:0;border-top:1px solid #ccccff;border-bottom:1px solid #ccccff;}
ul.vert-one li a{display:block;text-decoration:none;color:#FFF;background:#000066;padding:0 0 0 10px;width:130px;}
ul.vert-one li a:hover {color:#000;background:#ccccff url("images/arrow.gif") no-repeat 0 9px;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{color:#000;background:#9999ff url("images/arrow.gif") no-repeat 0 9px;}

p.footer {
	clear: both;
	padding: 6px;
	background: #ccccff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	text-align: center;
}
