
body 
{

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

#topframe
{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; /*width of frame*/
	height: 120px; /*height of frame*/
	overflow: hidden; /*no scrollbars*/
	background-color: #004000;
	color: #FFFFFF;
	background-image: url(../graphics/topbg.gif);
	background-position: top left; 
	background-repeat: no-repeat;
	
}


#menuframe
{
	position: absolute; 
	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: absolute; 
	top: 140; 
	left: 10%;
	right: 0;
	width: 70%;
	
	height: 20px; /*height of frame*/
	overflow: hidden; /*no scrollbars*/
	background-color: transparent;
	color: #FFFFFF;
	
}

#loginframe
{
	position: absolute; 
	top: 140; 
	left: 0; 
	width: 140px; /*width of frame*/
	height: 400px; /*height of frame*/
	overflow: hidden; /*no scrollbars*/
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	
}

#contentframe
{
	position: absolute; 
	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;
	/*background-attachment: fixed;*/
	
}

#bottominfoframe
{
	position: absolute; 
	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: absolute; 
	top: 590;
	bottom: 0;
	width: 100%; /*width of frame*/
	overflow: hidden;
	background-color: #004000;
	color: #CCCCCC;
}

#windowBoxTop
{
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%; /*width of frame*/
	height: 22px;
	overflow: hidden;
	background-color: #006000;
	color: #FFFFFF;
	text-align: right;
}

#windowBox
{
	position: absolute; 
	top: 22;
	width: 440px; /*width of frame*/
	height: 400px;
	overflow: hidden;
	color: #000000;
	text-align: left;
}

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


.windowboxpadding
{
	margin: 25px;
	
}

.innerpadding
{
	margin: 10px;
}

.mainpadding
{
	margin-top: 25px;
	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 */
}

.loginbox
{
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
}

.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: #008000;
	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: #006000;
	text-align: left;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
}

.header2
{
	color: #006000;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

.tablebox
{
	text-align: left;
	font-size: 10pt;
}

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;
}

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

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

.submenuselected
{
	background-color: #A0D0A0;
	color: #000000;
	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;
	
}

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

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

.library
{
	width: 90%;
	margin: auto;
	padding: 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;	
}

td.library
{
	padding: 0px;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;	
}