@charset "UTF-8";
/* CSS Document */



/* ### BODY ###################################################################### */
body {
	background:#fff;
	background-image:url('images/back.jpg');
	background-attachment:fixed;
	color:#000;
	font-family:"Lucida Grande", arial, helvetica, sans-serif;
	font-size: 12px;
}
/* \*/ * html body {
	text-align:center;
	font-size: xx-small;
} /* *//* IE 5.5 Hack */
.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.warning {
	color:#f00;
	background: inherit;
}


/* ### PAGE ###################################################################### */

#website {
	padding-top:50px;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border:solid 0px #c20500;
	
	-moz-box-shadow: 2px 2px 2px 2px #cc3366; /* Mozilla Firefox */
	-webkit-box-shadow: 2px 2px 2px 2px #cc3366; /* Google Chrome */
	box-shadow: 2px 2px 2px 2px #cc3366;
}

#webpage {}

#header {
	height:200px;
	background-color:#fff;
	background-image:url('images/banner19.jpg');
}

#content {
	background-color:#fff;
	border-top:solid 0px black;
}

#mainContent {
	width:680px;
	float:right;
}

#contentContainer {
	padding:13px 20px;
	text-align:left;
	float:left;
	line-height:18px;
	width:635px;
}

#contentContainer li {
    display: block;
    list-style: disc inside;
    text-align: left;
}


#contentContainer a:link {
	text-decoration:none;
	font-weight:bold;
	color:#9A101D;
	padding:0 0px;
}

#ContentContainer a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#9A101D;
	padding:0 0px;
}

#contentContainer a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#79991A;
	padding:0 0px;
}

#contentContainer a:active {
	text-decoration:none;
	color:#000;
	padding:0 0px;
}

#contentRight {
	float:right;
	text-align:left;
	width:180px;
	padding:0px 10px 10px;
	margin-right:0px;
		
}

#footer {
	background-image:url();
	background-color:#ffeefe;
	background-repeat:no-repeat;
	border-top:solid 0px black;
	padding-top:15px;
	padding-bottom:15px;
	
}

#footerContent {
	font-size:12px;
	text-align:center;
}

/* ### Navigation top ############################################################### */

#horizNav {
	font-weight:bold;
	text-align:right;
	padding-left:15px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:5px;
	color:#c59c4d;
	
}

#horizNav a:link {
	font-weight:bold;
	text-decoration:none;
	color:#9A101D;
	padding-bottom:5px;
	border-bottom:0px #9A101D;
}

#horizNav a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#9A101D;
}

#horizNav a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#D388C3;
}

#horizNav a:active {
	font-weight:bold;
	text-decoration:none;
	color:#9A101D;
}

/* ### Navigation left ############################################################### */

#navLeft {
	float:left;
	width:200px;
	padding:10px 10px 10px 8px;
	background-color:#fff;
	
}

#navContent li {
	display:block;
	padding:5px 0;
	background-color:#fff;
	margin-bottom:10px;
	text-align:left;
	border-bottom:1px dotted #D64C7F;
}

#navContent li a:link {
	text-decoration:none;
	font-weight:bold;
	color:#9A101D;
	padding:0 0px;

}

#navContent li a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#9A101D;
	padding:0 0px;
}

#navContent li a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#D388C3;
	padding:0 0px;
}

#navContent li a:active {
	text-decoration:none;
	color:#9A101D;
	padding:0 0px;
}

/* ### Content ############################################################### */

#Content li a:link {
	text-decoration:none;
	font-weight:bold;
	color:#9A101D;
	padding:0 0px;
}

#Content li a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#9A101D;
	padding:0 0px;
}

#Content li a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#D388C3;
	padding:0 0px;
}

#Content li a:active {
	text-decoration:none;
	color:#9A101D;
	padding:0 0px;
}


h1 {
	font-size:18px;
	font-weight:bold;
	color:#9A101D;
	line-height:20px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#9A101D;
	line-height:18px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#D64C7F;
	line-height:16px;
}
h4 {
	font-size:12px;
	font-weight:bold;
	color:#9A101D;
	line-height:12px;
}
img.left {
	float:left;
	background-color:#999;
	margin:5px 10px 10px 0px;
	border:solid 2px #981652;
}
img.right {
	float:right;
	background-color:#999;
	margin:5px 10px;
	border:solid 2px #981652;
}

