@charset "utf-8";
/* CSS Document */

/*common styles*/
 /*common styles*/
 body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;

	
/* Extra style links */
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}
.class1 A:link {
	font-size: 10px;
	font-weight:bold;
	color: #0000FF;
}
.class1 A:visited {
	font-size: 10px;
	font-weight:bold;
	color: #0000FF;
}

.class1 A:active {
	font-size: 10px;
	font-weight:bold;
	color: #0000FF;
	
 /*End link styles */
	
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	color: #000000;
}
h2 {
	font-size: 24px;
	color: #000000;
}
h3 {
	font-size: 18px;
	color: #000000;
}
h4 {
	font-size: 16px;
	color: #000000;
}
h5 {
	font-size: 14px;
	color: #000000;
}
h6 {
	font-size: 12px;
	color: #000000;


}
 p {
 margin:3px;
 padding:0;
}
 img{ 
 padding:5px 0 5px;

}
 #header {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	z-index: 0;
	position: static;
	height: 225px;
	padding-bottom: 0px;
}
 #header p,
 #header h1,
 #header h2 {
 	padding:4px 4px 4px;
	margin:0;
}
 #header ul {
 	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin: 3px;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin: 0 0 0 auto;
	padding:3px 10px;
	text-align:center;
	background-color:#006600;
	color:#000000;
	text-decoration:none;
	position:relative;
	
	line-height:1.3em;
}
 #header ul li a:hover {
 	background:#006633;
	color:#000000;
}
 #header ul li a.active,
 #header ul li a.active:hover{
 	color:#ffffff;
	background-color:#000000;
	font-weight:bold;
}

#header ul li a span{
	display:block;
	
	/* sub menu*/
}
 #submenu {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	width:880px;
	height: auto;
	background-image: url(images/header1a.jpg);
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	
	
} 
 #submenu_overlay {
	z-index:1;
	color: #000000;
	font-weight: bold;
	font-family: georgia, "times new roman", times, serif;
	font-size: 16px;
	padding-bottom: 0px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: -110px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 485px;
	position: relative;
	bottom: 5px;
}
#submenu_overlay  a {
	z-index:1;
	display:block;
	text-align:center;
	color:#000000;
	text-decoration:underline;
	position:relative;
	line-height:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: auto;
	float: left;
	font-weight: bolder;
	letter-spacing: 3px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	height: auto;
	font-style: normal;
	background-color: #FFFFFF;
}
#submenu_overlay  a:hover {
	z-index:1;
	color:#000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-image: url(images/navbacker.gif);
	background-repeat: repeat-x;
}
#submenu_overlay  a.active,
#submenu_overlay  a.active:hover{
 	z-index:1;
	color:#ffffff;
	background-color:#000000;
	font-weight:bold;
}

#submenu_overlay  a span{
	z-index:1;
	display:block;
	
	
}
 #footer {
	margin-left:auto;
	margin-right:auto;
	width:870px;
	background-color:#0066CC;
	padding:3px 7px 10px 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: repeat-x;
/* container  */
}
 .mask {
	margin-right:auto;
	margin-left:auto;
	width:100%;
	overflow:hidden;

/* common column settings*/
}
 .colleft,
 .colmid,
 .colright {
 	float:left;
	width:30%;
	position:relative;
}
 .col1,
 .col2,
 .col3 {
 	float:left;
	position:relative;
	overflow:hidden;

	
/* 3 column settings */
} 
 .threecol{
	width:860px;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
 .threecol .colleft{
	width:30%;
	float:left;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 13px;
	background-color: #FFFFFF;
	background-image: url(images/bg3.jpg);
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
 .threecol .colmid {
	width:30%;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-image: url(images/bg3.jpg);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
 .threecol .colright{
	width:29%;
	float: right;
	background-color:#FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(images/bg3.jpg);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;


/* 2 col settings*/

}
 .twocol {
	background-color:#FFFFFF;
	width:860px;
	height:auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
 .twocol .colleft{
	background-color:#FFFFFF;
	width:66%;
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
}
 .twocol .colright{
	background-color:#FFFFFF;
	width: 27%;
	float: right;
	padding: 10px;
	height: auto;
	margin-bottom: 10px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#s {
	margin-right: auto;
	margin-left: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
