/* CSS Document */
/*PAGE LAYOUT*/

body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 608px;
}

#page {
	width: 608px;

	height: 100%;
}

/*TEXT STYLES*/
.bodytext {
	color: #666666;
	font: 0.7em Tahoma, sans-serif;
}

.logotext {
	color: #999999;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.orangelogotext {
	color: #FF9900;
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

.orangetitle {
	color: #FF9900;
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

/*GRAY PANEL*/
.panel{
	background-color: #EEEEEE;
	border: solid 1px #E4E4E4;
	height: 320px;
	margin: 10px 20px 10px 10px;
	padding: 10px;

}

.smallgraytext {
	color: #666666;
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

.smallgraytext a{
	color: #666666;
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

.smallgraytext a:hover{
	text-decoration: underline;
}

.smalltext {
	color: #666666;
	font: 0.7em Tahoma, sans-serif;
}

.smallwhitetext {
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

.smallwhitetext a{
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

.smallwhitetext a:hover{
	text-decoration: underline;
}

.titletext {
	color: #CCCCCC;
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

#content{
	width: 608px;
}

#contenttext{
	background-color: #F7F7F7;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: dotted 1px #CCCCCC;
	display: inline;
	float: left;
	height: 500px;

}

#date{
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	display: inline;
	float: left;
	height: 39px;
	width: 190px;
}

#footer{
	text-align: right;
	width: 608px;
	position: static;

}

#header{
	width: 608px;
}

#linksmenu a{
	background-color: #ABC578;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	color: #FFFFFF;
	display: inline;
	float: right;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	text-decoration: none;
	width: 183px;
}

#linksmenu a:hover{
	background-color: #514F1C;
}

#logo{
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	display: inline;
	float: left;

}

#menu{
	display: inline;
	float: left;
	margin: 0px;
	width: 190px;
}

#pagetitle{
	background-color: transparent;

	display: inline;
	float: right;
}

#title{
	bottom: 0px;
	left: 443px;
	position: absolute;
	right: 10px;
	top: 59px;
	width: 455px;
}

#topbar{
	background-color: #CBC55C;
	background-image: url(bg_topbar.gif);
	background-repeat: repeat-x;
	border-right: solid 1px #999999;
	height: 40px;
	width: 608px;
}

#toppage{
	width: 608px;
}
