html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { /*removes browser default margin, padding and border values*/ 
    margin: 0; 
    padding: 0; 
    border: 0; 
}
html {
	height:100%; /*removes page jump problem due to vertical scrollbars appearance switching*/
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	background-color: #0099CC;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 5px;
	min-height:101%	 /*removes page jump problem due to vertical scrollbars appearance switching*/;
	background-image: url(../gif/body_bg5.gif);
	background-repeat: repeat;
	
}
#browserUpdate {
	display: none;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 766px;
	border: 2px solid #F9F9F9;
	background-color: #F9F9F9;
}

.OO4477 {
	background-color: #004477;
}
.F9F9F9 {
	background-color: #F9F9F9;
}
#header {
	width: 100%;
	background-color: #006666;
	height: 125px;
	background-image: url(../jpg/banner.jpg);
	background-repeat: no-repeat;
}
#details {
	width: auto;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
}/*if 5px margin-top instead of 5px padding-top firefox adds unwanted space between #nav1 and banner*/
#details p {
	color: #FFFFFF;
	font-weight: bold;
}
#details a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#details a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#details a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#contentTotal {
	width: 100%;
}
#content {
	width: 100%;
	overflow: hidden;
}

#contentR {
	float: right;
	width: 598px;
	padding-right: 12px;
	padding-left: 12px;
}
#contentL {
	float: left;
	width: 144px;
}
#nav1 {
	width: 100%;
	overflow: hidden;
	height: 22px;
}

#nav1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav1 ul li {
	margin: 0px;
	padding: 0px;
	display: inline;/*display: inline; is neccessary to overcome the vertical space between key problem on early ieBrowsers and ie7*/
}

#nav1 ul li a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: auto;
	float: right;
	color: #33CCFF;
	text-decoration: none;
	padding-top: 4px;
	font-weight: bold;
	text-align: center;
	padding-right: 12px;
	padding-left: 22px;
	background-color: #004477;
	padding-bottom: 3px;
}

#nav1 ul li a:hover {
	background-color: #0099CC;
	color: #AAFFFF;
}
#nav1 ul li a:active {
	background-color: #0099CC;
	color: #AAFFFF;
}
#nav1 p {
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	float: left;
	width: auto;
	padding-top: 3px;
	padding-left: 8px;
	font-weight: bold;
}
#nav2 {
	width: 144px;
}
#nav2 ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav2 ul li
{
	margin: 0px;
	padding: 0px;
}
#nav2 ul li a
{
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-decoration: none;
	color: #33ccff;
	cursor: pointer;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 2px;
	background-color: #004477;
}
#nav2 ul li a:hover {
	background-color: #0099cc;
	color: #aaffff;
}
#nav2 ul li a:active {
	background-color: #0099cc;
	color: #aaffff;
}
form#printForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #33ccff;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 8px;
	background-color: #004477;
	padding-right: 3px;
	padding-left: 3px;
}
.relative {/*needs width value*/
	position: relative;
	z-index: 0;
}
#title {
	padding-top: 4px;
	padding-bottom: 10px;
}
#foot {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
#foot a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
#foot a:hover {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
#foot a:active {
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
#foot p {
	font-weight: bold;
	color: #003366;
}
.page {
	overflow: hidden;
	width: 598px;
}
.page #webRing {
	width: 598px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.page .border {
	width: 100%;
	overflow: hidden;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.page p {
	color: #004477;
}

.page a {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}
.page a:hover {
	color: #0066FF;
	text-decoration: none;
}
.page a:active {
	color: #0066FF;
	text-decoration: none;
}
.page h1 {
	display: block;
	width: auto;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 24px;
}
.page h2 {
	font-size: 14px;
}
.page h3 {
	display: none;
}
.page h4 {
	font-size: 18px;
}
.page h5 {
	font-size: 15px;
}
.page h6 {
	font-size: 11px;
}
.page #pixText {
	text-align: center;
	display: block;
	width: auto;
	font-size: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.page label {
	text-align: center;
	display: block;
	width: auto;
	padding-bottom: 2px;
	padding-top: 0em;
	font-weight: bold;
	color: #0066FF;
}
.page .style1 {
	color: #003366;
	font-weight: bold;
}
.page .style2 {
	color: #0066FF;
	font-weight: bold;
}
.page .style3 {
	color: #0066FF;
	font-weight: normal;
}
.page .style4 {
	color: #FF0000;
	font-weight: bold;
}
.page .style5 {
	color: #FF0000;
}
.page .style6 {
	font-weight: bold;
	color: #0066FF;
}
.page .pix1 {
	width: 200px;
	border: 1px solid #003366;
	height: 145px;
}
.page .pix2 {
	width: 590px;
	border: 1px solid #003366;
	height: 201px;
}
.page .pix3 {
	width: 70px;
	border: 1px solid #003366;
	height: 53px;
}
.page .pix4 {
	width: 200px;
	border: 1px solid #003366;
	height: 295px;
}
.page .pix5 {
	width: 150px;
	border: 1px solid #003366;
	height: 200px;
}
.page .pix6 {
	width: 200px;
	border: 1px solid #003366;
	height: 144px;
}
.page .pix7 {
	width: 200px;
	border: 1px solid #003366;
	height: 249px;
}
.page .pix8 {
	width: 400px;
	border: 1px solid #003366;
	height: 300px;
}
.page .pix9 {
	width: 200px;
	border: 1px solid #003366;
	height: 127px;
}
.page .pix10 {
	width: 200px;
	border: 1px solid #003366;
	height: 131px;
}
.page .pix11 {
	width: 200px;
	border: 1px solid #003366;
	height: 132px;
}
.page .pix12 {
	width: 200px;
	border: 1px solid #003366;
	height: 133px;
}
.page .pix13 {
	width: 200px;
	border: 1px solid #003366;
	height: 134px;
}
.page .pix14 {
	width: 200px;
	border: 1px solid #003366;
	height: 135px;
}
.page .pix15 {
	width: 200px;
	border: 1px solid #003366;
	height: 150px;
}
.page .pix16 {
	width: 300px;
	border: 1px solid #003366;
	height: 400px;
}
.page .pix17 {
	width: 53px;
	border: 1px solid #003366;
	height: 70px;
}
.page .pix18 {
	width: 200px;
	border: 1px solid #003366;
	height: 178px;
}
.page .pix19 {
	width: 200px;
	border: 1px solid #003366;
	height: 236px;
}
.page .pix20 {
	width: 200px;
	border: 1px solid #003366;
	height: 136px;
}
.page .pix21 {
	width: 200px;
	border: 1px solid #003366;
	height: 125px;
}
.page .pix22 {
	width: 200px;
	border: 1px solid #003366;
	height: 141px;
}
.page .column1 {
	float: left;
	width: 436px;
}
.page .column3 {
	float: left;
	width: 387px;
}
.page .column5 {
	float: left;
	width: 274px;
}
.page .column7 {
	float: right;
	width: 388px;
}
.page .column2 {
	width: 592px;
	margin-right: auto;
	margin-left: auto;
}
.page .column4 {
	width: 202px;
	float: right;
}
.page .column6 {
	float: right;
	width: 152px;
}
.page .column8 {
	float: left;
	width: 152px;
}
.page .column10 {
	float: right;
	width: 314px;
}
.page .column14 {
	float: right;
	width: 152px;
}
.page .column16 {
	float: left;
	width: 200px;
}
.page .column38 {
	width: 432px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.page .column40 {
	width: 302px;
	float: left;
}
.page .column42 {
	width: 120px;
	float: right;
}
.page .column44 {
	width: 120px;
	overflow: hidden;
	padding-bottom: 11px;
}
.page .column46 {
	width: 120px;
	overflow: hidden;
	padding-bottom: 10px;
}
.page .column48 {
	width: 55px;
	float: left;
}
.page .column50 {
	width: 55px;
	float: right;
}
.page .column52 {
	width: 120px;
	padding-bottom: 12px;
}
.page .column54 {
	width: 120px;
	overflow: hidden;
}
.page .column56 {
	width: 566px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.page .column58 {
	width: 402px;
	float: left;
}
.page .column60 {
	width: 154px;
	float: right;
}
.page .column62 {
	width: 154px;
	padding-bottom: 7px;
	overflow: hidden;
}
.page .column64 {
	width: 72px;
	float: left;
}
.page .column66 {
	width: 72px;
	float: right;
}
.page .column68 {
	width: 154px;
	overflow: hidden;
	padding-bottom: 6px;
}
.page .column70 {
	width: 154px;
	overflow: hidden;
}
.page .column72 {
	width: 566px;
	overflow: hidden;
}
.page .formColumn9 {
	float: left;
	width: 160px;
	text-align: right;
	padding-top: 3px;
}
.page .formColumn11 {
	overflow: hidden;
	width: 100%;
	padding-top: 3px;
}
.page .formColumn13 {
	float: right;
	width: 428px;
}
form#contact input.butt {
	width: 80px;
	float: left;
	cursor: pointer;
	margin-left: 2px;
	color: #666666;
}
form#contact input.text {
	color: #003366;
	border: 1px solid #999999;
	width: 250px;
}
form#contact textarea {
	color: #666666;
	border: 1px solid #999999;
	text-decoration: none;
	width: 250px;
}
#counter {
	display: block;
	height: 30px;
	width: 144px;
	position: absolute;
	left: 0px;
	top: -30px;
	text-align: center;
}
#footer {
	width: 100%;
	overflow: hidden;
}
#footerR {
	float: right;
	width: 598px;
	padding-right: 12px;
	padding-left: 12px;
	height: 122px;
}
#footerL {
	float: left;
	width: 144px;
	height: 122px;
}										
.mesh {
	background-color: #004477;
	background-image: url(../gif/mesh.gif);
	background-repeat: no-repeat;
}
.OutOfByteMesh {
	height: 122px;
	background-repeat: no-repeat;
	background-image: url(../gif/OutOfByteMesh.gif);
	width: 144px;
	background-position: 0px -200px;
}
.OutOfByteMesh a{
	height: 40px;
	width: 144px;
	display: block;
	background-image: url(../gif/OutOfByteMesh.gif);
	background-repeat: no-repeat;
	background-position: 0 -82px;
}
.OutOfByteMesh a:hover {
	background-image: url(../gif/OutOfByteMesh.gif);
	background-repeat: no-repeat;
	background-position: 0 -282px;
}
.OutOfByteMesh a:active {
	background-image: url(../gif/OutOfByteMesh.gif);
	background-repeat: no-repeat;
	background-position: 0 -282px;
}
#OutOfBytePadding {
	height: 40px;
	width: 144px;
	padding-top: 82px;
}


#copyright {
	padding-top: 14px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #999999;
	font-size: 10px;
	width: 598px;
}
