@charset "UTF-8";
/* CSS Document */

body {
background-color:#000000;
background-image:url(../images/pat01.jpg);
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
/*color:#000000;*/
text-align:left;
padding:0px;
margin:0px;
}
#maincontainer {
background-color:#FFFFFF;
background-repeat:no-repeat;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: 800px;
min-height:600px;
border-bottom-width:20px;
border-left-width:20px;
border-right-width:20px;
border-top-width:20px;
border-bottom-color:#000000;
border-left-color:#000000;
border-right-color:#000000;
border-top-color:#000000;
border-bottom-style:solid;
border-top-style:solid;
border-left-style:solid;
border-right-style:solid;
}
#headercontainer {
width:800px;
height:181px;
}
#navbar {
background-color:#000000;
background-repeat:repeat;
width:780px;
height:25px;
font-size:16px;
text-align:left;
padding-top:5px;
padding-left:20px;
color:#FFFFFF;
}
#adminstuff {
padding-top:10px;
width:180px;
height:auto;
float:right;
padding-left:20px;
}
#mailbox {
width:160px;
font-size:10px;
}
#pagecontent {
width:580px;
background-repeat:no-repeat;
padding-top:10px;
padding-left:20px;
padding-bottom:20px;
float:left;
position:relative;
}
#footer {
background-color:#000000;
color:#FFFFFF;
width:780px;
height:20px;;
text-align:right;
padding-right:20px;
padding-top:5px;
clear: both;
}

/* Fonts */
#pagecontent a {
color:#000000;
}
#pagecontent a:link {
color:#000066;
text-decoration:underline;
}
#pagecontent a:visited {
text-decoration: none;
color:#000066;
text-decoration:underline;
}
#navbar a {
color:#FFFFFF;
}
#navbar a:link {
color:#FFFFFF;
text-decoration:none;
}
#navbar a:visited {
color:#FFFFFF;
text-decoration:none;
}
heading {
font-size:24px;
}
subheading {
font-size:18px;
}
/*a:link {
color:#FFFFFF;
}
a:visited {
text-decoration: none;
color:#FFFFFF;
}
a:hover {
text-decoration: underline;
}
a:active {
color:#CCCCCC;
}
*/