body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #061454;
/*	background-image: url(../imgs/ThinBack.png); */
	background-position: left;
	background-repeat: repeat-x;
}

#container {
	position:absolute;
	width:900px;
	left: 96px;
	top: 77px;
	background-color: #FFFFFF;
	z-index: 10;
}
#container #header h1 {
	top: -200px;
	position: absolute;
}

#header {
	padding: 0;
	height: 150px;
}

#mainContent {
	margin: 0 0 0 246px;
	padding: 10px 10px 10px 0px;
}

#sidebar {
	float: left;
	width: 246px;
	margin-left: 2px;
	padding-top: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4795E7;
}
#sidebar ul {

}


#footer {
	width:900px;
	height: 100px;
	z-index:8;
	background-color: #061454;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

#container #sidebar li {
	list-style-type: none;
	margin-left: -14px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size: 18px;
	color: #4795E7;
}
h2 {
	font-size: 16px;
	color: #4795E7;
}
#container #sidebar li.internalLink {
	height: 35px;	
}

#container #sidebar li.externalLink {
	height: 75px;	
}
.logout {
	margin-top: -60px;
	margin-left: 850px;

}
#mainContent th {
	text-align: left;
}


.warning {
	color: #FF0000;

}
