/* html styles */
html {
	font-family: "times new roman", times, serif;
	font-size: 16px;
}
.kudos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #663333;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	display: block;
	padding: 4px;
}
body {
	font-size: 90%;
	background: #ffc url(images/main-bg.gif);
	text-align: center;
}
body * {
	margin: 0; padding: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #633;
}
a:visited: {
	color: #522;
}
a:hover: {
	color: #036;
	text-decoration: underline;
}

h1 {
	font-family: georgia, times, serif;
	font-size: 2.1em;
	font-weight: bold;
	margin: 0 0 .3em 0;
}
h2 {
	font-family: georgia, times, serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 .3em 0;
}
h3 {
	font-family: georgia, times, serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .4em 0;
	color:#663333;
}
h4 {
	font-family: georgia, times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .4em 0;
}
p, li {
	font-size: 1em;
}
p {
	line-height: 1.4em
	margin: 0;
	margin-bottom: .7em;
}
li {
	line-height: 1.1em;
	margin-bottom: .5em;
}
ul {
	margin-left: 1.7em;
	
}
ol {
	margin-left: 2.0em;
}
img {
	border: 0;
}



/* layout */
#container {
	text-align: left;
	margin: 20px auto 30px auto;
	width: 753px;

	position: relative;
}
#bgwrap {
	width: 753px;
	background-image: url(images/bg_mid.gif);
	background-repeat:  repeat-y
}

/* header */

#top {
	background: url(images/bg_top_top.gif) no-repeat;
	height: 38px;
	width: 753px;
}
#topleft {
	float: : left: 
	
	width: 39px;
	height:38px;
	background: url(images/bg_top_l.gif)  0 38px no-repeat;
}

#header {
	height: 249px;
	background: #fff;
	margin: 0 24px;
}
#headerpad {
	margin: 0 10px;
}
#bottom {
	height: 40px;
	background: url(images/bg_bottom.gif) no-repeat;
	width: 753px;
	margin: 0;
	padding:  0;
}

/* nvigation */

#nav {
	
	height: 28px;
	border-left: #666 solid 1px;
}

			#nav ul {
				margin: 0;
				background: #fc0 url(images/bg_nav_up.gif) repeat-x;
				 padding: .4em;
				 text-align: justify;
			}
			#nav li {
				display: inline;
				list-style: none;
				padding: 0px;
				
			}
			#nav ul li a {
				padding: .4em  17px;
				border-right: 1px solid #666;
				margin-left: -4px;
			}
			#nav a:link {
				color: #111;
				text-decoration: none;			
				
				background: url(images/bg_nav_up.gif);	
			}
			#nav a:visited {
				color: #333;
				background: url(images/bg_nav_up.gif);
			}
			#nav a:hover {
				color: #65432d;
				background: url(images/bg_nav_over.gif);
			}

			#nav ul li.menu_current a:link {
				color: #dd8
				background: url(images/bg_nav_over.gif);
			}

/* main content */
#content {
	background: #cc9;
	margin: 10px 34px 0 34px;;
	padding-bottom: 10px;
}
#contentpad {
	padding: 5px 10px 1px 12px;
}

/* footer */
#verybottom p {
	color: #91783D;
	text-align: center;
	margin-top: 11px;
}
#verybottom a {
	color: #996666;
}#contentpad img {
	margin-right: 5px;
	margin-left: 5px;
}
table.home td {
	border: 1px solid #990033;
}
.res {
	background-color: #CC9966;
	padding: 6px;
	width: 260px;	
}
.style1 {font-size: x-small}
