body 
{
	background-color: #CCCCCC;
	color: #000000;
	margin: 0;
	font-family: verdana;
	font-size: 10pt;
}

#topframe
{
	position: relative; 
	top: 0; 
	left: 0;
	width: 100%; /*width of frame*/
	height: 120px; /*height of frame*/
	overflow: hidden; /*no scrollbars*/
	background-color: #CCCCCC;
	color: #000000;
}

#menuframe
{
	position: relative; 
	top: 120; 
	left: 0; 
	width: 100%; /*width of frame*/
	height: 20px; /*height of frame*/
	overflow: hidden; /*no scrollbars*/
	background-color: #000000;
	color: #FFFFFF;
}

#submenuframe
{
	position: relative; 
	top: 140; 
	left: 0;
	right: 0;
	width: 50%;
	
	height: 20px; /*height of frame*/
	overflow: hidden; /*no scrollbars*/
	background-color: transparent;
	color: #FFFFFF;
}

#contentframe
{
	position: relative; 
	top: 140; 
	left: 0; 
	width: 100%; /*Width of frame*/
	height: 400px; /*Height of frame*/
	background-color: #FDFDFD;
	color: #000000;
	overflow: auto;
	
	background-image: url(../graphics/arms.gif);
	background-position: center 20px; 
	background-repeat: no-repeat;
}

#bottominfoframe
{
	position: relative; 
	top: 540; 
	left: 0; 
	width: 100%; /*width of frame*/
	height: 50px; /*height of frame*/
	overflow: hidden; /*no scrollbars*/
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
}

#bottomframe
{
	position: relative; 
	top: 590;
	bottom: 0;
	width: 100%; /*width of frame*/
	overflow: hidden;
	background-color: #CCCCCC;
	color: #CCCCCC;
}

.innerpadding
{
	margin: 10px;
}

.mainpadding
{
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: 150px;
	margin-right: 150px;
}

.bottompadding
{
	margin: 15px; /* padding for text inside frame */
}

.copynotice
{
	position: absolute;
	width: 250px;
	height: 50px;
	top: 540px;
	right: 0;
	
	color: #FFFFFF;
	text-align: right;
	margin: 10px; /* padding for text inside frame */
}

.notes
{
	position: relative;
	width: 60%;
	height: 50px;
	top: 0;
	left: 50px;
	
	text-align: left;
	margin: 10px; /* padding for text inside frame */
}

.menupadding
{
	margin: 2px;
	text-align: center;
	font-variant: small-caps;
}

.submenupadding
{
	margin: 0px;
	text-align: center;
	font-variant: small-caps;
}

.crawlpicture
{
	position: absolute; 
	top: 0;
	right: 0;
}

* html body
{ /*IE6 hack*/
	padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent
{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}


A:link, A:visited, A:active
{
	color: #800080;
	text-decoration: none;
}

A:hover 
{
	text-decoration: underline;
}

A:link img, A:visited img, A:active img, A:hover img 
{
	border: 0;
}

.header 
{
	width: 100%;
	color: #000000;
	text-align: left;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
}

A.menu:link, A.menu:visited, A.menu:active
{
	color: #FDFDFD;
	text-decoration: none;
}

A.menu:hover
{
	text-decoration: underline;
}

.menu
{
	color: #FDFDFD;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}

.submenu
{
	background-color: #800080;
	color: #FFFFFF;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}

A.menuselected:link, A.menuselected:visited, A.menuselected:active
{
	color: #FDFDFD;
	text-decoration: none;
}

A.menuselected:hover
{
	text-decoration: underline;
}

.menuselected
{
	background-color: #800080;
	color: #FFFFFF;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}
