html, body { 
	position: relative;
	margin: 0; 
	padding: 0; 
	height: 100%;
	width: 100%;
	border: 0;
	color: #233d44; 
	background-color: #ffffff;  
	font-family: "Times New Roman", times, serif; 
	}
h1, h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
h1 { 
	font-size: 35px; 
	}  
h2 { 
	font-size: 20px; 
	}
p	{
	font-size: 12px;
	}
/* *********** HOME PAGE SPECIFIC **************** */
table { 
	height: 100%; 
	}
table tr.row1 td, table tr.row2 td, table tr.row3 td { 
	height: 15px; 
	border-bottom: solid 2px #233d44;
	}
table tr.row4 td { 
	height: 100%; 
	} 
table tr td.left  { 
	width: 400px; 
	color: #ffffff;
	background-color: #233d44;
	text-align: right;
	}
table tr td.right {
	width: 100%;
	color: #233d44;
	background-color: #ffffff;
	}
td.left h1, td.left h2, td.left p {
	padding-right: 15px;
	}						
td.left h1 { 
	font-size: 35px; 
	margin: 14px 0;
	}
td.left h2 { 
	font-size: 20px; 
	}
td.left p { 
	font-size: 16px; 
	}
td.right p { 
	font-size: 11px; 
	margin: 10px 10px 0 200px;
	} 
#homenav {
	width: 100px;
	}
/* ****************************** TEMPLATE SPECIFIC ***************************** */
#content {
	width: 80%;
	margin: 10px auto;
	text-align: left;
	border: solid 2px #233d44;
	}
#contentheader {
	margin: 0;
	padding: 0;
	height: 150px;
	width: 100%;
	color: #ffffff;
	text-align: left;
	background-color: #233d44;
	border-bottom: solid 3px #D89F28; 
	}
#contentheader div.simg {
	padding-right: 20px;
	}
#contentmain {
	position: relative;
	text-align: left;
	width: 100%;
	}
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 110px;
	height: 100%;
	text-align: left;
	}
#main {
	padding: 60px 110px;
	text-align: left;
	}
	
/* ****************************** GALLERY SPECIFIC *****************************/
.catitem {
	width: 210px;
	margin: 50px 0 100px 0;
	border-right: solid 1px #233d44;
	border-bottom: solid 1px #233d44;
	}
.catitem img { 
	top: 0; 
	left: 0; 
	}
p.catdesc {
	text-align: right;
	padding-right: 3px;
	}
#leftcol {
	width: 320px;
	float: left;
	}
#rightcol {
	width: 320px;
	float: left;
	}
/* ********************* COMPLETE SITE ********************* */
img { 
	display: block;  
	} 
.inline	 { 
	display: inline;  
	} 
/* IE image hack */
div.simg { 
	float: left; 
	}
a 	{ 
	display: block;  
	margin: 15px 0 25px 20px; 
	font-size: 11px; 
	color: #233d44;
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	} 
a:link 	{
	color: #233d44;
	background-color: #ffffff;
	}
a:visited {
	color: #233d44;
	background-color: #ffffff;	
	}
a:hover {
	font-weight: bold;
	color: #D89F28;
	}	
a:active {
	color: #D89F28;
	background-color: #ffffff;
	font-weight: bold;
	}
