/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#996;
}
#header{
	width:800px;
}
#toppage{
	width:798px;
	text-align: left;
	font-family: Tahoma, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #ABC578;
	}
#content{
	width:800px;
}
#contenttext{
	float:right;
	width:608px;
	background-color:#F7F7F7;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-top:dotted 1px #CCCCCC;
	}
#menu{
	float:left;
	width:189px;
	margin:0px;
	height: 200px;
}
#footer{
	width:590px;
	padding-right:10px;
	padding-left:200px;
	color: #000;
}

/*GRAY PANEL*/
.panel{
	border:solid 1px #E4E4E4;
	margin:10px;
	padding:10px;
	width:550px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background:#E4E4E4;
}

/*TEXT STYLES*/
.bodytext {
	font: Tahoma, sans-serif;
	color: #000;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font-size:40px;
	font-weight:bold;
	font-family: Tahoma, sans-serif;
	color: #FFF;
	}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}
#linksmenu a{
	float:right;
	width:189px;
	height:20px;
	background-color:#ABC578;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	border-bottom: solid 1px #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
#linksmenu a:hover{
	background-color:#514F1C;
}
