/* CSS Document */
/* Global Defaults */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #E6E6E6;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-image: url(images/topback.gif);
	background-repeat: repeat-x;
}
h1,/* Headlines */ h2, h3, h4, h5, h6, p ,{
  font-family: Arial, Helvetica, sans-serif;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
}


h1 {
	font-size: 1.3em;
	color:#155197;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 1.2em;
	color:#333333;
	margin: 0;
	padding: 10px 0 5px 0;
	font-weight:bold;
}
h3 {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE7E1C;
}
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Text Styles */
 th, td, dd, dt, blockquote, q, acronym, abbr, input, select, textarea {
  margin: 0;
  padding: 0;
  font: normal 1em/1.25 Arial, Helvetica, sans-serif;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}
#leftContent {
	float: left;
	height: 322px;
	width: 365px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#rightContent {
	float: left;
	height: 322px;
	width: 606px;
	margin-top: 5px;
	z-index: -1;
}


/* document specific divisions*/
div#header {
	height: 135px;
	background-image: url(images/topback.jpg);
	background-repeat: no-repeat;
}
div#container {
	width: 985px;
	margin: 0 auto;
	background-color:#FFFFFF
}
div#navcontainer {
	margin: 0 auto;	
	width: 985px;
	padding: 0;
	background:url(images/nav_bkgrd_off.jpg) no-repeat;
}
div#navbar {
	position:relative;	
	margin: 0 auto;
	padding:0;
z-index: 999;
	}
div#myslidemenu {
	position: relative;
	top: 1px;
	left: 15px;

}
#content {
	background-color:#000000;
	min-height: 540px;
	width: 985px;
	z-index: 2;
}
div#insideContent {
	clear: left;
	padding: 15px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.subbody {background-color: #e7e7e9; border-right: 1px solid #999; border-left: 1px solid #999;}
.col1 {
	width: 480px;
	float:left;
	padding-right: 20px;
}
.col2 {
	width: 350px;
	float:left;
}
#footer {
	width: 985px;
	margin :10 auto 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	position: relative;
}
#footer a {
	color: #3366FF;
}


/* Links and Images */
a:link { color: #00f; }
a:visited { color: #009; }
a:hover { color: #06f; }
a:active { color: #0cf; }
img {
  border: none;
}

/* Tables */
table {
	margin: 0;
	padding: 1;
	border: none;
	font-family: "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
}


/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft {
	text-align: left;
	font-size: 12px;
}
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
#mainTabs {
	float: left;
	height: 320px;
	width: 350px;
}
#mainTabs img {
	padding-bottom: 2px;
	padding-top: 2px;
}

