/*-- main body content here --*/
body {
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.90em;
	font-family: Textile, "Comic Sans MS", "Lucida Sans", cursive ;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#container { 
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}

#header { 
	background: #bca99a url(images/header03.gif) no-repeat 50% 0;
	height: 77px;
	width: 920px;
	margin: 0;
}

/*-- Begin navbar --*/
div#navList {	
	margin: 0;
	padding: 10px 0;
	text-align:center;
	width: 900px;
}
div#navList ul {
	margin: 0;
	padding: 0;
}
div#navList li {
	list-style-type: none;
	display: inline;
	border-right: black solid 1px;
	margin: 0;
	padding: 0 10px 0 5px;
}
div#navList li.last {
	border-right: none;
}
div#navList li.none {
	border-right: none;
}
div#navList li a {
	line-height: 1.90em;
	font-family: Textile, "Comic Sans MS", "Lucida Sans", cursive ;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div#navList li a:hover {
	line-height: 1.90em;
	font-family: Textile, "Comic Sans MS", "Lucida Sans", cursive ;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
/*-- End of navbar --*/

a, a:link {
	line-height: 1.90em;
	font-family: Textile, "Comic Sans MS", "Lucida Sans", cursive ;
	color: #0033CC;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active {
	line-height: 1.90em;
	font-family: Textile, "Comic Sans MS", "Lucida Sans", cursive ;
	color: #939;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.left {
	float: left; 
	margin: 0 5px;
	padding: 0;
}

.right {
	float: right; 
	margin: 0 5px;
	padding: 0;
}

.redTxt {
	color: #f00;
}

h1 {
	font-family: Tahoma, Verdana;
	font-size: 36px;
	text-align:center;
	color: #000;
}

h2 {
	color: #000;
	text-align:center;
	font-size:24px;
	font: Textile, "Comic Sans MS", "Lucida Sans", cursive ;
}

h3 {
	margin-top:.25em;
	text-align:center;
	color: #ffc;
	font-size:18px;	
	font: Textile, "Comic Sans MS", "Lucida Sans", cursive ;
}

h4 {
	text-align:center;
	color: #000;
	font: Textile, "Comic Sans MS", "Lucida Sans", cursive ;
}

h5 {
	text-align:center;
	color: #000;
	font-family:Tahoma, Verdana;
}

h6 {
	text-align:center;
	color: #000;
	font-family:Tahoma, Verdana;
}
/*-- Footer and Copyright --*/
#footer {
	clear:both;
	width: 900px;
}

#copyright {
	clear: both;
	float: left;
	margin: 20px 0;
	width: 890px;
}

#copyright .left {
	float: left;
	width: 420px;
}

#copyright .right {
	float: right;
	width: 250px;
}

#copyright a { 
	color: #660;
	text-decoration: none; 
}

#copyright a:hover { 
	color: #c60;
	text-decoration: none; 
}
/*-- end footer --*/
/*-- end of main body content here --*/

/*-- clearfix --*/
.clearfix:after {
	content: ".";     	
	display: block; 
	height: 0;    	
	clear: both;     	
	visibility: hidden;     	
	line-height: 0;     	
	font-size: 0;
}  

.clearfix { display: inline-block; } 

/* --- end of new content for each section --- */


