/* Main page element classes */

.boxLogo 
{
position:       absolute;
width:          200px;
height:         100px;
top:            0px;
left:           0px;

background-color: transparent;
z-index: 	1;
}

.boxTitle 
{
position:       absolute;
width:          100%;
height:         100px;
top:            0px;
left:           0px;
padding-top: 	15px;

background-color: white;
text-align:	right;
}

.boxMainMenu 
{
position:       absolute;
width:          100%;
height:         40px;
top:            100px;
left:           0px;

background-color: #ba6816;
z-index: 1;
}

.boxHeading 
{
position:       absolute;
width:          100%;
top:            140px;
left:           0px;
height:         70px;

color:	white;
background-color: #ba6816;
}

.boxBorder
{
position:       absolute;
width:          100%;
top:            210px;
left:           0px;
height:         40px;

background-color: white;
background: url(/gfx/back.jpg);
background-repeat: repeat-x;
}

.boxContent 
{
position:       absolute;
width:          80%;
top:            250px;
left:           0px;

margin-left: 12%;
margin-right: 8%;
}


.boxTitle img
{ 
padding-bottom: 4px;
}

.contentMenu
{
font-size: 10pt;
font-weight: bold;
text-align: right;
padding: 0px 10px 5px 0px;
}

.contentMenu a:link
{
text-decoration: none;
color: white;
border-bottom-style: none;
}

.contentMenu a:visited
{
text-decoration: none;
color: white;
border-bottom-style: none;
}

.contentMenu a:hover
{
color: white;
border-bottom-style: dotted;
border-bottom-width: thin;
border-top-style: dotted;
border-top-width: thin;
border-color: white;
}

body
{
font-family: "trebuchet ms", arial, helvetica, sans serif;
font-size: 11pt;
}


.boxContent a:link
{
color: #b61;
text-decoration: none;
border-bottom-style: dotted;
border-bottom-width: thin;
border-bottom-color: #bbb;
}

.boxContent a:visited
{
color: #b61;
text-decoration: none;
border-bottom-style: dotted;
border-bottom-width: thin;
border-bottom-color: #bbb;
}

.boxContent a:hover
{
color: #b61;
text-decoration: none;
border-bottom-style: dotted;
border-width: medium;
border-color: #b61;
}

H2, H3 
{
font-family: impact, arial, helvetica, sans serif;
font-weight: normal;
}

H2
{
font-size: 22pt;
letter-spacing: 4px;
color: #fff;
padding-top: 25px;
padding-left: 30px;
line-height: 2px;
margin-top: 0px;
}

H3
{
font-size: 12pt;
letter-spacing: 3px;
padding-left: 1px;
padding-bottom: 2px;
padding-top: 6px;
color: #17a;
border-bottom-style: dotted;
border-bottom-width: thin;
border-bottom-color: #17a;
}

H4
{
letter-spacing: 0.5px;
font-weight: bold;
}


li
{
list-style-image: url(/gfx/mtbullet.gif);
}




.boxMainMenu ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
list-style-type:disc;
font-weight: bold;
}

.boxMainMenu li
{
display:inline;
}

.boxMainMenu a
{
float:left;
font-size: 10pt;
width: 9em;
text-decoration:none;
color:white;
background-color:#333;
padding:0.2em 0.6em;
border-right-width: 4px;
border-right-style: solid;
border-bottom-width: 2px;
border-bottom-style: solid;
border-color: #ba6816;
}

.boxMainMenu a:hover
{
background-color: #275787;
}

