body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #343434;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0%;
	margin-bottom: 2%;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #666666;
	height: 1px;
	width: 100%;
	border: none;
}
h1 {
	font-size: 22px;
	font-weight:100;
	color: #40b9ff;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 15px;
}
h2 {
	font-size: 11px;
	color: #003300;
	margin: 15px 0px 5px 0px;
}
h3 {
	font-size: 14px;
	color:#40b9ff;
}
h4 {
	font-size: 13px;
	color: #003300;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0;
}
.header {
	width: 800px;
	height: 96px;
	background-color: #2f2f2f;
	vertical-align: top;
}
.menu_current {
	font-weight: bold;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	background-color: none;
	color: #FFFFFF;
	text-align: left;
}
.login input {
	width: 90px;
	font-size: 11px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	color:#003300;
}
.testimonial {
	background-color:#CCCCCC;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: justify;
	color:#003300;
	border: 1px solid #999999;
}
.footer {
	background-color: #2f2f2f;
	height: 40px;
	font-size: 10px;
}
.footertext {
	font-size: 10px;
	color: #ffffff;
	padding-top: 10px;
}
.image {
	padding-top: 10px;
}
.sidesborder {
	background-color: #FFFFFF;
	border-right-color: #70bd1f;
	border-left-color: #70bd1f;
	border-right-width: 3.5px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	width: 940px;
}
.contact_details {
	color: #ebec91;
	font-size: 26px;
	text-align: right;
	padding:12px 20px 0 0;
}
.contact_details span {
	color:#ffffff;
	font-size:16px;
}
.test-image {
	border: 2px solid #FFFFFF;
	width: 120px;
	height: inherit;
}
p {
	margin-top: 5px;
	padding: 0;
}
.bg {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bg2 {
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}
.anynews {
	background-color:#CCCCCC;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: justify;
	color:#003300;
	border: 1px solid #999999;
}
.anynews p {
	margin: 0px;
	padding: 0px;
}

/* Nav Code */
#navcontainer {
	margin: 0;
	padding: 0;
}
#navcontainer UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navcontainer LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#navcontainer A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	width: 96px;
	height: 23px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	background: url(images/aff_05.gif);
}
#navcontainer A:hover, #navcontainer A:active {
	none
}
#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}
#subnav {
	position: relative;
	top: -1px;
	z-index: 101;
	margin: 0;
	padding: 0px 0 3px 0;
	background: #BBBBBB;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
#subnav UL {
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}
#subnav LI {
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#subnav A {
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px 2px 10px;
}
#subnav A:hover, .subnav A:active {
	color: #444;
}
#subnav A.active:link, .subnav A.active:visited {
	color: #444;
}
#subnav BR, .navcontainer BR {
	clear: both;
}
