/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #4B6EB0}
a:visited {color: #4B6EB0}
a:hover {color: #000000}
a:active {color: #000000}

body {
font-family: Verdana, sans-serif;
font-size: 13px;
color: #000000;
background-color: #CBD2EC;
}

#whitebg {
width: 100%;
background-color:#FFFFFF;
padding-bottom: 10px;
}

#wrapper {
position: relative;
width: 900px;
margin: 0 auto;
text-align: center;
padding: 0;
background: #FFFFFF url(graphics/banner.jpg) no-repeat 0 0;
}

#branding {
position: relative;
margin: 0 auto;
height: 153px;
background: transparent url(graphics/logo.gif) no-repeat 0 0;
width: 100%;
}

#branding p {
position: absolute;
top: -9999px;
}

h1 {
font-size: 20px;
color: #000000;
}

h2 {
font-size: 20px;
color: #4A6CB4;
}
h3 {
font-size: 18px;
color: #000000;
}
h4 {
font-size: 18px;
color: #4A6CB4;
}
h5 {
font-size: 16px;
color: #000000;
}
h6 {
font-size: 16px;
color: #4A6CB4;
}

.black14header {
font-size: 14px;
color: #000000;
}

.blue14header {
font-size: 14px;
color: #4A6CB4;
}


/* navigation */
#nav_main {
position: relative;
margin: 6px 0 0 35px;
padding: 0;
text-align: center;
width: 865px;
}

/* memberlogin */
#login {
	position: absolute;
	top: 238px;
	right: 15px;
	z-index: 20;
}

/* rssfeed */
#rssfeed {
	position: absolute;
	top: 310px;
	right: 5px;
	z-index: 20;
}


/* content */
#content {
position: relative;
margin: 15px 10px 0 40px;
width: 850px;
text-align: center;
}

#left_content {
margin-right: 315px;
padding: 15px;
border: 1px solid #4B6EB0;
-moz-border-radius: 8px;
width: 575px;
text-align: left;
}
#right_content {
	position: absolute;
	right: 8px;
	top: 110px;
	width: 210px;
	padding: 0;
}

#right_content p {
padding-left: 10px;
padding-right: 10px;
}

#outline {
	border: 1px solid #4B6EB0;
	-moz-border-radius: 8px;
	margin-bottom: 15px;
	}

#bottom_links {
margin-top: 10px;
text-align:center;
font-weight: bold;
	}
	
#bottom_links a {
margin-top: 10px;
text-align:center;
font-weight: bold;
text-decoration:none;
font-size: 10px;
	}

/* footer */
#site_info {
color: #FFFFFF;
text-align: center;
font-size: 10px;
padding: 3px;
background-color: #4B6EB0;
width: 100%;
}

#site_info a{
color: #FFFFFF;
}

.copyright {
font-size: 10px;
color: #4B6EB0;
margin-top: 5px;
}

.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}

