﻿/********************************************
                            general
********************************************/
body {
	margin: 0px;
	padding: 0px;
	background: url('images/bg.gif');
	font-size: 12px;
	font-family: Georgia, Times New Roman, Verdana,Arial,Helvetica,sans-serif;
}
p, div, span, ul, li, a, img, form {
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 15px;
	text-align: justify;
	text-transform: normal;
	font-size: ;
}
ul {
	list-style-type: none;
}
/********************************************
        headers
********************************************/
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #9F2900;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
	font-variant: small-caps;
}
h2 {
	font-size: 15px;
	color: rgb(133,0,0);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #9F2900;
}
h3 {
	text-transform: uppercase;
	display: inline;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
/********************************************
      links
********************************************/
a {
	color: #77A028;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: black;
}
a img {
	border: none;
}
p a, span a {
	display: inline;
}
/********************************************
        layout
********************************************/
#bodyLeft {
	padding-left: 115px;
	background: url("images/containerLeft_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	min-width: 1100px;
}
#bodyRight {
	padding-right: 114px;
	background: url("images/containerRight_bg.gif");
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}
#navigation {
	position: absolute;
	top: 5px;
	right: 5px;
	overflow: hidden;
	z-index: 100;
	font-size: 11px;
}
#header {
	position: relative;
	overflow: hidden;
	height: 130px;
}
#menu {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
#content {
	overflow: hidden;
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	background: #F9EDBA;
/* background:#F6ECBB; */ /* background:url('images/content_bg.gif'); */	background: url('images/bg.gif');
}
#footer {
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #9C2300;
	overflow: hidden;
	font-size: 10px;
	font-family: Arial;
	background: url('images/bg.gif');
}
/********************************************
        header
********************************************/
#navigation ul li {
	float: left;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid white;
}
#navigation ul li.last {
	border: none;
}
#navigation ul li a {
	color: white;
}
#headerLeft {
	width: 50%;
	height: 115px;
	background: url("images/headerLeft_bg.gif");
	background-repeat: repeat-x;
	float: left;
	display: inline;
}
#headerRight {
	width: 50%;
	height: 115px;
	background: url("images/headerRight_bg.gif");
	background-repeat: repeat-x;
	float: left;
	display: inline;
}
#logo {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -117px;/*half of logo image width + width of #logoBorderLeft*/ /*overflow:hidden;*/;
	z-index: 100;
}
#logoBorderLeft, #logo img, #logoBorderRight {
	float: left;
	display: inline;
	height: 130px;
}
#logoBorderLeft {
	width: 15px;
	background: url("images/logoBorderLeft_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#logoBorderRight {
	width: 15px;
	background: url("images/logoBorderRight_bg.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
/********************************************
        menu
********************************************/
#menu ul li {
	float: left;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	background: url("images/menu_bg.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-weight: bold;
}
#menu ul li a {
	color: #84116C;
	font-size: 12px;
}
#menu ul li a:hover {
	color: #BF4CC5;
}
#menu ul li span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
#menu ul li.last {
	background: none;
}
/********************************************
        content
********************************************/
#flash {
	margin-bottom: 20px;
}
#contentLeft {
	float: left;
	display: inline;
	width: 47%;
	padding-left: 15px;
}
#contentRight {
	width: 47%;
	float: right;
	display: inline;
	padding-right: 15px;
}
#contentLeft ul li {
	margin-left: 10px;
	padding-left: 5px;
	list-style-type: disc;
}

#contentRight ul li {
	margin-left: 10px;
	padding-left: 5px;
	list-style-type: disc;
}


.optiontable {
	width: 100%;
	
	
}

.centertext {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #9F2900;
	border-width:0;
}

.centertext2 {
	text-align: center;
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.imageright {
	float: right;
	display: inline;
	padding-left: 10px;
}

/********************************************
        footer
********************************************/
#footerLeft {
	float: left;
	display: inline;
	width: 250px;
}
#footerLeft img {
	margin-left: 5px;
}
#footerRight {
	padding-top: 10px;
}
#footerRight ul {
	overflow: hidden;
}
#footerRight ul li {
	display: inline;
	padding-right: 10px;
}
/********************************************
        other
********************************************/
.container {
	overflow: hidden;
}
.uppercaseBold {
	text-transform: uppercase;
	font-weight: bold;
}
