/*************** CSS Document *******************/
/***** CSS Document ******/
/***********  default font-size:12px, use 100% for that  ********/
/*****  90%=11px, 80% in forms, 85% otherwise roughs 10 to 10.5px, a minimum  *****/
/******  NOTEs: DW wont view all docs properly, try browsers first, before modification  *******/
/****  divs must float left for dw to view border, most pages must be 100% wide to view proper ********/
/*********  to center page is confusing, when float left is necessary  ************/
/**** trick for "center with float left" is float left 100% wide w/body margin sides 5% or more *****/
/**** Above not a 100% fix for dw view, borders still flakey *****/
/*****  another trick to keep position going, is only float what needs floating  *********/
/*****  try add or remove <br> in end of empty divs, or remove float, make dw view properly *******/
/*****  NOTE: The <strong> tag &/or no clear float at base, made link repeat at base of page  *****/
/**** The trick hack to stop hover jumpy links, is to put every section into a div, classed seperate  ****/
/******  any div that has a specified margin/pad can't have links without containers  *****/
/******  another hack, is to classify all links, so that they don't margin/pad jumpy  *****/
/*****  the divs containing links can't have set width and margin/pad alterations, or theyll be jumpy  *******/
/**** Hack: Removed width to stop jumpy hover-links, setting pad-margin made it width:auto  *****/


body {
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 5px 5%;
	padding: 0px;
	font-size:100%;
font-size:75%;
}


img {text-decoration:none;}

.container {
float:left;
margin:0px;
padding:0px;
width:99%;
border: 0px solid #000099;
}


/******************  HEADER STYLES   *******************/


.rows1and2 {
float:left;
margin:5px 0px 2px 0px;
padding:0px;
width:100%;
background: #eaeaea url("../media/sojchop75-itt.gif") no-repeat scroll center center;
border:outset .1em #336699;
text-align:left;
}

.row1 {
float:left;
margin:0px;
padding:0px;
width:100%;
border: 0px solid #000099;
vertical-align:middle;
}

.headleft {
float:left;
margin:0px 0px 0px 0px;
padding:7px 0px 2px 5px;
width:66%;
border: 0px solid #990000;
vertical-align:middle;

text-align:left;
}

.headright {
float:right;
margin:0px;
padding:2px 0px 1px 0px;
width:33%;
border: 0px solid #000099;
text-align:center;
vertical-align:middle;
font-weight:normal;
}


/**********  PULL MENU  (TRANSLATE)  ************/

form {
	padding:0px;
	margin:0px;
}

.pullmenus {
padding: 0px;
margin: 0px;
width: 100%;
background-color: #FFFFFF;
text-align: left;
font-size:10px;
color: #000099;
}

/**************  GOOGLE SEARCH BUTTON  *****************/

form {
padding:0px;
margin:0px;
}

.searchtable {
margin:0;
padding:0;
}

.searchbox1 {
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
text-align: left;
font-size:10px;
color: #000099;
}
.searchbox2 {
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
text-align: left;
font-size:10px;
text-align: left;
color: #000099;
}

.searchbutton {
margin:0;
padding:0;
font-size:10px;
color: #000099;
}


/***********  BODY  ***************/

.bodycontainer {
display:block;
float:none;
width:100%;
margin:0;
padding:0;
border: 0px solid #006600;
}


.bodyleft {
	display:block;
	float: left;
	width: 22%;
	margin: 0;
	padding:0;
	border: 1px solid #336699;
	background: #eaeaea;
}


.bodyright{
	display:block;
	float: left;
	margin:0;
	padding:0;
	width: 76%;
    border: 0px solid #003366;
	background-color:#FFFFFF;
	text-align:left;

}


.vmenucontainer {
display:block;
margin:0;
padding:10px 5px;
}


.vmenusection {
display:block;
margin:0;
padding:0;
padding-bottom:5px;
border:0px solid #000000;
font-weight:bold;
text-align:left;
color:#FFFFFF;
}

.vmenulink {
DISPLAY: block;
padding:0;
background: url("../media/butn-yellow.gif") no-repeat 0% 50%;
border:0px solid #000000;
COLOR: #FFFFFF;
font-weight:normal;
text-indent:10px;
}

.maincontent {
display:block;
margin:0;
padding:10px;
}

.footer {
display:block;
clear:both;
margin-top:2px;
padding:0;
height:75px;
width:100%;
background: #eaeaea url("../media/sojcir-atnavy75.gif") no-repeat 50% 0%;
border: 1px solid #336699;
font-weight:bold;

text-align:center;
color:#FFFFFF;
}

.nvu {
display:block;
float:none;
margin:0;
padding:0;
width:100%;

font-weight:bold;
text-align:center;
}

/**** LINKS  ********/

a {
	text-decoration: none;
	color: #336699;
}

a:link{
	margin:0px; padding:0px;color: #336699;
	text-decoration: none;
	border-bottom:1px solid #990000;
	}

a:visited{
	margin:0px; padding:0px;color: #336699;
	text-decoration: none;
	border-bottom:1px solid #990000;}

a:hover{
	margin:0px; padding:0px;color: #336699;
	text-decoration: underline;
	background-color: #dddddd;
	border-bottom:1px solid #990000;
}


/************  BODY AND HEAD  **********/

 .styleh1 {
	font-family: Cooper Black, Rockwell Extra Bold, Algerian, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #336699;
}
  .styleh2 {
	font-family: Cooper Black, Rockwell Extra Bold, Algerian, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}
  .styleh3 {
	font-family: "Cooper Black", "Rockwell Extra Bold", Algerian, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 125%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 font-weight:bold;
 }

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
styleh3 modif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
Modify styleh3 {
}
