

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #d8d8d8;
 background-image: url(images/backgroundTile.jpg);
}


a:link {
	color:  #116eb4;
	text-decoration: none;
	border-bottom: none;
	}
		
a:visited {
	color:  #116eb4;
	text-decoration: none;
	border-bottom: none;
	}
		
a:hover {
	color: #FFF500;
	text-decoration: none;
	border-bottom: 1px dotted #227EE9;
	}
	
	
	
	
#wrapper { 
 margin: 0px 0px 0px 75px;
 width: 601px;
 background-image: url(images/contentBack.gif);

}

#header {
 width: 601px;
 float: left;
 padding: 0px;
 height: 200px;
 margin: 0px 0px 0px 0px;
}

#widecolumn { 
 margin: 0px 0px 0px 20px;
 padding: 10px;
 width: 550px;
 float: left;
}

#leftcolumn { 
 /*background: #E7DBD5;*/
 margin: 0px 0px 0px 20px;
 padding: 10px;
 width: 390px;
 float: left;
}

#rightcolumn { 
 font-size: 10px;
 float: right;
 margin: 0px 15px 5px 0px;
 padding: 10px;
 width: 133px;
 display: inline;
 background-image: url(images/background_sideBar.gif);
 color: #CCCCCC;
	
}


#footer { 
	 font-size: 10px;
 width: 601px;
 clear: both;
 color: #aaaaaa;
 margin: 0px 0px 0px 0px;
 padding: 0px;
background-image: url(images/backgroundTile2.jpg);

text-align:center;
	
}

h1, h2, h3, h4, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	}
		
	
h1 {
	color: #116eb4;
	font-size: 20px;
	margin: 0;
	}
		
h2 {
	color: #FFF500; /* YELLOW */
	font-size: 12px;
	font-weight: bold;
	}
	
h3 {
	color: #016E45; /* GREEN */
	font-size: 12px;
	font-weight: bold;
	}
	
h4 {
	color: #016E45; /* GREEN */
	font-size: 14px;
	font-weight: bold;
	}
	
h5 {
	color: #FFF500; /* YELLOW */
	font-size: 12px;
	font-style:italic;
	font-weight: normal;
	}


#rightcolumn h2 {
	font-size: 10px;
	font-weight: bold;
	color: #fff500;
	}