
* {
	padding:0px;
	margin:0px;
}

body {
	background: url("images/webBG2.gif") center repeat-y #666;
	text-align:center;
	margin:0px;
	font-family: Arial, Sans-Serif;
	}

#pageContainer {
	margin:0 auto 0 auto;
	width:760px;
	}
	

#header {
	width:760px;
	text-align:left;
	background: url("images/webPagetop.gif") repeat-x;
	}

#header table {
	margin:10px 0px 10px 0px;
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
	}

#header td.logo {
	width:431px;
	}

#header td.phone {
	float:right;
	width:295px;
	}

#header img {
	border:0px;
	}

#topmenu {
	text-align:center;
	width:760px;
	height:42px;
	margin:0 auto 0 auto;
	background: url("images/webBanner.gif") no-repeat;
	overflow:hidden;
	}
	
#topmenu ul {
	list-style:none;
	margin-left:50px;
	}
	
#topmenu li {
	background : url("images/webtab.gif") no-repeat;
	margin:18px 1px 0px 1px;
	display:block;
	float:left;
	width:107px;
	height:24px;
	font-family: Arial, Sans-Serif;
	font-size:12px;
	padding-top:4px;

	color:#000;
	}
	
#topmenu li.selected {
	background : url("images/webTabSelected.gif") no-repeat;
	font-weight:bold;
	}

#topmenu a {
	color:#666;
	text-decoration:none;
	}
#topmenu a:hover {
	color:#333;
	}

#content {
	width: 465px;
	text-align:justify;
	
	float:left;
	margin: 10px 0px 30px 30px;
	}

#content h1 {
	font-family: Arial, Sans-Serif;
	font-style:italic;
	color:#666;
	font-size:24px;
	border-bottom:1px solid #ccc;
	margin:0px 0px 25px 0px;
	}
p 	{
	font-size:.9em;
	line-height:1.4;
	margin:0px 0px 15px 0px;	
	text-align:justify;
	}

#content td {
	font-size:.9em;
	vertical-align:top;
	height:20px;
	}

#content th {
	font-size:.9em;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	width:80px;
	}

#content a {
	text-decoration:none;
	color:#666;
	}
#content a:hover {
	text-decoration:underline;
	}

#sidebar {
	width:200px;
	margin:10px 20px 0px 505px;
	text-align:left;
	font-size:12px;
	
		
}




.endlogo {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	display:block;
	}

.border {
	border:1px solid #999;
	}
.picdesc {
	font-style:italic;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	}

.boxout {
	width:325px;
	}

.boxout img {
	float:right;
	}

.boxouttop {
	background: url(images/webboxouttop.gif) no-repeat;
	height:8px;
	}
.boxout h2 {
	background:url(images/webboxoutbg.gif) repeat-x;
	padding:2px 0px 2px 5px;
	margin:0px;
	color:#ffd200;
	font-size:14px;
	font-weight:bold;
}

.boxout ul {
	margin:10px 10px 10px 20px;
	font-weight:bold;
	font-size:0.8em;
	color:#666;
	list-style-type:square;
	}
.boxout li {
	margin-bottom:5px;
	}

.boxoutcontent {
	border:1px solid #999;
	color:#666;
	background-color:#eee;
	overflow:auto;
	text-align:left;
	}
.boxoutcontent p {
	margin:10px;
	font-size:0.8em;
	}