/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ul {
list-style: none;
}
/* links */
a:link {color: #2C528A}
a:visited {color: #2C528A}
a:hover {color: #637FA8}
a:active {color: #637FA8}

#site_info a:link {color: #FFFFFF}
#site_info a:visited {color: #FFFFFF}
#site_info a:hover {color: #FFFFFF}
#site_info a:active {color: #FFFFFF}

html {
text-align: center;
}

body {
position: relative;
width: 800px;
margin: 20px auto;
text-align: left;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000;
background: #00001E url(graphics/background.jpg) repeat-y top center;
}
#branding {
position: relative;
z-index: 10;
height: 199px;
background: #FFFFFF url(graphics/wcptitle.jpg) no-repeat 0 0;
}
h1 {
position: absolute;
top: -10px;
left: -14px;
height: 194px;
width: 181px;
background: transparent url(graphics/logo.gif) no-repeat;
text-indent: -9999px;
}
h2 {
font-size: 16px;
font-weight: 600;
color: #D33C45;
}
h3 {
font-size: 16px;
font-weight: 600;
color: #C07F36;
text-decoration: underline;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 800px;
background: #FFFFFF url(graphics/footer.gif) no-repeat bottom left;
}
/* content with navigation */
#right_content {
margin-left: 140px;
padding: 20px;
}
#nav {
position: absolute;
left: 0;
top: 35px;
width: 135px;
font-size: 12px;
font-weight: 600;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#nav li {
margin: 0;
border-bottom: 2px solid #42971C;
}
#nav li a:link, #nav li a:visited {
display: block;
width: 109px;
padding: 5px;
border-left: 8px solid #D33C45;
border-right: 8px solid #C39252;
background-color: #2C528A;
color: #FFFFFF;
text-decoration: none;
}
#nav li a:hover {
border-left: 8px solid #C39252;
border-right: 8px solid #D33C45;
background-color: #2C528A;
color: #FFFFFF;
}
/* footer */
#site_info {
text-align: center;
font-size: 11px;
color: #FFFFFF;
margin-top: 4px;
}
table {
border-collapse:collapse;
padding: 0;
margin: 0;
border: 1px solid #46200A;
}
th, td {
padding: 3px;
border: 1px solid #46200A;
}
.noborder {
border: 1px solid #FFFFFF;
}

.spacing{
	padding-top: 10px;
	padding: 10px;
}

