/* whole page */
body {
background-color:#dcdcdc;
}
#container {
background-image:url(../images/pageBg.gif);
width:841px;
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
input {
border:1px solid #535c69;
}
textarea {
border:1px solid #535c69;
}
/* Header */
#topNav {
background-image:url(../images/mainNavBg.gif);
height:43px;
width:804px;
background-repeat:repeat-x;
position:relative;
left:18px;
}
#topImage {
background-image:url(../images/topImage.jpg);
width:841px;
height:185px;
}
#register {
position:relative;
top:54px;
left:586px;
}
/* content */
#titleImage {
background-image:url(../images/titleImage.gif);
width:713px;
height:58px;
margin-left:auto;
margin-right:auto;
}
div#content {
padding-bottom:15px;
}
div#content img {
border-right:1px solid #00346f;
border-left:1px solid #00346f;
border-top:1px solid #00346f;
border-bottom:5px solid #00346f;
}
div#content table {
margin-top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
border-left:1px solid #535c69;
border-top:1px solid #535c69;
}
div#content table td {
padding:5px;
border-right:1px solid #535c69;
border-bottom:1px solid #535c69;
color: #535c69;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#content table th {
padding:5px;
border-bottom:1px solid #535c69;
border-right:1px solid #535c69;
background-color:#535c69;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* footer */
#bottomImage {
background-image:url(../images/bottomImage.gif);
width:841px;
height:18px;
font-size:0px;
background-position:bottom;
padding-bottom:0px;
}
#bottomStripe {
background-image:url(../images/bottomStripe.gif);
height:19px;
background-repeat:repeat-x;
width:804px;
position:relative;
left:18px;
}
#outText{
margin-right:auto;
margin-left:auto;
width:804px;
text-align:center;
padding-bottom:20px;
}