﻿body 
{
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
   font-family: Tahoma,Verdana,Segoe,sans-serif
}

* html body 
{
	line-height: 14px;
}

a:link 
{ 
	font-weight: bold;
	text-decoration: none;
	color:Navy;
}

#homeLink a:link, #homeLink a:visited, #homeLink a:active, #homeLink a:hover
{
   color:White;
   text-decoration:none;
}

a:visited  
{
   color:Navy;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active  
{
   color:Blue;
	text-decoration: underline;
}

#content a:link 
{ 
	color: black;
	text-decoration: underline;
}

#content a:visited 
{ 
	color: black;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}
	
#content a:hover, #content a:active 
{ 
	color: #5f7c8d;
	text-decoration: underline;
}

#nav a, #footer a
{
    color:White;
}

#container 
{
   margin: 0 auto;
	text-align: left;
}

#content {
	clear: both;
	margin-top: 15px;
}

#footer
{
	clear: both;
	font-size: 13px;
	text-align: left;
	width: 100%;
	padding: 10px;
}

#left 
{
	border: 6px solid #FFFFFF;
	float: left;
	margin-right: 12px;
	width: 200px;
	display:inline;
	overflow:hidden;
	background-color:White;
}

#nav 
{
   position: relative;
   min-width: 0;
   text-align: left;
	width: 100%;
	padding: 10px;
	background-color:#1c2f45;
	min-height: 1px;
	color:White;
}

#right 
{
	float: left;
	padding:15px;
	background-color: white;
	display:inline;
	color: Black;
	max-width:800px;
}

#rightAd
{
   float: left;
   padding:15px;
}


pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
