﻿.myimgborder {
	
	border:6px double #CCCC00;
	background:#fff;
	padding:6px;
}

.myimgbordernobackcground {
	border: 6px double #C0C0C0;
	padding: 6px;
}


.graphic_alignment {
	margin-left: 15px;
	margin-right: 15px;
}
.myleftfloat {
	margin-left: 15px;
	margin-right: 15px;
	float:left;
}

h4 {
	font-family: "Bookman Old Style";
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	color: #008080;
}
.caption {
	font-family: "Bookman Old Style";
	font-size: 75%;
	color: #008080;
}
#ibcenter {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #EEEEEE;
}

.eigthsize {
	font-family: "Bookman Old Style";
	font-size: 12%;
	color: #FFFFFF;
}
.quartersize {
	font-family: "Bookman Old Style";
	font-size: .25%;
	color: #FFFFFF;
}
.halfsize {
	font-family: "Bookman Old Style";
	font-size: 50%;
	color: #FFFFFF;
}

#TopHead {
	font-family: "Bookman Old Style";
	font-size: 250%;
	font-weight: bold;
	color: #008080;
	text-align: center;
}


#SecondHead {
	font-family: "Bookman Old Style";
	font-size: 150%;
	font-weight: bold;
	color: #008080;
	text-align: center;
	widht: 950px;
}

p {
	font-family: "Bookman Old Style";
	font-size: 110%;
	color: #008080;
}


#footer {
	font-family: Bookman Old Style;
	font-size: small;
	color: #008080;
	text-align: center;
	background-color: #EEEEEE;
	width: 760px;
	clear: both;
}

#topnavwrapper {
	background-color: #C0C0C0;
	text-align: center;
	width: 600px;
	margin: 10px 0px 8px 0px;
}
#topnav {
	font-family: "Lucida Bright", verdana, sans-serif;
	background-color: #EEEEEE;
	border: thin double #996633;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	font-size: small;
}

/* Horizontal nav bar */
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align: center;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-weight: bold;
}

#navlist a { 
padding: 3px 10px; 
}

#navlist a:visited
{
	color: #008000;
	background-color: #EEEEEE;
	text-decoration: none;
}
#navlist a:link
{
	color: #008000;
	background-color: #EEEEEE;
	text-decoration: none;
}
#navlist a:hover
{
	color: #008080;
	background-color: #EEEEEE;
	text-decoration: none;
}

/* vertical navlist */
#vnavlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 110px;
}

#vnavlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
}

#vnavlist li a { 
	text-decoration: none; 
}


#right_column {
	float: right;
	width: 160px;
	margin-bottom: 10px;
	padding: :5px;
	border: 1px none maroon;
	margin-top: 5px;
	background-color: #EEEEEE;
	text-align: center;
}

/* Left Column */
#left_column {
	float: left;
	width: 110px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px none maroon;
	margin-top: 5px;
	background-color: #EEEEEE;
	background-repeat: repeat-y;
}

/* middle ground */
#middle_man {
	border-style: none;
	margin: 10px 10px 10px 100px;
	width: 700px;
	background-color: #EEEEEE;
	padding-right: 0px;
	padding-left: 9px;
	line-height: 125%;
	background-repeat: repeat-y;
}

#header {
	width: 967px;
	padding: 10px;
	border: 1pxsolid maroon;
	text-align: center;
	height: 93px;
	margin-bottom: 8px;
}
h1 {
	font-size: 150%;
	font-family: Verdana;
	font-weight: bolder;
}
h2 {
	font-family: verdana;
	font-size: 130%;
	font-weight: bolder;
}
.reg_content {
	font-family: verdana;
	font-size: 100%;
}
a:hover {
	font-size: large;
	color: #008080;
	background-color: #FFFFBD;
}
a {
	color: #008000;
}
li {
	font-weight: bold;
	color: #008080;
}
.myrightloat {
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}
.myrightloatlargemargin {
	margin-left: 5px;
	margin-right: 20px;
	float: right;
	clip: rect(auto, 0px, auto, auto);
	right: 0px;
}

