@charset "iso-8859-1";
/* CSS Document - Author: DarkStone Data*/

/* General Styles */

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

a:hover 
{
	text-decoration: underline;
	color: #000;
}

#wrapper {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background: #fcfcfc;
}

#header h2
 {
	margin: .5em;
}

.hw2 
{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

.clear 
{
	clear: left;
}
h1 
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}


/* Top Navigation */

#navcontainer 
{
	clear: both;
	width: 786px;
	margin-top: 10px;
	height: 40px;
	margin-right: auto;
	margin-left: 7px;
}
#nav1 
{
	width: 131px;
	height: 30px;
	float: left;
	background: url(images/nav1.jpg) no-repeat;
}

#nav2 
{
	width: 131px;
	height: 30px;
	float: left;
	background: url(images/nav2.jpg) no-repeat;
}

#nav3 
{
	width: 131px;
	height: 30px;
	float: left;
	background: url(images/nav3.jpg) no-repeat;
}

#nav4 
{
	width: 131px;
	height: 30px;
	float: left;
	background: url(images/nav4.jpg) no-repeat;
}

#nav5 
{
	width: 131px;
	height: 30px;
	float: left;
	background: url(images/nav5.jpg) no-repeat;
}

#nav6 
{
	width: 131px;
	height: 30px;
	float: left;
	background: url(images/nav6.jpg) no-repeat;
}
.buttonText 
{
	text-align: center;
	padding-top: 14px;
	font-size: 11px;
	font-weight: bold;
}

.closebutton 
{
	text-align: center;
}


/* Header Styles */

#fpic
{
	width: 778px;
	border: 1px inset #888;
	margin-right: auto;
	margin-left: 7px;	
	height: 237px;
	background-color: #999999;
	clear: both;
	background: url('images/op.jpg') no-repeat;
}

#smenu
{
   position: relative;
   float: right;
   width: 210px;
   height: 237px;
   border: 5px;
   background: #666;
   clear: both;
}

#header, #body
{	
	width: 800px;
	margin-right: 5px;
	margin-left: 5px;
}

#flag
{
	position: relative;
	float: left;
	width: 58;
	height: 60;
	padding-top: 10px;
	clear:both;
}

.bhz 
{
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-left: 5px solid #444;
	border-right: 5px solid #444;
	display: block;
	background-color: #444;
}
#b2 
{
	width: 213px;
	float: top;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
	color: #333;
}
#b2 ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#b2 li 
{
	border-bottom: 1px solid #999;
	margin: 0;
	width: auto;
}
#b2 li a 
{
	display: block;
	padding: 3px 0px 2px 0.5em;
	border-left: 5px solid #555;
	border-right: 5px solid #555;
	color: #fff;
	text-decoration: none;
	width: auto;
	height: 12px;
	background-color:#777;
}
#b2 li a:hover 
{
	border-left: 5px solid #222;
	border-right: 5px solid #222;
	color: #fff;
	background-color: #999;
	font-weight: bold;
}


/* Body Styles */

body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background: url('images/bggrad2.jpg') repeat-x;
	background-color: #464646;
}	

#content 
{
	width: 575px;
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.headertext1 
{
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.headertext2 
{
	font-size: 12px;
	font-weight: bold;
}
.headertext3 
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
} 
.headertext4 
{
	font-size: 16px;
	font-weight: bold;
	color: #00CC00;
	float: right;
}
.headertext5 
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	float: left;
} 

p
{
	margin: 0;
	padding: 0;
}

/* For single col notes */
.singlenoteheader
{
    width: auto;
	border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align: center;
}
.singlenoteblock
{
    background: #d0d0d0;
    width: 350px;
	padding: 5px 5px 5px 5px;
    border: 1px solid #000;
    color: #000;
    margin-left: auto;
	margin-right: auto;
}
.singlecol
{
	float: middle;
	top: 0px;
	margin-left: 0px;
	width: auto;
}
/* End of single col notes */
/* For double col notes */
.twocolnoteheader
{
    width: auto;
	border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align: center;
}
.twocolnoteblock
{
    background: #d0d0d0;
    width: 500px;
	padding: 5px 5px 5px 5px;
    border: 1px solid #000;
    color: #000;
    margin-left: auto;
	margin-right: auto;
}
.twocolleft
{
	float: left;
	top: 0px;
	margin-left: 0px;
	width: 45%;
	font-size: 11px;
}
.twocolright
{
	top: 0px;
	margin-left: 250px;
	width: 45%;
	font-size: 11px;
}
/* End of double col notes */

.floatimgleft 
{
	float: left;
	margin-top: 10px;	
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatimgright 
{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.bodylink
{
	color: #990000;
	font-weight: bold;
}


/* Sidebar Styles */

#sidebar 
{
	margin-left: 590px;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #BBB;
}

.headerside1
{
	font-size: 12px;
	font-weight: bold;
}

.headerside2
{
	font-size: 12px;
	font-weight: bold;
	color: #88000A;
	text-align: center;
}
.sidelink 
{
	font-size: 11px;
	font-weight: bold;
	color: #88000A;
	text-align: center;
}


/* Footer Styles */

#footer
{
	width: 800px;
	margin-right: 5px;
	margin-left: 5px;
}	

#footer 
{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	text-align: center;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
} 
#disclaimer
{
 	width: 810px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
}


/* popup */

#popup 
{
	width: 750px;
	height: 425px;
	margin-right: auto;
	margin-left: auto;
	background: #fcfcfc;
}

#supplement
{
	width: 600px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}

/* This set is used for the popup windows */
.popupheader3
{
    width: auto;
	border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align: center;
}
.popupblock3
{
    background: #d0d0d0;
    width: 550px;
	padding: 5px 5px 5px 5px;
    border: 1px solid #000;
    color: #000;
    margin-left: auto;
	margin-right: auto;
}
.leftpopupcol3
{
	float: left;
	top: 0px;
	margin-left: 0px;
	width: 45%;
	font-size: 14px;
}
.rightpopupcol3
{
	top: 0px;
	margin-left: 250px;
	width: 45%;
	font-size: 14px;
}
/* End of popup set */
/* This set is used for the contact page */
.contactheader
{
    width: auto;
	border-bottom: 1px solid #888;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align: center;
}
.contactblock
{
    background: #d0d0d0;
    width: 450px;
	padding: 5px 5px 5px 5px;
    border: 1px solid #000;
    color: #000;
    margin-left: auto;
	margin-right: auto;
}
.leftcontact
{
	float: left;
	top: 0px;
	margin-left: 0px;
	width: 45%;
	font-weight: bold;
	font-size: 14px;
}
.rightcontact
{
	top: 0px;
	margin-left: 175px;
	width: 45%;
	font-size: 14px;
}
/* End contact page set */

#isocert
{
	width: 725px;
	height: 552px;
	margin-right: auto;
	margin-left: auto;
	background: #fcfcfc;
}