@charset "UTF-8";

a:link {color:#003399;text-decoration:none;}
a:visited {color:#003399;text-decoration:none;}
a:hover {color:#000000;text-decoration:none;}
a:active {text-decoration:none;}


body  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #222;
	text-align: center;
	background: #F2F2F2;
	margin-top: 5px;
	padding: 0;
	min-width: 955px;
	/*
	background-image:url(../images/bkrnd_logs.jpg);
	background-repeat: repeat;
	*/
	}

.simple #container { 
	width: 850px;
	text-align: left;
	background: #FFF;
	margin: 0 auto;
	}

.simple #header { 
	background: #F2F2F2;
	padding: 5px 0 10px 0;
	overflow: hidden;
	} 

.simple #nav {
	height: 20px;
	background: #1c1c1c;
	padding: 5px 0 0 0;
	overflow: hidden;
	} 
.simple #nav a:link, a:visited { 
	color:#AAA;
	text-decoration:none;
	}
.simple #nav a:hover { 
	color:#EEE;
	text-decoration:none;
	}
.simple #nav a:active { 
	text-decoration:none;
	}

.simple #mainContent {
	zoom: 1;
	padding: 10px;
	}

.simple #footer {
	font-size: .8em;
	background-color: #F2F2F2;
	padding: 10px;
	}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

/* - - - - SIDEBAR - - - -  */

.simple #sidebar-txt {
	float: left;
	width: 280px;
	height: 463px;
	padding: 37px 0 0 0;
	}
.simple #sidebar-txt p {
	margin-left: 10px;
	margin-right: 5px;
	}




/* - - - - TEXT STYLES - - - -  */

.txt-nav {
	margin: 0;
	padding: 3px 10px;
	}
.txt-nav-on {
	color: #FFF;
	padding: 3px 10px;
	}


.txt-color-red  {
	color: #C30;
	}
.txt-color-grey  {
	color: #666;
	}
.txt-hilight-blue {
	background:#F0F8FF;
	}
.txt-hilight-yellow {
	background:#FFFF00;
	}
.txt-hilight-grey {
	background:#DDD;
	}


/* Global Main Content Styles */
.txt-title {
	font-size: 1.8em;
	color: #111;
	}
.txt-bigtext {
	font-size: 1.4em;
	color: #000;
	}
.txt-bigtext-grey {
	font-size: 1.4em;
	color: #555;
	}
.txt-bigbigtext {
	font-size: 2.2em;
	line-height: 1.2em;
	color: #000;
	}