@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	/*text-align: center;*/
	background-color: #FFFFFF;
	color:#000;
	font: 13px/18px Arial, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main Nav Menu */



#navBanner {
	position: absolute;
	left: 180px;
	top: 0px;
	right: auto;
	bottom: 0px;
	height: 28px;
	width: 625px;
	list-style-type: none;
}

.navList {
	float: left;
	margin: 0 0.15em;
	list-style-type: none;
	color: #FFFFFF;
	letter-spacing: 0px;
	word-spacing: 2px;
}

.navitab {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.85em;
	list-style-type: none;
}

.navitab:hover {
	text-decoration: none;
	color: #FF9933;
	list-style-type: none;
}






	/* Typography */
	
.highlight
{
border:thin #CCCCCC; 
border-style:solid;
background-color:#CCCCFF;
padding:0.5em;
}
	
h1{
	color: #990099; 
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	color: #666699;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
}

h4 {
	color:#000000;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-weight: bold;
}

/* Layout */

.hr { 
	line-height:2px;
	width: 90%; 
	color:#666699; 
}

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 900px;
	top: 10px;
	position: relative;
	background-color: FFFFFF;
}

#masthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 809px;
	height: 162px;
	top: 0px;
	position: relative;
}

#logo {
	width: 809px;
	height: 162px;
	float: left;
	position: relative;
}

#mainTitle {
	width: 350px;
	height: 130px;
	float: right;
	position: relative;
	right: 300px;
}

#topStrip {
	width: 809px;
	height: 49px;
	position: relative;
	right: 0px;
	top: 0px;
	font-size: 1.1em;
	font-weight:bolder;
	color: #FFFFFF;
/*	text-indent: 20px; */
	background-image:url(images/navigation_bg.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:0.6em;
	z-index: 100;	
}

#lowerStrip {
	width: 900px;
	height: 20px;
	position: relative;
	right: 0px;
	top: 0px;
	background-color: #4ead99;
	
}


#content {
	width: 530px;
	height: 100%;
	position: relative;
	float: left;
	padding: 10px;
	margin: 10px;
	background-color: #FFFFFF;
}

/* Right hand column styles */

#rhtCol {
	width: 258px;
	float: right;
	position: relative;
	left: -85px;
	top: 0px;
	padding: 5px;
	margin-top: 10px;
	background-color: #FFFFFF;
	height: 100%;
}

	
	dl {
		width: 240px;
		margin: 0 0 20px 20px;
		padding: 0;
		background: #666699 url(images/box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0;
		padding: 10px;
		font-size: 130%;
		font-weight:bold;
		background: #666699 url(images/box_top.gif) no-repeat top left;
		color:#FFFFFF;
		}
	
	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		color: #FFF;
		font-family: Verdana, sans-serif;
		font-size: 85%;
		/*background: url(images/arrow.gif) no-repeat 0 3px;*/
		}
		
	span.rightcol
		{
		background: url(images/para_bground.png);
		color:#FFFFFF;
		font-size:smaller;
		}
	
/* End right hand column styles*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#FFFFFF;
	width: 795px;
	height: 30px;
	bottom: 0px;
	position: relative;
	padding: 10px;
	text-align: center;
	background-color:#666699;

}

.clear {
	clear: both;
}

a {
	color: #333366;
	text-decoration: none;
}

a:hover {
	color: #9999CC;
	text-decoration: none;
}

a.right {
	color: #FFFFFF;
	text-decoration: none;
}

a.right:hover {
	color: #9999CC;
	text-decoration: none;
	font-weight:bold;
}

.bold {
	font-weight: bold;
}

/* Form fieldset element styles */

#formstyle{
background-color:#9999CC;
border:thin #000000;
font: "Courier New", Courier, monospace;
font-size:medium;
}