
* {
	margin: 0;
	padding: 0;
/*	font-family: Lucida Sans, Lucida Sans Unicode, Verdana, Arial; */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: xx-small;
	line-height: 18px;
	/* font-size: 8.55pt; */
	color: black;
}

body {
	background-color: #CCC;
	text-align: center;

}


div#main_page {
	margin: auto;
	width: 790px;
	margin-bottom: 100px;
	background-color: white;
	text-align: left;

}

p {
	padding-bottom: 10px;
	
}

div#menu {
	background-color: #8A1841;
	color: white;
	height: 60px;
}

div#page_content {
	margin-top: 60px;
}


div#page_content li {
	margin-left: 13px;
}



div#content_left {
	float: left;
	width: 314px;
}

div#content_left img {
	padding-bottom: 30px;
}

div#content_right {
	margin-left: 314px;
	width: 425px;
	display: block;
}

div#content_full_width {
	clear: both;
	margin-left: 60px;
	width: 675px;
	display: block;
}

div#footer {
	margin-top: 55px;
	text-align: center;
	background: transparent url(footer_strip.jpg) no-repeat top center;
	height: 75px;
}

div#footer img {
	z-index: -1;
}

div#links {
	float: right;	
	margin-top: 20px;
	display: inline;
}

div#links a, div#links a:visited {
	color: white;
	float: right;
	width: 64px;
	text-align: center;
}

div#links a.contact {
	width: 97px;
	text-align: center;
}

p.title, #page_content p.title {
	font-size: x-small;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	color: #8A1841;
	margin-left: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a, a:visited {
	text-decoration: none;
	color: #F58024;
}
a:hover {
	color: green;
}


/* ================  menu  ========================== */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */

.menu {
	margin-left: 3px;
	padding-top: 8px;
}
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	display: inline;
	z-index:100;
}

.menu li li {
	border-top: 1px solid white;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:0px;
	top:42px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:10px;
	width:129px;
	height:38px;
	padding:5px 0 0 0;
	color:white;
	background:#8A1841;
	text-decoration:none;
	margin-right:0px;
	text-align:center;
	border-color: white;
	border-style: solid;
	border-width: 0  0  0 1px ;
}

.menu li.first a, .menu li.first :visited {
	border: 0;
}

/* style the links hover */
.menu :hover{
	color:#444;
	background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:149px;
	height:0;
}
/* make the sub level visible on hover list or link */
	.menu ul li:hover ul,
	.menu ul a:hover ul{
	visibility:visible;
}
/* contact form */
.contact table, p.contact_text {
	margin-left: 15px;
}
