html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	padding:0;
	margin:0;
	font:76% arial, helvetica, sans-serif;
	background:#cacaca;
	color:#000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



h1{
	margin:0;
	font-size:2.75em;
	letter-spacing:-2px;
	text-align:left;
	background-color:inherit;
	color:#505050;
}

h2{
	margin:5px 0 10px 0;
	font-size:1.6em;
	letter-spacing:-1px;
	font-weight:normal;
	color:#505050;
}

p{
	margin: 0;
	padding: 0;
}

img{
	float:left;
	margin:0 10px 8px 0;
}



#container{
	width: 997px;
	padding: 8px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	}
	
#header{
	background: #ffffff;
	margin: 0;
	}
	
#header img{
	border: none;
	padding: 15px 10px 15px 20px;
	}
	
#logo h1{
	font-size: 1.85em;
	padding-top: 75px;
	padding-left: 550px;
	letter-spacing: 0.05em;
	}
	
#menu_bar{
	background: #800000;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	}
	
#links ul{
	display: inline;
	padding-left: 25px;
	font-size: 1.4em;
	}
	
#links ul li{
	display: inline;
	list-style-type: none;
	color: #000000;
	
	}

#links ul li.line{
	color: #ffffff;
	padding-left: 8px;
	padding-right:8px;
	}
	
#links ul li a,a:active,a:focus{
	color: #ffffff;
	margin-bottom: 5px;
	text-decoration: none;
	}
	
#links ul li a:hover{
	border-bottom: 2px #ffffff solid;
	}
	
#links ul li a.active{
	border-bottom: 2px #ffffff solid;
	font-weight: bold;
	}
	
#content{
	margin-top: 20px;
	margin-left: 15px;
	}
	
#main_content{
	float: left;
	width: 760px;
	border-right: 2px solid #cacaca;
	padding: 8px 20px 8px 8px;
	min-height: 300px;
	}

#main_content p{
	line-height: 1.5em;
	}

#main_content h1{
	font-size: 1.75em;
	color: #800000;
	letter-spacing: 0.05em;
	}

#main_content h2{
	font-size: 1.5em;
	color: #800000;
	}
	
#main_content h3{
	font-size: 1.25em;
	color: #800000;
	}
	
#main_content a, a:active{
	color: #800000;
	text-decoration: none;
	}
	
#main_content a:hover{
	border-bottom: 1px solid #800000;
	}
	
#main_content ul{
	color: #000000;
	padding-top: 8px;
	list-style-type: none;
	line-height: 1.5em;
	}
	
#main_content ul li{
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position:0em 0.6em;
	color: #000000;
	padding-bottom: 3px;
	padding-left: 10px;
	}
	
#main_content ul li a, a:active{
	color: #000000;
	text-decoration: none;
	}
	
#main_content ul li a:hover{
	color: #800000;
	border-bottom: 1px solid #800000;
	}
	
#main_content img{
	float: right;
	margin: 10px;
	}
		
#right_sidebar{
	width: 160px;
	float: left;
	padding-left: 15px;
	margin: 0px;
	}
	
#right-sidebar ul{
	padding: 0;
	list-style-type: none;
	margin-bottom: 25px;
	}

#right_sidebar ul li{
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 3px;
	list-style-type: none;
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position:0em .4em;
	}
	
#right_sidebar ul li a, #right_sidebar ul li a:active{
	color: #000000;
	text-decoration: none;
	}
	
#right_sidebar ul li a:hover{
	color: #800000;
	border-bottom: 1px solid #800000;
	}
	
#right_sidebar ul li a.active{
	border-bottom: 1px solid #000000;
	font-weight: bold;
	}
	
#right_sidebar h1{
	font-size: 1.5em;
	color: #800000;
	letter-spacing: 0.05em;
	padding-left: 0px;

	}
	
#right_sidebar h1 a,#right_sidebar h1a:active,#right_sidebar h1a:focus{
	font-size: 18px;
	color: #800000;
	letter-spacing: 0.05em;
	padding-left: 0px;
	text-decoration: none;
	
	}
	
#footer{
	width: 990px;
	border-top: 2px solid #cacaca;
	margin-top: 10px;
	padding: 5px;
	background: #ffffff;
	}
	
#footer_container{
	padding: 5px;
	width: 980px;
	background: #ffffff;
	}
	
#footer_container p{
	line-height: 10px;
	}
	
.lexis{
	float: left;
	width: 200px;
	padding: 8px;
	}

.address{
	float: left;
	width: 420px;
	text-align: center;
	margin-left: 20px;
	padding-top: 10px;
}

.address a, .address a:active{
	color:#800000;
	text-decoration: none;
	}
	
.address a:hover{
	color: #000000;
	}
	

