/* CSS Document */

/* BASICS */

* {
	margin:0;
	padding:0;
}

html {
height:100%;
}

body {
height:100%;
background-color:#cccccc;
min-height:100%;
display:block;
background:url(/images/pagebg.jpg);
background-repeat:repeat;
}

a {
   outline: none;
}
p {
text-align:center;
padding-bottom:5px;
}

h1{
font:16px Arial, Helvetica, sans-serif;
}

h2 {
font:18px Arial, Helvetica, sans-serif bold;
}

/* IDS */

#bottommenu {
margin-top:-14px;
background-color:transparent;
padding:0px;
font:12px Arial, Helvetica, sans-serif;
}
#shadow{
width:960px;
background: url(/images/containerds.png) no-repeat;
margin-top:45px;
margin-left:auto;
margin-right:auto;
}
#container {
position:relative;
_height:701px;
width:960px;
top:-5px;
left:5px;
border-right: 1px solid #948c80;
border-bottom: 1px solid #948c80; 
background:transparent;
}

#content {
background:url(/images/contentbg.jpg);
background-repeat:no-repeat;
height:546px;
clear:both;
width:960px;
text-align:center;
color:#000;
}

#content div img {
/*padding-bottom:15px;*/
}


#footer {
width:960px;
font:9px Arial, Helvetica, sans-serif;
height:auto;
color:#000;
}
#footer p {
width:960px;
text-align:left;
padding-left:20px;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active{
color:#000;
text-decoration:none;
}

#footer a:hover {
color:#330001;
}

#head {
background:url(../images/header.jpg);
background-repeat:no-repeat;
/*border-bottom: #ffffff 10px;*/
height:154px;
padding:0px;
width:960px;
}

#subhead {
width:960px;
padding:6px 0 16px 0;
background-color:transparent;
color:#eeb566;
}
#headsubhead{
	display:none;
}


/* CLASSES */

.maincontent {
font:10pt Arial, Helvetica, sans-serif;
}

.medfff {
font:9pt/12pt Arial, Helvetica, sans-serif;
color:#ffffff;
text-align:right;
}


.menutext {
font:11px arial,sans-serif;
font-weight:bold;
text-align:left;
}

.menutext a,
.menutext a:link,
.menutext a:visited,
.menutext a:active {
text-align:left;
text-decoration:none;
}

.menutext a:hover {
color:#fff;
}

.menutextfff {
font:11px arial,sans-serif;
font-weight:bold;
color:#fff;
text-align:left;
}
