/* CSS Document */

/*PAGE LAYOUT*/
body 
{
	font-family: Century Gothic;
	background-image: url(../Images/bg_body.jpg);
	background-repeat: repeat-x;
}

#bottombar{
	float:left; 
	width:1000px; 
	background-image:url(../Images/bg_topbar.gif);
}
#header{
	width:1000px;
}

#contenttext{
	float:left; width:808px; 
	background-color:#FFFFFF; 
	border-left:solid 1px #999999; 
	border-right:solid 1px #999999; 
}



#PnlControlArea
{
	height:435px;
}

#logo{
	float:left; width:999px; background-color:#FFFFFF; border-left:solid 1px #999999; border-right:solid 1px #999999;
}
#pagetitle{
	position:relative; float:left; width:700px; background-color:#FFFFFF; border-right:solid 1px #999999;
}
#title{
	position:absolute; right:10px; bottom:0px; width:800px;
}

/*GRAY PANEL*/

/*TEXT STYLES*/

.controltext
{	
	font: 0.7em Century Gothic;
	font-size: 12px;
}

.headertext
{	
	font: 0.7em Century Gothic;
	font-size: 14px;
}

.bodytext {
	font: 0.7em Century Gothic;
	color: #666666;
}
.smalltext {
	font: 0.7em Century Gothic;
	font-size: 11px;
}
.smallwhitetext {
	font: 0.7em Century Gothic;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Century Gothic;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Century Gothic;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Century Gothic;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Century Gothic;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Century Gothic;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Century Gothic;
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: 0.7em Century Gothic;
	font-size:24px;
	font-weight:bold;
	color:#F66100;
}

/* IMAGE STYLES */

.image
{
	height:auto; 
	border:0;
}

.nounderline a{
	text-decoration:none;
}

.nounderline a:visited
{
	text-decoration:none;
}	

.nounderline a:hover
{
	text-decoration:underline;
}





