@charset "utf-8";
/* Main CSS Document */

/* Tag specific CSS */
body {
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	background-image: url(../images/main_background.png);
	margin: 0px;
	height: 100%;
	}
input, select, textarea, option {
	font-family: Verdana;
	font-size: 12px;
	}
label {
	float: left;
	width: 150px;
	}
table {
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: none;
	}
td {
	font-family: Verdana;
	font-size: 12px;
	}
h3 {
	color: #00ff00;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	}
hr {
	color: #eeeeee;
	height: 1px;
	}
/* Custom tags */
.bookmarkText {
	font-size: 10px;
	color: #999999;
	}
.mainTitle {
	color: #00ff00;
	font-size: 16px;
	font-weight: bold;
	}
.mainHeader {
	background-color: #ffffff;
	height: 80px;
	width: 960px;
	}
.mainMenu {
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	background-color: #006600;
	width: 960px;
	height: 30px;
	}
.mainMenu a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.mainBottom {
	color: #ffffff;
	font-size: 9px;
	width: 960px;
	height: 16px;
	text-align: center;
	background-image:url(../images/main_bottom_shadow.png);
	background-repeat: no-repeat;
	}
.mainBottom a {
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
	}

.mainSingle {
	height: 1px;
	width: 960px;
	background-color: #006600;
	}
.topLinks {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	}
.topLinks a {
        color: #000000;
        font-size: 9px;
        text-decoration: none;
        }
/* Boxes with Rounded Corners */
.boxGroup {
	/*margin-top: -30px; */
	max-width: 960px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	}
.boxBorder1, .boxBorder2, .boxBorder3, .boxBorder4 {
	font-size: 1px; 
	overflow: hidden; 
	display: block;
	} 
.boxBorder1 {
	height: 1px; 
	background: #006600; 
	margin: 0 5px;
	} 
.boxBorder2 {
	height: 1px; 
	background: #ffffff; 
	border-right: 2px solid #006600; 
	border-left: 2px solid #006600; 
	margin: 0 3px;
	} 
.boxBorder3 {
	height: 1px; 
	background: #ffffff; 
	border-right: 1px solid #006600; 
	border-left: 1px solid #006600; 
	margin: 0 2px;
	} 
.boxBorder4 {
	height: 2px; 
	background: #ffffff; 
	border-right: 1px solid #006600; 
	border-left: 1px solid #006600; 
	margin: 0 1px;
	} 
.boxContentBorder {
	background: #ffffff; 
	border-right: 1px solid #006600; 
	border-left: 1px solid #006600;
	} 
.boxContentBorder div {
	margin-left: 0px;
	}
.boxContent {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	}
.boxContent a {
        font-family: Verdana;
        font-size: 10px;
        color: #006600;
	text-decoration: none;
        }
.boxContent2 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	}
.boxContent2 a {
	color: #006600;
	text-decoration: none;
	}
.boxContent2 a:hover {
        color: #006600;
        text-decoration: underline;
        }
.myMenu {
	position: absolute;
	visibility: hidden;
	border: none;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 20px;
	z-index: 100;
	background-color: #006600;
	width: 200px;
	margin-left: 5px;
	margin-top: 12px;
	}
.myMenu a {
	width: 100%;
	display: block;
	color: #ffffff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	}
.myMenu a:hover {
	background-color: #00ff00;
	color: #ffffff;
	}
