@charset "utf-8";
/* CSS Document */
body {
	background-color: #F3F2EB;
	margin-top: 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
a {color:#4e6d9f;text-decoration:underline;}

.container {
width:750px;margin-left: 115px;
}

#logo {
margin-top: 10px;
}

#mainmenu {
margin-top: 80px;
}

#header {
margin-top: 17px;
}

h2 {
color: #335181;
margin:0.5em;
}
/* Module Headings */

h3 {
font-size: 1.5em;
color: #335181;
margin-top: 15px;
margin-bottom: 15px;
}
#breadcrumb h3 {
display: none;
}

/* End Module Headings */

/* Module Styles */

#right .moduletable {
font-size: 12px;
color: #666666;
text-align:center;
font-weight: bold;
}

#breadcrumb .moduletable {
font-size: 11px;
margin-top: 5px;
margin-bottom: 5px;
}

#footer ul, 
#footer li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#footer li {
	float: left;
	padding-right: 20px;
}

#footer .moduletable {
	font-size: 11px;
}

#footer a, 
#footer a:link, 
#footer a:visited {
	font-size: 11px;
	color: #4e6d9f;
	text-decoration: none;
}


#right ul, 
#right li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#right li {
	text-indent: 5px;
	border-bottom: solid 1px #ccc;
	height: 25px;
	text-align:left;
}

#right a, 
#right a:link, 
#right a:visited {
	font-size: 11px;
	color: #335181;
	text-decoration: none;
	font-weight: bold;

}
#right a:hover {
	color: #333333;
}

/* End Module Headings */

#right {
background-color: #;
padding: 5px;
margin-top: 2px;
padding-bottom: 10px;
}


