﻿* 
{
    font-family: Arial, Sans-Serif;
    font-size: 9pt;
}

div#body
{
	background-image: url('images/mast.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-attachment: scroll;
	width: 1050px;
	text-align: left;
}

table#main
{
	margin-top: 15px;
	width: 900px; 
	z-index: 200;
	text-align: left;
}
 
img#mast
{
	position: relative;
	left: 80%;
	top: 0px;
	z-index: 100;
}
 
body 
{
    background-color: #cfdde4; 
    margin: 0;
    padding: 0 30px 30px 30px;  
}

p
{
    margin: 0 0 10px 0;
    line-height: 12pt;
}

a
{
	color: #004d8f;
}

a:hover
{
	color: #8d8d8d;
}

input.bigbutton
{
	padding: 5px 15px 5px 15px;
	font-weight: bold;
}

td.header
{
	padding: 0 0 15px 0; 
	border-bottom: dashed 1px #004d8e; 
	vertical-align: bottom;
}

#footer
{
	text-align: center;
	padding: 15px 0 15px 0; 
	border-top: dashed 1px #004d8e; 
}

ul
{
	list-style-type: square;
	margin: 0 5px 10px 10px;
	padding: 0 5px 10px 10px;
}

li
{
	margin-bottom: 10px;
}


div.sidenav
{
	float: right;
	margin-right: 30px;
}

div.sidenav div
{
	margin: 0 0 5px 0;
}

div.sidenav a
{
	display: block;
	width: 125px;
	
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
	background-color: #004d8e;
	color: White;
	
	text-align: center;
	text-decoration: none;
}

div.sidenav a:hover,
div.sidenav a.selected
{
	background-color: #8d8d8d;
	color: White;
}

div.servicebox
{
	text-align: center;
	float: left;
	padding: 15px 20px 15px 15px;
}

div.servicebox img
{
	border: solid 1px black !important;
}

form
{
    margin: 0;
    padding: 0;
}

.formgroup
{
	padding: 10px 0 10px 0;
	border-bottom: dashed 1px #004d8e; 
}

p.formline
{
    margin: 0 0 3px 0;
    clear: both;
}

h1
{
	color: #be5805;
    font-size: 14pt;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding: 0;
}

h2
{
    color: #004d8e;
    font-size: 11pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

label
{
     color: #666;
     font-weight: bold;
     margin: 0 0 0 3px;
}

label.long
{
    float: left;
    width: 140px;    
}

label.verylong
{
    float: left;
    width: 270px;
}



table td
{
	vertical-align: top;
}

textarea
{
	padding: 3px;
}

table.roundedbox
{
    padding: 0;
    
    border-collapse: collapse;
    margin-bottom: 25px;
    
    clear: both;
}

table.roundedbox td
{
}

table.roundedbox td.topleft
{
    background-image: url('images/top_left.gif');
    background-attachment: scroll;
    background-position: bottom right;
    background-repeat: no-repeat;
    
    width: 20px;
    height: 39px;
}

table.roundedbox td.top
{
    background-image: url('images/top.gif');
    background-attachment: scroll;
    background-position: bottom;
    background-repeat: repeat-x;
    
    height: 39px;
    text-align: left;
    vertical-align: middle;
}

table.roundedbox td.top .text
{
    font-size: 11pt;
    font-weight: bold;
    color: #cfdde4;
    color: White;
    
    margin-bottom: 5px;  
}

table.roundedbox td.topright
{
    background-image: url('images/top_right.gif');
    background-attachment: scroll;
    background-position: bottom left;
    background-repeat: no-repeat;

    width: 16px;
    height: 39px;
}

table.roundedbox td.right
{
    background-image: url('images/right.gif');
    background-attachment: scroll;
    background-position: left;
    background-repeat: repeat-y;

    width: 16px;   
}

table.roundedbox td.content
{
    background-color: White;
    text-align: left;
}

table.roundedbox td.content .scrollabletext
{
    overflow: auto;
    border: solid 1px #eee;
    padding: 5px;
}

table.roundedbox td.left
{
    background-image: url('images/left.gif');
    background-attachment: scroll;
    background-position: right;
    background-repeat: repeat-y;  

    width: 18px;
}

table.roundedbox td.bottomleft
{
    background-image: url('images/bottom_left.gif');
    background-attachment: scroll;
    background-position: top right;
    background-repeat: no-repeat;
    
    width: 20px;
    height: 15px;    
}

table.roundedbox td.bottom
{
    background-image: url('images/bottom.gif');
    background-attachment: scroll;
    background-position: top;
    background-repeat: repeat-x;    

    height: 15px;    
}

table.roundedbox td.bottomright
{
    background-image: url('images/bottom_right.gif');
    background-attachment: scroll;
    background-position: top left;
    background-repeat: no-repeat;

    width: 16px;
    height: 15px;    
}