/* CSS Document */
html { 
	font-size: 125%;
}
body {
	font: 50% Arial, Helvetica, sans-serif;
	line-height: 1.4;
	text-align: center;
}
* {margin:0; padding:0;}
#wrapper {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* navigation */
#left_column {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	height: 490px;
	font-size: 12px;
	color: #FFFFFF;
}
#left_column a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul {
	margin: 16px 0 0 23px;
	list-style: none;
}
#navigation ul li {
	line-height: 20px;
}
#navigation ul li a:hover {
	font-weight: bold;
}
#navigation .current_page {
	font-weight: bold;
}
.background {
	background-image: url(images/left_column_color.gif);
	background-repeat: repeat-y;
}
/* login */
#login {
	margin-left: 23px;
	padding-top: 11px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#login a {
	color: #7a1d28;
}
#login a:hover {
	color: #FFFFFF;
}
/* content area */
#contentarea {
	font-size: 1.2em;
	margin: 5px 25px 20px 28px;
	line-height: 1.5em;
}
#contentarea p {
	margin-bottom: 1em;
	color: #1d1d1d;
}
#contentarea ul {
	color: #464747;
	margin: .5em 0 1.4em 30px;
	list-style-image: url(images/bullet_point.gif);
	list-style: disc;
	line-height: 1.9em;
}
#contentarea h1 {
	font-size: 1.1em;
	color: #2e3235;
	font-weight: bold;
	margin: 1.3em 0 .8em 0;
	padding-bottom: .3em;
	border-bottom: 1px solid #a9a9a9;
}
#contentarea em {
	font-weight: bold;
	color: #7a1d28;
	font-style: normal;
}
#contentarea strong {
	color: #000000;
}
#contentarea a {
	font-weight: bold;
	color: #7a1d28;
	text-decoration: none;
}
#contentarea a:hover {
	color: #646363;
}
#contentarea #list ul {
	list-style: none;
	margin-left: 2px;
}
#contentarea #list ul li ul {
	color: #464747;
	margin-left: 20px;
	list-style-type: square;
}
#contentarea #list ul li ul li a {
	color: #646363;;
}
#contentarea #list ul li ul li a:hover {
	color: #7a1d28;
}
.border {
	border-right: 1px solid #000000;
}
#list ul {
	list-style: none;
	list-style-image: none;
}
/* Footer */
#footer {
	height: 17px;
	width: 762px;
	font-size: 1em;
	clear: both;
	text-align: center;
	background-color: #787d87;
	color: #FFFFFF;
}
#footer ul {
	padding-top: .2em;
}
#footer li{ 
	display:inline;
	padding-top: -.5em;
}
#footer ul li a {
	color: #FFFFFF;
	padding:0 .4em;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #7a1d28;
	text-decoration: none;
}



