html,body{
	margin:0;
	padding:0;
	top:0;

}
	
body{
	font: 76% arial,helvetica,sans-serif;
	
}

a:link {
	color: #CADDEC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CADDEC;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #88BEE6;

}
a:active {
	text-decoration: none;
	color: #EAEAEA;
}


#header {
	height:50px;
	line-height:12px;
	margin:0;
	background-color:#000;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position:0;
	border-bottom:ridge #666 2px;
	z-index:1000;
	
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:800px;
	background:#333;
	border-left:solid #999 1px;
	border-right:solid #999 1px;
	border-bottom:solid #999 2px;
	overflow:hidden;
}

#content {
	float:right;
	width:800px;
	height:750px;
	background-color:#333;
	border-left:groove #EEE 1px;
	overflow:auto;
	
}
#contentf {
	float:right;
	width:800px;
	height:750px;
	background-color:#333;
	border-left:groove #EEE 1px;
	overflow:visible;

	
}
#contentc {
	float:right;
	width:800px;
	height:750px;
	background-color:#333;
	border-left:groove #EEE 1px;
	overflow:auto;
	text-align:center;

	
}
#content p {
	color:#FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#navigation {
	background:#333;
	color:#FFF;
	float:left;
	width:189px;
	height:750px;

	
}

#navigation p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:center;
}

#extra {
	width:700px;
	margin-top:10px;
	margin-bottom:10px;
	background:#333;
	color:#FFF;
	text-align:center;
}

	/* hide from ie on mac \*/
	#flashcontent {
		height: 600px;
		width:780px;
		}
	/* end hide */

#footer {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	color:#FFF;
	
}


#footer p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align:center;
}
.titlesf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.titlese{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}
#navigation ul {
	text-align: left;
}

#container #wrapper #content #form1 .whitetext .whitetext tr td {
	color: #FFF;
}
