@charset "UTF-8";
/* CSS Document */



html, body	
{
	height:100%;
}

body
{
	margin:0; 
	padding:0; 
	/*overflow:auto;*/
	text-align:left; 
	background-color: #adadad;
	overflow: hidden;
}



#content
{
	background-color:#FFF;
	margin:0 10px 0 5px; 
	padding:10px;
	width: 960px;
	overflow: scroll;
}



#content a:hover
{
	color:#333333;
	font-weight:normal;
}

#content a:link
{
	color:#333333;
	font-weight:normal;
}

#content a:visited
{
	color:#333333;
	font-weight:normal;
}


#nav
{
	background-color:#FFF;
	margin:10px 10px 0 10px; 
	padding:10px;
	width: 960px;
	height:130px;
}



#tableCell1
{
	background-color: #cdeff8;
	color:#000;
	font-size:15px;
	padding:4px;
	width: 120px;
	border:thin;
}


#tableCell2
{
	background-color: #edf9fd;
	color:#000;
	font-size:13px;
	padding:4px;
	border:thin;
}



#nav ul
{
	margin: 20px 0 30px 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#nav li
{
	float: left;
	margin: 0 5px 0 0;
	padding:3px 15px 3px 15px;
	color:#fff;
	background-color: #04b0de;
	font-size:25px;
}


#nav a:link
{
	color:#fff;
	text-decoration:none;
}


#nav a:hover
{
	text-decoration:underline;
}


#nav a:visited
{
	color:#fff;
	text-decoration:none;
}



.small, .topTitle, .header1, .header2, .header3, #tableCell1, #tableCell2, #nav
{
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	margin:0 0 0 5px;
}


.topTitle
{
	color:#04b0de;
	font-size:15px;
	margin-top:5px;
	margin-bottom:5px;
}

.header1
{
	color:#04b0de;
	font-size:22px;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
}

.header2
{
	color:#666;
	font-size:19px;
	margin-top:15px;
	font-weight:bold;
}

.header3
{
	color:#04b0de;
	font-size:17px;
	margin:7px 0 1px 5px;
	font-style:italic;
}


.small
{
	color:#000;
	font-size:15px;
}


#clear-floats
{
	clear:both;
	float:left;
}

