/* CSS Document */

body
{
width:100%;
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:black;
background-color:#DDDDDD;
background-image:url(../old/bg.jpg);
background-position:top left;
background-repeat:repeat-x;
}

.container
{
width:785px;
margin-right:auto;
margin-left:auto;
margin-top:0px;
background-color:#ffffff;
border:1px solid black;
}

a
{
color:blue;
text-decoration:none;
}

a:hover
{
color:#0099CC;
}

h1
{
display:none;
}

h2
{
font-size:14pt;
font-weight:bold;
}

h3
{
font-size:12pt;
font-weight:bold;
}

.top
{
background-image:url(../images/top.jpg);
width:785px;
height:46px;
}

.pagetitle
{
margin-left:auto;
margin-right:auto;
text-align:center;
width:785px;
}

.pagetitle h2
{
width:785px;
height:25px;
background-color:#EEEEEE;
border-top:1px solid black;
border-bottom:1px solid black;
}

.nav
{
margin-left:auto;
margin-right:auto;
text-align:center;
font-size:9pt;
}

.content
{
margin-left:10px;
margin-right:10px;
}

.component
{
float:left;
width:110px;
height:170px;
padding:5px;
}

.contenttest
{
margin-left:10px;
margin-right:10px;
background-color:#F4F4F4;
padding:5px;
}

.keywordcontent
{
clear:both;
padding-top:15px;
margin-left:auto;
margin-right:auto;
text-align:center;
font-size:9pt;
}

.lookatme
{
color:red;
}

.footer
{
width:775px;
height:20px;
background-color:#EEEEEE;
margin-top:15px;
padding-left:10px;
}

.copyright
{
float:left;
width:380px;
font-size:9pt;
color:#000000;
}

.credits
{
float:left;
width:375px;
font-size:9pt;
text-align:right;
padding-right:5px;
}

.formfield {
background-color : EDEDED;
border: 1px solid #CCCCCC;
color : #000000;
font-family : arial;
font-size : 9pt;
padding-top : 0px;
padding-bottom : 0px; 
}

.submitbutton {
background-color : #999999;
border: 1px solid #CCCCCC;
color : #ffffff;
font-family : arial;
font-size : 8pt;
font-weight:bold;
padding-top : 0px;
padding-bottom : 0px; 
}


