html
{	height: 100%;
}

BODY {
	SCROLLBAR-FACE-COLOR: #0b91e5; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #8e0603; 
	scrollbar-3d-light-color: #FFFFFF; 
	scrollbar-dark-shadow-color: #000000;
	FONT-FAMILY: Verdana;
}


/* starting table 1x1 */
#container 
{
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-right: 1px solid black;
}

/* top banner */
#head
{	width: 800px;
	color: white;
	float: left;
}

#headtop
{	background: black;
	width: 800px;
	height: 30px;
	float: left;
	font-size: 16px;
	border-bottom: 1px solid white;
}

#headtop a
{	float: left;
	padding: 5px 0 0 10px;
	color: white;
	font-size: 16px;
	text-decoration: none;
}

#headright
{	float: right;
	padding: 5px 10px 0 0;
}

#headimg
{	padding: 0;
	margin: 0;
	float: left;
}

/* optional for top navs, etc. */
#headmenu
{	background: black url("../imgs/myralip.jpg") no-repeat 553px top;
	width: 800px;
	height: 30px;
	float: left;
}

#headmenu a
{	color: white;
	text-decoration: none;
	font-size: 14px;
}

#leftlinks
{	padding: 7px 0 0 10px;
	float: left;
}

#rightlinks
{	padding: 7px 10px 0 0;
	float: right;
}

#headbottom
{	background: black url("../imgs/headtrim.jpg") no-repeat bottom;
	width: 800px;
	height: 12px;
	float: left;
}

/* starts in head and finishes in foot */
#content
{	background: url("../imgs/menutrim.jpg") repeat-y;
	float: left;
	width: 800px;
}

#menu
{	position: relative;
	margin: 0;
	padding: 0 0 30px 5px;
	width: 172px;
	float: left;
}

#menu table
{	margin: 0 0 5px 0;

}

#menu table table
{	border-left: 1px solid black;
	border-right: 1px solid black;
}

#menu table table table
{	border: none;
}

.menubot
{	position: relative;
	top: -5px;
}

#main
{	position: relative;
	margin: 0 0 0 0;
	width: 620px;
	float: left;
}

#foot
{	background: black; 
	width: 800px;
	height: 30px;
	position: relative;
	float: left;
}

.clear
{	clear: both;
}

.left
{	float: left;
}

.right
{	float: right;
}

.page_title{
	FONT-SIZE: 16px; COLOR: #50A9CB; FONT-FAMILY: Verdana; font-weight: bold; ;
}


p {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Verdana;
}
.Verdana10 {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana;
}

.Verdana10Bold {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana; font-weight: bold;
}
.Verdana10white {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana;
}

.Verdana10Boldwhite {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana; font-weight: bold;
}
.Verdana11 {
	FONT-SIZE: 11px; COLOR: #38421F; FONT-FAMILY: Verdana;
}
.Verdana12{
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana;line-height: 1.25
}
.Verdana12Bold{
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Verdana; font-weight: bold
}
.Verdana12white {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana;
}

.Verdana12Boldwhite {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana; font-weight: bold;
}
.Verdana14{
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana; 
}
.Verdana14Bold{
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana; font-weight: bold;
}
.Verdana16Bold{
	FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Verdana; font-weight: bold;
}