/* CSS Document */

/* BODY */


body, html {
background-image: url(../images/bgrnd.gif);
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

p {
line-height: 18px;
}


/* MAIN CONTAINER DIV */

#container {
width: 761px;
height: 565px;
margin: 20px auto;
overflow: hidden;
}

/* HEADER DIV */

#header {
width: 761px;
height: 148px;
background-image: url(../images/header.gif);
background-position: center;
background-repeat: no-repeat;
margin: 0;
}

/* CONTENT CONTAINERS */

#content {
width: 761px;
min-height: 418px;
background: #FFF;
}

#page {
float: right;
width: 575px;
height: 400px;
background: #FFF;
padding-right: 20px;
padding-left: 20px;
text-align: left;
}

#pagecontent {
margin-top: -10px;
width: 575px;
height: 350px;
overflow: auto;
}

#pagecontent2 {
margin-top: -10px;
width: 575px;
height: 400px;
overflow: auto;
}

#page a {
color: #990000;
font-weight: bold;
text-decoration: none;
}

#page a:hover {
color: #444;
text-decoration: none;
}

/* SIDEBAR */

#sidebar {
float: left;
margin-top: -21px;
width: 141px;
height: 461px;
background-image: url(../images/sidebar.gif);
background-position: center;
background-repeat: no-repeat;
}

#sidebarnav {
margin-top: 300px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #FFF;
}

#sidebarnav ul {
margin: 0 0 0 -3px;
padding: 0 0 0 10px;
color: #FFF;
}

#sidebarnav ul li {
background: url(../images/bullet.jpg) no-repeat 0 4px;
list-style-type: none;
padding-left: 15px;
}

#sidebarnav ul li a{
color: #333;
text-decoration: none;
}

#sidebarnav ul li a:hover{
color: #990000;
text-decoration: none;
}

#sidebarcontent {
float: right;
background: url(../images/sidebarcontentbg.jpg) no-repeat center;
width: 175px;
height: 377px;
padding-left: 20px;
}


/* FOOTER */

#footer {
width: 761px;
height: 13px;
background-image: url(../images/footer.gif);
background-position: center;
background-repeat: no-repeat;
margin: -20px auto;
}

/* HEADINGS */

h1 {
font-size: 18px;
font-weight: bold;
color: #940000;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #315A6C;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #315A6C;
}

/* ALIGNMENTS */

.imgfltleft {
float: left;
padding: 12px;
}

.imgfltright {
float: right;
padding: 12px;
}

.imgpad {
padding: 10px;
}

/* TEXT */

.smalltxt1 {
font-size: 9px;
line-height: 12px;
}