/* CSS Document */

/* Cross browser compatibility -- removes the default css */
* {margin: 0; padding: 0;}

a:link {font-style:italic; color:#437ba1; text-decoration:none; border-bottom-color:#437ba1; border-bottom-style: dotted; border-bottom-width:1px;}

a:visited {font-style:italic; color:#437ba1; text-decoration:none; border-bottom-color:#437ba1; border-bottom-style: dotted; border-bottom-width:1px;}
	
a:hover {font-style:italic; color:#ffffff; text-decoration:none; border-bottom-color:#ffffff; border-bottom-style: solid; border-bottom-width:1px;}

html {min-width:750px;}

body {color:#666633; font-family: Tahoma, sans-serif; font-size:13px; line-height:140%; background-color:#d6c7ac; /*background-image:url(bkgd.gif);*/}

h1 {font-size:28px; margin-bottom:5px; letter-spacing:-1px; line-height:110%;}

h2 {font-size:20px; margin-bottom:5px; letter-spacing:-1px; line-height:100%;}

h3 {font-size:14px;}

p {margin-bottom:10px; text-indent:10px;}

ul {margin-bottom:20px;}

ol {margin-bottom:20px;}
	
li {margin-left:30px;}

hr {border-color:#437ba1; border-style:solid; border-bottom-width:1px; margin-top:10px; margin-bottom:10px;}

a.menuitem:link {
	font-size:17px;
	line-height:14px;
	/*border-bottom-color:#cc6633; 
	border-bottom-style: dotted; 
	border-bottom-width: 1px;*/
	}
	
a.menuitem:visited {
	font-size:17px;
	line-height:14px;
	/*border-bottom-color:#cc6633; 
	border-bottom-style: dotted; 
	border-bottom-width: 1px;*/
	}	
	
a.menuitem:hover {
	color:#666633;
	/*text-decoration:none;*/
	border-bottom-color:#666633; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	}

#container {
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
	background-image:url(middlebkgd.jpg);
	background-repeat:repeat-y;
	z-index:100;
	}

.logolink {
	position:absolute;
	top:60px;
	left:170px;
	width:370px;
	height:80px;
	}

.header {
	top:0px;
	left:0px;
	width:800px;
	height:200px;
	position:absolute;
	background:url(topbkgd.jpg) no-repeat;
	border-width:0px;
	}
	
.leftcol {
	width:140px;
	position:absolute;
	top:200px;
	left:70px;
	text-align:right;
	}
		
.midcol {
	width:400px;
	position:relative;
	top:190px;
	left:260px;
	min-height:450px;
	margin-bottom:200px;
	}
	
.footertext {
	font-size:10px;
	color:#666600;
	left:260px;
	top:5px;
	position:absolute;
	text-align:left;
	}
	
.footer {
	width:800px;
	height:50px;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:url(bottombkgd.jpg) bottom no-repeat;
	border-width:0px;
	}

.caption {font-style:italic; font-size:10px; margin-bottom:10px;}

.photo {float:left; border-style:solid; border-width:10px; border-color:#ffffff;}

.photo-left {float:left; line-height: 14px; margin: 0px 15px 15px 3px; color:#763a20; font-weight:bold; font-size: 13px;}

.photo-right {float:right; line-height: 14px; margin: 0px 3px 15px 15px; color:#763a20; font-weight:bold; font-size: 13px;}