/*********** HTML Tags ***************/


body {
	background-color: #D1D6CD;
	background-image:url(../images/2008/home/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size: 11px;
	font-family: Tahoma, "Lucida Sans", sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div, td, tr, p {
	font-size:11px;
	font-family: Tahoma, "Lucida Sans", sans-serif;
	color: #999;
}

a:link, a:visited {
	color: #003366;
	/*color: #336699;*/
	font-size: 10px;
	font-family: Tahoma, "Lucida Sans", sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:active { 
	color: #FF6600;
	text-decoration: none 
}

a:hover, a:visited:hover {
	color:  #FF6600;
	/*color: #000000;*/
	text-decoration: none;
}

h1 { 
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-weight: bolder; 
	font-size: 24px; 
	}

h2 { 
	font-weight: bolder; 
	font-size: 20px; 
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
}

h3 { 
	font-weight: bolder; 
	font-size: 18px; 
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
}

h4 { 
	font-weight: bolder; 
	font-size: 16px; 
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
}

h5 { 
	font-weight: bolder; 
	font-size: 12px; 
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
}

h6 { 
	font-weight: bolder; 
	font-size: 12px;
	text-transform:capitalize; 
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
}


/************** general Styles ***************/

.fixedFont {
	font-family: "Lucida Sans Typewriter", Monaco, Courier, "Courier New";
	font-size:10px;
	font-weight:bold;
	color:#D7D7D7;
}

.day {
	font-family: "Lucida Sans Typewriter", Monaco, Courier, "Courier New";
	color: #666666;
	font-size: 10px;
	/*font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	height: 16px;
	border: #999999;
	padding-top: 4px;
	padding-right: 4px;
	width: 80%;
	text-align: right;
	float: right;*/
}

/*************** # Left Nav Styles ***********/

#leftNavLinks{
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 8px 0px;
	width: 126px;
}

#leftNavLinks h3{
	padding: 10px 0px 2px 10px;
}

#leftNavLinks p{
	margin: 12px 0px 0px 0px;
}

#leftNavLinks a {
	display: block;
	padding: 0px 12px 0px 0px;
	color: #999999;
	font-size: 11px;
	font-family:"Trebuchet MS", "Lucida Sans", sans-serif;
	font-weight:bolder;
}

#leftNavLinks a:hover{
	color:#D7D7D7;
	text-decoration:none;
}

/*********** FOOTER #siteInfo styles ********/

#siteInfo{

	 height:45px;
	 border-top:1px solid #F0890D;
	 background-image:url(../images/2010/backgroundFooter.jpg);
	 background-position:top;
	 background-repeat:repeat-x;
	 padding-top:5px;
}

#siteInfoText{
	font-size: 10px;
	color: #BCBCBC;
}

#siteInfo a {
	font-size:10px;
	color:#BCBCBC;
	font-weight:normal;
}
#siteInfo a:hover {
	font-size:10px;
	color:#CCCCCC;
	font-weight:bold
}
