/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	color: #666666;
	/*leobackground: url(images/backgnd.jpg) 0 0 repeat-x;*/
	background:#999999 url(images/vertobackgnd.jpg) 0 0 repeat-x;
}

body#fck{

	background: #fff;	
}


a{
	text-decoration: none;
	outline: none;
	color: #999999;

}

a:hover{
	text-decoration: underline;
	outline: none;
	color: #999999;
}

DL a:link, DD a:hover{
	color: #666666;}


h1 { font-size: 1em; }

#header h1{
	clear: left;
	float: left;
	width: 141px;
	height: 67px;
	display: block;
	padding-top: 30px;
}	

#header h1 a{
	clear: left;
	float: left;
	width: 141px;
	height: 67px;
	display: block;
	background: url(images/h1-logo.gif) 0 0 no-repeat;
	text-indent:-30000px;
}
 
 #homecontentleft H2{
	text-indent:-9999px;
	background:transparent url(images/WelcomeHeader.jpg) 0 0 no-repeat;
	height:52px;
 }
 
 
h2{	
	font-size: 1em;
	color: #26ace2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.2em;
	margin-bottom: 15px;
	font-weight: normal;
}

h3{ font-size: 1em; }
/* NOTE CHILD CLASS H3 IN LAYOUT.CSS */

h4{
	font-size: 1em;
	font-weight: bold;
	color: #26ace2;
	margin-bottom: 10px;
	clear: left;
	float: left;
	width: 211px;
}

h5{ font-size: 1em; }
h6{ font-size: 1em; }

p{
	font-size: 1em;
	color: #666666;
	margin-bottom: 15px;
	clear: left;
	float: left;
}


body#fck p{
	float:none !important;
}

/* NOTE CHILD CLASS P IN LAYOUT.CSS */