*{
	border: 0 none;
	margin:0;
	padding:0;
}

body#tinymce p { line-height: 18px;}

#header{
	border: 0 none;
	margin:0;
	padding:0;
	height:106px;
	background-image:url("images/bg2.png");
	background-position:center top;
	background-repeat:repeat-x;
	background-color: #e6e5e5;	
}
.body{
	background-image:url("images/bg2.png");
	background-position:center top;
	background-repeat:repeat-x;
	background-color: #e6e5e5;
}
body{

	margin:0;
	font-size: 16px;
	font-family: Tahome, Arial;
}

p {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: black; 
	line-height: 10px;
	padding: 8px;
}
#mainContent ul{
	padding: 0 25px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: black; 
	line-height: 18px;
	margin: 5px 0;
}
#mainContent p {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: black; 
	line-height: 18px;
	padding: 8px 0;
	margin: 0px 10px;
}
#mainContent .question{
	color:#4444FF;
	font-size:14px;
	font-style:italic;
}
.underline{
	border-bottom: 1px solid;
	border-color: #e1e2e3;
}
a{
	margin-left: 3px;
	cursor: pointer;
}
#page{
	margin: 0 auto;
	width: 960px;
	background-color: #E6E5E5;	
}
h1{
	background-image: url("images/h1.png");
	background-repeat: no-repeat;
	background-color: black;
	font-size: 20px;
	font-familly: Tahoma,Arial;
	color: white;
	height: 38px;
	text-indent: 15px;
	line-height: 210%;
	text-indent: 15px;
	width: 943px;
}
h2{
	font-size:18px;
	font-familly: Tahoma,Arial;
	background-image: url("images/h1.png");
	background-repeat: no-repeat;
	background-color: black;
	color: white;
	height: 38px;
	text-indent: 15px;
	line-height: 40px;
	width: 943px;
}
h3{
	font-size:16px;
	font-familly: Tahoma,Arial;
	text-indent: 9px;
	margin-top:5px;
	padding-right: 15px;
	margin: 10px 0px;
}
h4{
	font-size:14px;
	font-familly: Tahoma,Arial;
}
h5{
	font-size:12px;
	font-familly: Tahoma,Arial;
	text-indent: 10px;
}
h6{
	font-size:10px;
	font-familly: Tahoma,Arial;
	text-indent: 10px;
}

#flash{
	background-image: url("images/bg_main2.png");
	background-repeat: repeat-y;
	padding: 0px 8px 0 9px;
	height: 369px;
	clear: both;
	margin:0 auto;
	width: 960px;
}
#content{
	background-image: url("images/bg_main2.png");
	padding: 0px 8px;
}
#logo{
	height: 106px;
}
#featured{
	margin: 0 auto;
	width:960px;
}
.featuredImg{
	margin: 0 auto;
	width:142px;
}
.right{
	float: right;	
	clear:both;
}
.left{
	float: left;	
	margin:5px;
}
.links{
	margin: 0 73px;
}
.caption{
	text-align: center;
}
div.right{
	margin-right: 5px;
}
/* Table */
table{
	width:100%;
}
td{
	vertical-align:top;
	width:50%;
}

/* Menu */
#menu{
	height: 39px;
	background-image:url("images/bg_menu.jpg");
	background-color: black;
	border: 0 none;
	margin:0;
	padding:0;
}
#menu ul{
	list-style: none outside none;
}
#menu ul li{
	float: left;
	padding: 0;
	margin: 8px 19px 0; 
	color: white;
	height: 31px;
}
#menu ul li a{
	color: white;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
	display: block;
	padding-bottom: 10px;
}

/* Drop down menu */
#nav, #nav ul{
	list-style:none;
}
#nav a{

}
#nav li{
	float: left;
}
#nav li ul{
	background-color: black;
	position: absolute;
	top: 144px;
	left:-999em;
	width:auto;
}
#nav li:hover ul{
	left:auto;
}
#nav li ul li:hover{
	background-color: #454545;
}
#nav li ul li{
	margin:0;
	padding: 5px 10px;;
	float: left;
	clear: both;
	display: block;
	width: 10em;
	height: auto;
}

/* Footer */
#footer{
	background-image: url("images/bg_bottom2.png");
	background-repeat: no-repeat;
	clear: both;
	background-color: #E6E5E5;
}
#footer p{
	color: #8c8989;
	margin-bottom: 25px;
}
#footer a{
	color: #8c8989;
}
.footerMenu{
	font-size: 12px;
	list-style: none inside none;
	padding-top: 15px;
}
.footerMenu li{
	float: left;
	border-right:1px solid #8c8989;
	padding:0 5px;
}
#footer img{
	margin: 0;
	padding: 0;
	border: 0 none;
}

/* Gallery */
.picHolder{
	padding: 5px 8px;
	margin: 0 auto;
	width: 943px;
	clear: both;
}
.picRow{
	clear: both;
	width: 100%;
}
.picture{
	border:1px dashed;
	border-top: 0 none;
	border-color: #e1e2e3;
	float: left;
	padding: 15px 25px;
	width: 19.2%;
	height: 100px;
	text-align: center;
}
/* 404 page*/
.badpage p{
	line-height: 15px;
}
.rightimage{
	float: right;
	margin: 10px;
}
.leftimage{
	float: left;
	margin: 10px;
}

