/* CSS Document */
.loginfooter {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #82b1a5;
}
.loginfooter a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #82b1a5;
}
.loginfooter a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.loginfooter input {
	float: right;
	position:absolute;
	right:13px;
}
body {
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	}
	
body a{
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	}

h1 {
	color: #333333;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

h1 a {
	color: #333333;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

h2 {
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
p {
	line-height: 1.6em;
}
.footer {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #264940;
	text-align:right;
}
.textfield {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: #505d5e;
	background-color: #283233;
}
.tabletext {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.tabletext a {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}


/* LOGIN CSS */

#logintab {
	background-image:url(images/login_tab.jpg);
	background-repeat:no-repeat;
	margin: 0 auto 0 auto;
	width: 366px;
	height: 10px;
	margin-top: 50px;
}
#login {
	background-color: #3c4b4c;
	background-image:url(images/loginback.jpg);
	background-repeat:no-repeat;
	margin: 0 auto 0 auto;
	width: 366px;
	height: auto;
	padding-top: 55px;
}
#forgot {
	background-color: #3c4b4c;
	background-image:url(images/forgottenback.jpg);
	background-repeat:no-repeat;
	margin: 0 auto 0 auto;
	width: 366px;
	height: auto;
	padding-top: 55px;
}
#loginInput {
	width: 343px;
	height: auto;
	padding-left: 23px;
	padding-bottom: 25px;
	padding-top: 25px;
}
#loginFooter {
	margin: 0 auto 0 auto;
	width: auto;
	height: 30px;
	padding-left: 23px;
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative;
}
#loginSeperator {
	margin: 0 auto 0 auto;
	width: auto;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position:relative;
}

/* REGISTER CSS */

#registertab {
	background-image:url(images/register_tab.jpg);
	background-repeat:no-repeat;
	margin: 0 auto 0 auto;
	width: 366px;
	height: 10px;
	margin-top: 50px;
}

#regError {
	float:right;
	margin:45px 25px 0px 0px;
	color:#FFFFFF;
}
#register {
	background-color: #3c4b4c;
	background-image:url(images/registerback.jpg);
	background-repeat:no-repeat;
	margin: 0 auto 0 auto;
	width: 366px;
	height: auto;
	padding-top: 55px;
}

/* MAIN CSS */
#intro {
	background-color: #000000;
	width:750px;
	height:622px;
}
#main {
	background-color: #000000;
	width: 750px;
	height: 622px;
	margin: 0 auto 0 auto;
}
#innermain {
	background-image:url(images/inner_bgrd.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:622px;
	padding-top:16px;
	position:relative;
}
#topmenu {
	height:40px;
	margin-left:183px;
}
#logolink {
	height:156px;
	width:131px;
	position:absolute;
	left: 32px;
	top: 0px;
}
#leftmenuhome {
	background-image:url(images/side_menuback.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:202px;
	width:153px;
}
#leftmenumodules {
	background-image:url(images/side_menuback.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:202px;
	width:153px;
}
#leftmenuspace {
	text-align:center;
	height:auto;
	width:153px;
	margin-left:17px;
	margin-right:14px;
	margin-top:110px;
	float:left;
}
#bodytext {
	margin-left:23px;
	margin-right:23px;
	width:487px;
}
#contentframe {
	margin-top:5px;
	width:750px;
}
#contentback {
	background-image:url(images/content_image.jpg);
	background-repeat:no-repeat;
	background-color:#c2d6d5;
	width:533px;
	min-height: 600px;
	float:left;
}
#contentbase {
	background-image:url(images/content_base.jpg);
	background-repeat:no-repeat;
	margin-left:184px;
	height:96px;
	width:533px;
}
#footer {
	margin-left:184px;
	height:30px;
	width:533px;
}
