
html * {
	font-family: Times New Roman, Times, serif;
}

input, textarea, select, radio, checkbox {
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
	font-family: Arial, Helvetica, sans-serif;
}

html a, html a * {
	font-family: Arial, Helvetica, sans-serif;
}

h1,h3,h5,h7 {
	font-weight: bold;
}

h2,h4,h6,h8 {
	font-weight: normal;
}

h1,h2 {
	font-size: 27.2px;
	margin: 16px 0;
}

h3,h4 {
	font-size: 20.8px;
	margin: 13.6px 0;
}

h5,h6 {
	font-size: 16px;
	margin: 10.4px 0;
}

h7,h8 {
	font-size: 13.6px;
	margin: 8px 0;
}

body {
	background: #071c2c url(../images/pattern3.gif) 50% 50% repeat;
	font-size: 16px;
}

#pagebox {
	width: 800px;
	background: none;
	margin: 20px auto;
	border: 2px solid #248edc;
}

a img {
	border: none;
}

#pagebox .primary {
	color: #248edc;
}

#pagebox .secondary {
	color: #00a747;
}

#pagebox .tertiary {
	color: #ff0000;
}

#pagebox #mainbox .center {
	text-align: center;
}

#pagebox #mainbox .right {
	text-align: right;
}

/*topbox *******************************************/

#topbox {
	width: 100%;
	height: 95px;
	background: #00a747 url(../images/homescape2.jpg) 0 0 repeat-x;
	padding: 0 0 3px 0;
}

#greeting {
	float: left;
	width: 600px;
	margin: 10px 0 0 120px;
	color: #ffffff;
}

#greeting h4 {
	text-align: center;
	width: 600px;
}

/*topbox *******************************************/

/*masthead *******************************************/

#masthead {
	height: 250px;
	background: #00a747 url(../images/masthead.png) 0 0 repeat-x;
	padding: 0 0 3px 0;
}

#masthead #greeting {
	width: 600px;
	margin: 220px 0 0 10px;
}

/*masthead *******************************************/

/*datahead *******************************************/

#datahead {
	width: 100%;
	height: 95px;
	background: #00a747 url(../images/datahead.png) 0 0 no-repeat;
	padding: 0 0 3px 0;
}

#datahead #logobox {
	float: left;
	margin: 0;
}

#datahead #greeting {
	float: left;
	width: 660px;
	margin: 10px 0 0 20px;
	color: #ffffff;
}

/*datahead *******************************************/

/*menubox ******************************************/

#menubox {
	width: 100%;
	margin: 0 0 0 0;
	background: #00a747;
	font-size: 13.6px;
}

#menubox a div {
	float: left;
	padding: 3px 10px;
	margin: -1px 0 0 0;
	background: #ffffff;
	border-right: 1px solid #00a747;
	border-top: 1px solid #00a747;
}

#menubox a {
	text-decoration: none;
	color: #00a747;
}

#menubox a:hover div {
	color: #ffffff;
	background: #ff0000;
}

#menubox a.here {
	color: #ffffff;
}

#menubox a div.here, #menubox a:hover div.here {
	color: #ffffff;
	background: #00a747;
}

#spacer {
	clear: both;
	margin: 0;
	height: 4px;
	background: #00a747;
}

/*menubox ******************************************/

#bodybox {
	width: 100%;
	background: #248edc 0 0 repeat;
	padding: 0;
	margin: 0;
}

/*sidebox ******************************************/

#sidebox {
	width: 130px;
	padding: 10px;
	margin: 0;
	font-size: 13.6px;
	color: #ffffff;
}

#sidebox img {
	width: 150px;
	margin: 0 -10px;
}

#sidebox a div {
	padding: 3px 10px 3px 10px;
	margin: 0 -10px 0 -10px;
}

#sidebox a {
	color: #ffffff;
}

#sidebox a.nothere:hover div {
	background: #ff0000;
}

#sidebox a.here {
	font-weight: normal;
}

#sidebox div.here {
	background: #00a747;
}

#sidebox ul {
	padding-left: 0;
	list-style-position: inside;
}

#sidebox a.certificate:hover {
	font-weight: normal;
}

#livehelp img {
	width: 130px;
	margin: 2px 0;
}

#sidebox a #certificate {
	width: 110px;
	padding: 73px 0 0 0;
	background: url(../images/certificate.png) 50% 0 no-repeat;
	text-align: center;
	margin: 20px auto 0 auto;
}

#sidebox a #phpio {
	width: 116px;
	height: 72px;
	padding: 0 0 0 0;
	background: #248edc url(../images/phpiologo.png) 50% 50% no-repeat;
	margin: 20px auto 0 auto;
}

#sidebox a #wett {
	width: 116px;
	height: 75px;
	padding: 0 0 0 0;
	background: #248edc url(../images/wettinclogo.png) 50% 50% no-repeat;
	margin: 20px auto 0 auto;
}

#contactinfo {
	text-align: center;
}

/*sidebox ******************************************/

/*mainbox ******************************************/

#mainbox {
	width: 630px;
	float: right;
	padding: 10px 10px;
	margin: 0;
	background: #ffffff;
	font-size: 13.6px;
	color: #000000;
}

#mainbox ul {
	padding-left: 0;
	list-style-position: inside;
}

#mainbox img.fullimg {
	width: 650px;
	margin: -10px 0 0 -10px;
}

#mainbox img.leftimg {
	float: left;
	margin: 10px 10px 10px 0;
}

#mainbox img.rightimg {
	float: right;
	margin: 10px 0 10px 10px;
}

#mainbox table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}

#mainbox table.left {
	text-align: left;
}

#mainbox table.center {
	text-align: center;
}

#mainbox table.right {
	text-align: right;
}

#mainbox table tr.tablehead {
	background: #dfeefa;
	font-weight: bold;
}

#mainbox table td {
	border: 1px solid #dfeefa;
	padding: 3px;
}

#mainbox table td.left {
	text-align: left;
}

#mainbox table td.center {
	text-align: center;
}

#mainbox table td.right {
	text-align: right;
}

/*mainbox ******************************************/

/*bottombox ******************************************/

#bottombox {
	width: 786px;
	padding: 10px 7px;
	margin: 0;
	background: #000000;
	font-size: 13.6px;
	color: #ffffff;
}

#bottombox div {
	padding: 3px 5px;
	display: inline;
	border-right: 1px solid #248edc;
}

#bottombox a {
	color: #ffffff;
	text-decoration: none;
}

#bottombox a:hover {
	color: #ff0000;
}

#bottombox a.here {
	color: #248edc;
}

/*bottombox ******************************************/

a div.credittag {
	width: 200px;
	height: 20px;
	float: right;
	margin: 2px 0 0 0;
	background: url(../images/thinktagblack.png) 0 0 no-repeat;
}

a:hover div.credittag {
	background: url(../images/thinktagred.png) 0 0 no-repeat;
}
