body 
{
	font-family: Arial;
	font-size:8pt;
	margin-top: 5px;
	margin-left: 5px;
	background-color: White;
	background-image: url(backborder.jpg);
	background-repeat: repeat-y;
}

A:link {color: Navy; text-decoration:none;}
A:visited {color: Navy; text-decoration:none;}
A:active {color: Navy; text-decoration:none;}
A:hover {text-decoration: underline; color: Navy}

#leftbox {
	position: absolute;
	width: 144px;
	top: 127px;  
	left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

#titlebox {
	position: absolute;
	width: 750px;
	top: 0px;  
	left: 0px;
	height: 79px;
	padding-left: 85px;
	padding-top: 5px;
	border-bottom: 3px; 
	border-bottom-style: solid; 
	border-bottom-color: #BADBFE; 
	background-color: White;
	z-index: 1;
}

#titlenav {
	position: absolute;
	width: 750px;
	top: 80px;  
	left: 0px;
	height: 38px;
	padding-left: 85px;
	padding-top: 3px;
	border-bottom: 3px; 
	border-bottom-style: solid; 
	border-bottom-color: #BADBFE; 
	background-color: #E6EDF5;
	z-index: 1;
	font-size: 11pt;
}

#titleimage {
	position: absolute;
	width: 90px;
	top: 0px;  
	left: 0px;
	z-index: 2;
}

#mainbox {
	position: absolute;
	width: 680px;
	top: 127px;  
	left: 150px;
}

#typebox 
{
    margin-left: 1px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-color: White;
    border-style: solid;
    border-width: 3px;
}

#typetitle
{    
    text-align: center;
    background-color: #BADBFE;
}

.menuitem
{
    float:right;
    margin-right: 5px;
    font-size: 10pt;
}

H1 
{
    font-size: 14pt;
    font-weight: bold;   
}

H2 
{
    font-size: 16px;
    font-weight: bold; 
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#rightbox {
	position: absolute;
	width: 170px;
	top: 0px;  left: 835px;
	text-align: center;
}

HR
{
    color: #BADBFE;
    background-color: #BADBFE;
    margin-top: 2px;
    height: 3px;
    border-style: none;
}

#buttonbox
{
    background: url(Theme/filebutton.png) no-repeat; 
    width: 100px; 
    height: 120px; 
    text-align: center; 
    color: Navy; 
    cursor: pointer; 
    cursor: hand;    
}

