* {
    padding: 0;
    margin: 0;
	} 

body {
    background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	
}

a {
	color: #2F7978;
	text-decoration: none;
}

a:hover {
    color: #EAAF0F;
	text-decoration: underline;
}


h2 { color: #609191; font-size: 18px; margin-bottom: 10px; margin-top: 10px; padding-top: 15px;}


h5 {
	color: #DD4F05;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}


#wrap {
margin: 20px auto;
width: 830px;
background: #fff url(images/midbg.jpg);
background-repeat: repeat-y;

}

#top { 
background: #fff url(images/topbg.jpg);
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url(images/botbg.jpg);
height: 30px;
}

.header {
height: 175px;
background: url(images/hidr.jpg);
}

.footer { 
    background: #E7F8FC;
	height: 18px; 
	border-top: 1px solid #E1E1E1; 
	padding: 3px;
	text-align: center;
	font-size: 10px; color:#2F7978;
	font-style: italic;
	
}
	
.photobox {
	line-height: 0;

	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 4px solid #f2e4e4;
	padding: 0px;
	clear: none;
}

.photobox2 {
line-height: 0;

	float: none;
	width: auto;
	height: auto;
	padding: 10px;
	clear: none;
	text-align: center;
	margin: 0px;
	
}	
	
	
	
.middle {
	float: left;
	width: 59%;
	padding: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	
}



.middle ul {
	padding: 20px 0 15px 20px;
	margin:0;
	list-style-type: disc;
}

.middle li {
	margin-bottom:5px;
	list-style-type: round;
	padding-bottom: 7px;
	
}

.right {
	float: left;
	width: 32%;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	border-right-style: none;
	clear: both;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	
}

.right ul {
	padding: 20px 0 15px 15px;
	margin:0;
	list-style-type: square;
}

.right li {
	list-style-type: none;
	color: #609191;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	height: 25px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-color: #CCCCCC;
	
	
}

.left {
	float: left;
	width: 68%;
	padding: 1%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	
}
.left ul {
	text-align: left;
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 25px;
	margin: 0;
}

.left li {
	margin-bottom:5px;
	list-style-type: disc;
	padding-bottom: 7px;
	
}

.whole {
	width: 90%;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	clear: both;
	float: none;	
	
	}

.contactbox {
	padding: 10px;
	float: none;
	height: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 0.9em;
	color: #609191;
	clear: both;
}

.news {
	float: right;
	width: 27%;
	height: 100%;
	font-size: 0.9em;
	color: #2F7978;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}

.news a {
	text-decoration: underline;

}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

div#navbar2 {
	height: 30px;
	width: 100%;
	background-color: #E7F8FC;
	background-image: url(images/navbar.jpg);
}

div#navbar2 ul {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2F7978;
	line-height: 30px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

div#navbar2 li {
list-style-type: none;
display: inline;
}

div#navbar2 li a {
	text-decoration: none;
	color: #2F7978;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}

div#navbar2 li a:hover {
	color: #EAAF0F;
	text-decoration: underline;
}

table.sample {
	border-spacing: ;
	border-collapse: collapse;
	background-color: white;
	border: 3px outset green;
}
table.sample th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: #faf0e6;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: #faf0e6;
	-moz-border-radius: ;
}
h6 {
	font-size: 1.1em;
	color: #609191;
}

.rbroundbox { background: url(images/corners/nt.gif) repeat; }
.rbtop div { background: url(images/corners/tl.gif) no-repeat top left; }
.rbtop { background: url(images/corners/tr.gif) no-repeat top right; }

.rbbot div { background: url(images/corners/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/corners/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rbcontent h5 {
	color: #609191;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	height: 30px;
	padding: 0px;
	margin-left: 10px;
}
.rbroundbox { width: 85%; margin: 1em auto; }
