/*this is to keep page from shifting to left on load in safari and firefox*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
html {
	overflow: -moz-scrollbars-vertical !important;
}

a:active, a:focus {outline:0}


body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body, td, th {
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4b6e56;
}

h1, h2, h4, h5, h6 {
  color: #5b6e88;
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
  font-weight: bold;
}

h2 {
	
	font-size: 21px;
}

h3 {
	color: #000000;
	font-size: 18px;
	text-align: center;
}

h4 {
	font-size: 17px;
	
}

h5 {
	font-size: 15px;
	
}

h6 {
	font-size: 13px;
	text-align: right;
}


h4, h5 {
  margin-top: 20px;
  margin-bottom: -12px;
}

hr {border: solid 1px #efefef;}

A:link 		 { color: #336699; 
			font-weight: bold; 
			text-decoration: none 
}

A:visited 	 { color: #336699; 
			font-weight: bold; 
			text-decoration: none 
}
 
A:hover 	  { color: #336699; 
				font-weight: bold; 
				text-decoration: underline;
}

.toprow{
background-color:#4b6e56;
height: 15px;
	background-repeat: repeat-x;
}

.logorow{
background-color:#ffffff;
}

.tableheaders    { color: #ffffff; background-color: #660000; font-size: 12px; font-weight: bold; text-align: center }

img
{  border-style: none;
}

.contentbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;	
}

.contentbanner a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;	
}

.contentbanner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration:none;
	font-weight: bold;	
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}

.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}

.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
	text-decoration:none;
	font-weight: bold;
}

.contentsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

.contenttb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration:none;
	font-weight: bolder;
	font-style: normal;
}

.contentlrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

.contentmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

.contentmed a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration:underline; 
	font-weight: bold;
}

.contentmedW {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

.contentlrgG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #600;
	text-decoration:none;
	font-weight: bold;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration:none;
}

.breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration:none;
}

.breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration:underline;
}

.topbanner{
	background-image: url(../images/topbannerbg1.png);
}

.middlebg{
background-color:#660000;
	background-repeat: repeat-x;
}

.leftbg{
	background-color:#FFF;
	border: #ccc;
	border-radius: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	
	padding:5px;	
}

.mainborder{
	border:#666 solid thin;
}

.vertline{
	background-image:	url(../images/vertline.png);
}

.horzline{
	background-color: #069;
	height:5px;
}

.wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #CCC;
	border-radius: 10px 10px 0px 0px;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	max-width: 875px;
	min-width: 875px;
	position: relative;
}

.wrapper2 {
	background-color:#fff;
	border: #4b6e56;
	border-radius: 0 0 10px 10px;
	border-style: solid;
	border-width: 1px;
	
}
