body {
  margin: 0;
  padding: 0;
  font: 90% Verdana, Arial, Helvetica, sans-serif;
}

/* WRAPPERS */

/* wrapper holds everything else and gives whole page some margins */
#wrapper {
  background-color: #ffffff;
  margin: 30px 40px 30px 40px;
  padding: 10px;
}


/* EVERYTHING AT THE TOP */ 
/* header-top holds the logo, strap and search box */
#header-top {
  width: 100%;
}
.header-top-img { 
  float: left;
  margin: 0 15px 5px 0;
}

/* header-bottom divs contain the 'contact us and log in' text */
#header-bottom  {
  border-top: 1px solid #0066cc;

  margin-top: 5px;
  height: 1%;
}
#header-bottom .greenborder {
  border-bottom: 12px solid #009933;
}
#header-bottom .blueborder {
  border-bottom: 12px solid #0066cc;
}
#header-bottom ul {
  margin: 0;
  padding: 0 30px 5px 0;
  text-align: right;
  font-size: 80%;
  color: #666666;
}
#header-bottom li {
  display: inline;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  color: #050845;
}
#header-bottom a:hover, #header-bottom a:active, #header-bottom a:focus  {
	text-decoration:underline;
	color:#009933;
}



/* the div 'inner-wrapper' is a wrapper to contain the three column layout */
#inner-wrapper {
	background-color:#ffffff;
	width: 100%;
	margin-top: 10px;
	border: 1px #000099;
	 position: relative;
  top:0;
  left:  0;
}



#searchform {
  width: 166px;
  border: 1px solid #0066cc;
}
.insidesearch-box {
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 10px 5px;
}
#searchform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 2px;
	padding: 1px 10px;
	text-align: left;
}

/* main font tags */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000066;
	line-height: 145%; 
	font-weight: 300;
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	background-color: transparent;
} 
h1 {
	font-size: 1.3em;
	color: #330066;
	padding: 5px 0px 5px 5px;
}
/* accessibility: do not use heading styles (h1, h2, h3 etc) unless they are actually headings. If you just want to make text look different, and would have chosen a heading style to achieve this, then use  one of the 'likehX' classes instead */
h2 {
	font-size: 1.2em;
	color: #330066;
	padding: 5px 0px 0px 5px;
} 
.like_h2 {
	font-weight: bold;
	background-color: transparent;
	font-size: 1.2em;
	color: #330066;
	padding: 5px 0px 0px 5px;
}

h3 {
	color: #0099CC;
	font-size: 1.1em;
	padding: 5px 0px 0px 5px;
}
.like_h3 {
	font-weight: bold;
	background-color: transparent;
	color: #0099CC;
	font-size: 1.1em;
	padding: 5px 0px 0px 5px;
}

h4 {
	color: #CC6600;
	font-size: 1em;
	padding: 5px 0px 0px 5px;
}
.like_h4 {
	font-weight: bold;
	background-color: transparent;
	color: #CC6600;
	font-size: 1em;
	padding: 5px 0px 0px 5px;
}

h5 { 
	color: #330066;
	font-size: 95%;
	padding: 5px 0px 0px 5px;
} 

h6 { 
	color: #cc6600;
	font-size: 75%;
	padding: 5px 0px 0px 5px;
}

ol {
font-size: 85%;
color: #000066;
	line-height: 145%; 
	font-weight: 300;
	background-color: transparent;
}
ul {
	list-style: outside;
	font-size: 85%;
	color: #000066;
	line-height: 145%; 
	font-weight: 300;
	background-color: transparent;
	}
	
li {
	padding-bottom: 13px;
	}
	
ul ul li {
font-size: 0.9em;
list-style-type:disc;
color:#000066;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tinytext {
	color: #006699;
	font-size: 0.8em;
	padding: 0;
}

/* clears the three columns to make them vertically align correctly */ 
#clearone {
  clear: both;
  height: 1px;
}
/* COLUMNs */ 
/* the following styles define the left and right columns */
#rightcolumn {
  float: right;
  width: 170px;
  background-color: #ffffff;
  color: #000000;
  margin: 0 0 0 10px;
  padding: 0;
}
#rightcolumn ul li {
	list-style-position: outside;
	list-style-image: url(/images/RightArrow.png);
}
/* these ones are for the  text in the right column */
	
#rightbar_1 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
	
#rightbar_1 a:link {
	color: #33c;
	text-decoration: none;
	}
	
#rightbar_1 a:visited {
	color: #33c;
	text-decoration: none;
	}
	
#rightbar_1 a:hover, #rightbar_1 a:active, #rightbar_1 a:focus  {
	color: #006; 
	text-decoration:underline; 
}
	
#rightbar_1 h3 {
	font-size: 90%;
	color: #006;
	font-weight:bolder;
	margin: 20px 5px 8px 5px;
	}
	
#rightbar_1 ul {
	padding: 0 2px;
	list-style: none;
	font-size: 75%;
	margin: 0;
	}
	
#rightbar_1 ul li {
	padding: 4px;
	}
	
#rightbar_1 img, #rightbar_2 img {
	border: 1px solid #000; /*Add border as needed.*/
	margin: 0; /*Add margin (space around image) as needed.*/
}
	
/*end right sidebar styles*/




#leftcolumn {
  float: left;
  width: 172px;
  margin: 0 10px 0 0;
  padding: 0;
  border-left: 1px solid #000099;
}
#leftcolumn ul li {
	list-style-position: outside;
	list-style-image: url(/images/RightArrow.png);
}
#content {
	padding: 10px;
	margin-left: 180px; 
} 



/* start left side navigation  ---------------------------------------------------------*/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #330099;
	background-color: #ccffcc;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	background-color: #009933;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
}



#sectionLinks_blue{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
}


#sectionLinks_blue a:link, #sectionLinks_blue a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #330099;
	background-color: #99ccff;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
}

#sectionLinks_blue a:hover{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	background-color: #0066cc;
	text-decoration: none;
	border-right: 4px solid #009933;
	padding: 3px 0px 3px 10px;
}
#sectionLinks_green{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
}


#sectionLinks_green a:link, #sectionLinks_green a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #330099;
	background-color: #ccffcc;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
}

#sectionLinks_green a:hover{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	background-color: #009933;
	text-decoration: none;
	border-right: 4px solid #009933;
	padding: 3px 0px 3px 10px;
}


/*The next two styles are to make the boxes within the right or left columns */
.rightcol-boxHeader {
	font-size: 85%;
	color: #ffffff;
	padding: 0 3px 3px 3px;
	display: block;
	background-image: url(/images/GreyTitle.png);
	background-repeat: repeat-x;
	font-weight: 600;
	background-color: #26455A;
}
.rightcol-boxHeader a{
	text-decoration: none;
	color: #ffffff;
}
.rightcol-boxHeader a:hover{
	text-decoration: none;
	color: #ffff00;
}
.rightcol-boxContainer {
	border-right: #0066cc 1px solid; 
	border-top: #0099ff 1px solid;
	border-bottom: #0066cc 5px solid;
	border-left: #99ccff 1px solid;
	background-position: right 50%; 
	background-image: url(/images/RightCol.png); 
	background-repeat: repeat-y;
	text-align: left;
}
.rightcol-boxContainer ul li{
	list-style-position: outside;
	list-style-image: url(/images/RightArrow.png);
	margin-left: -15px;
	padding: 0
}

.leftcol-boxContainer {
	border-left: #0066cc 1px solid; 
	border-top: #0099ff 1px solid;
	border-bottom: #0066cc 5px solid;
	border-right: #99ccff 1px solid;
	background-position: left 50%; 
	background-image: url(/images/leftCol.png); 
	background-repeat: repeat-y;
	text-align: left;
}
.leftcol-boxContainer ul li {
	list-style-position: outside;
	list-style-image: url(/images/RightArrow.png);
}
/************ log in text in a box  *************/
.login-box {
	background-color: #E6E8EB;
	color: #0066cc;
	display: block;
	font-size: 90%;
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 10px 5px;
	border-color: #990000 #cc6666 #cc6666 #990000;
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	width: 150px;
}


/*left column boxes styles */

#leftbox_1 {
	margin: 0;
	padding: 0;
}

#leftbox_1 h3 {
	color: #006;
	font-weight:bolder;
	margin: 20px 5px 8px 5px;
	}
	
#leftbox_1 h4 {
	color: #229F7E;
	font-weight:bolder;
	margin: 20px 5px 8px 5px;
	}
#leftbox_1 p {
	color: #000000;
	margin: 20px 5px 8px 5px;
	}	
#leftbox_1 ul li {
	padding: 0;
	list-style-position: outside;
	list-style-image: url(/images/RightArrow.png);
	margin-left: -4px;
	margin-top: 10px;
	line-height: 1em;
}
	
	
/* end left column box styles */	



/* Start footer ------------------------------------------------------ */

#footer {
	background-color: #fff;
	color: #758bb0;
	padding-top:3px;
	padding-bottom:3px;
	border-top: 2px solid #758bb0;
	border-bottom: 1px solid #ccc;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 2px;
	padding: 1px 10px;
	text-align: left;
}
	
#footer a {color: #758bb0; text-decoration: none;}
#footer a:link, #footer a:visited {color: #758bb0;}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline;
	color: #758bb0;
}
/* end footer */
	

/* start breadcrumbs ----------------------------------------------------------*/

#breadcrumbs a {color: #069; text-decoration: none;}
#breadcrumbs a:link {color: #069;}
#breadcrumbs a:visited {color: #C06;}
#breadcrumbs a:hover {color: #006; text-decoration:underline; }
#breadcrumbs a:active {color: #069;}

/* end breadcrumbs */

/*start main content area. ------------------------------------------------------------*/

#content .contrast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#336633;
}
	
#content a {color: #33c; text-decoration: underline;}
#content a:link {color: #33c; }
#content a:visited {color: #33c; }
#content a:hover {color: #006;  text-decoration:underline; }
#content a:active {color: #33c; }

.leftimg {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #000;
}

	

/* any image float right */
.rightimg {
	float: right;
}
.contrast {
	font-weight: bolder;
	color: #339966;
}
.floatleft {
float:left;
}