a:link,a:visited,a:active {
	text-decoration: none;
	color: #6699CC;
}

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

img {
	border-style: none;
}

p {
	text-indent: 40px;
}

html,
body {
	background-color: #999999;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt_med {
}

.txt_med a:link,a:visited,a:active {
	text-decoration: none;
	color: #6699CC;
}

.txt_med a:hover {
	text-decoration: underline;
	color: #00FFFF;
}

.txt_sml {
}

.right_img {
	float: right;
}

#page {
	top: 0px;

	/*
	can be up to 960 and be acceptable to standards
	*/
	width: 850px;

	margin-left: auto;
	margin-right: auto;
	min-height: 90%;
}

#main_container {
	top: 5px;
	float: right;
	width: 640px;
	background-color: #FFFFFF;
	border: 1px black solid;
	position: relative;
	min-height: 100%;
	height: auto;
	bottom: 0px;
}

#logo {
	height: 97px;
	border: 0;
}

#bar {
	background-color: #666666;
	height: 25px;
}

#menu {
	top: 128px;
	width: 206px;
	background-color: #666666;
	position: relative;
	float: left;
	border: 1px black solid;
}

.menu_link {
	height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 25px;
}

.menu_link:hover {
	background-color: #333333;
}

.menu_link a {
	color: #FFFFFF;
	display: block;
	width: 206px;
	height: 25px;
	padding-left: 40px;
	vertical-align: middle;
}

.menu_link a:hover {
	text-decoration: underline;
}

#links ul {
	margin: 0;
}

#links p {
	text-indent: 0;
}

#text_list li {
	padding-bottom: 20px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 10px;
	padding-bottom: 60px;
	padding-top: 20px;
}

#content_head {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px #000000 dotted;
	margin-bottom: 10px;
}

#footer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	height: 25px;
	position: relative;
	bottom: 0;
	width: 100%;
}

