@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0;
}

a {color:#BF3924;text-decoration:underline;}

.container {
	width:700px;margin-left: auto; margin-right: auto;
}

.redline {
        margin-top: 0;
	margin-left:auto;
	margin-right:auto;
        width: 730px;
        top: 0px;
        background-image: url(../images/bg.gif);
        background-repeat: repeat-x;
}

#logo {
margin-top: 60px;
}

#mainmenu {
margin-top: 80px;
}

#header {
margin-top: 17px;
}

h2 {
color: #BF3924;
}
/* Module Headings */

h3 {
font-size: 1.2em;
color: #3E6E96;
margin-top: 10px;
margin-bottom: 20px;
}
#breadcrumb h3 {
display: none;
}

/* End Module Headings */

/* Module Styles */

#right .moduletable {
font-size: 11px;
color: #666666;
}

#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: #333;
	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: 20px;
}

#right a, 
#right a:link, 
#right a:visited {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;

}

/* End Module Headings */

#right {
background-color: #FFFFFF;
padding: 5px;
margin-top: 30px;
padding-bottom: 30px;
}

