body {
	color: #191919;
	background-color: #dddddd;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

#container {
	padding: 0em 0.67em;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(../images/common/content-border.gif);
	width: 75.91em;
	margin: auto;
}

#inner_container {
	padding: 1.67em;
}

#header {
	background: url(../images/common/art.gif) no-repeat;
	height: 23.33em;
	width: 72.50em;
	padding: 0;
	margin-bottom: 1.67em;
	position: relative;
}

#header_small {
	background: url(../images/common/art-small.gif) no-repeat;
	height: 11.67em;
	width: 72.50em;
	padding: 0;
	margin-bottom: 1.67em;
	position: relative;
}

#header h1 {
	padding: 0em;
	margin: 0em;
	position: absolute;
	bottom: 0em;
	right: 0.25em;
	text-transform: uppercase;
	font-size: 3.5em;
	color: #ffffff;
	visibility: collapse;
}

#header_small h1 {
	padding: 0em;
	margin: 0em 0em 0em 7em;
	position: absolute;
	bottom: 0em;
	font-size: 2.38em;
	color: white;
	text-transform: uppercase;
}

#header form, #header_small form {
	text-align: right;
	margin: 0em;
	padding: 0.5em;
}

#header #logo, #header_small #logo {
	float: left;
	margin-left: 2em;
}

#left {
	float: left;
	margin-bottom: 3em;
	width: 15em;
/* ba

ckground-color: #ff0080; */
}

#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left ul li {
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
	border-bottom: 1px dashed #a3a6a5;
}

#left ul li a {
	color: #626463;
	display: block;
	text-decoration: none;
	padding-left: 0.9em;
	background: url(../images/common/top-menu-bullet.gif) no-repeat 0em 0.25em;
}

#left ul li a strong {
	display: block;
	color: #000000;
	text-transform: uppercase;
}

#left ul li a:hover {
	background: url(../images/common/top-menu-bullet-over.gif) no-repeat 0em 0.25em;
}

#left ul li a:hover strong {
	color: #0080ff;
}


div#left .sub_menu {

}

div#left .sub_menu li {
	border: none;
	padding: 0.25em 0em 0em 0em;
	margin: 0;
}

div#left .sub_menu li a:link {
	color: #000000;
	padding-left: 1.8em;
	background: url(../images/common/long-bullet.gif) no-repeat 0.9em 0.5em;
}

div#left .sub_menu li a:hover {
	color: #0080ff;
	background: url(../images/common/long-bullet-over.gif) no-repeat 0.9em 0.5em
}

/*
#left ul li ul {
	
}

#left ul li ul li {
	border: none;
	padding: 0.25em 0em 0em 0em;
	margin: 0;
}

#left ul li ul li a:link {
	color: #000000;
	padding-left: 1.8em;
	background: url(../images/common/long-bullet.gif) no-repeat 0.9em 0.5em;
}

#left ul li ul li a:hover {
	color: #0080ff;
	background: url(../images/common/long-bullet-over.gif) no-repeat 0.9em 0.5em;
}
*/



#right {
	float: left;
	margin-bottom: 3em;
	width: 15em;
/* ba

ckground-color: #ccff66; */
}

#right a.banner {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 0em 0.5em 2.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	/* border-bottom: 1px dashed #a3a6a5; */
}

#right a.banner.blue {
	background: #fff url(../images/common/arrow-blue-over.gif) no-repeat 0.5em 50%;
	color: #007eff;
	border-right: 2px solid #007eff;
}

#right a.banner.blue:hover {
	background: #007eff url(../images/common/arrow-blue.gif) no-repeat 0.5em 50%;
	color: #ffffff;
}

#right a.banner.maroon {
	background: #fff url(../images/common/arrow-maroon-over.gif) no-repeat 0.5em 50%;
	color: #9e005d;
	border-right: 2px solid #9e005d;
}

#right a.banner.maroon:hover {
	background: #9e005d url(../images/common/arrow-maroon.gif) no-repeat 0.5em 50%;
	color: #ffffff;
}

#right a.banner.green {
	background: #fff url(../images/common/arrow-green-over.gif) no-repeat 0.5em 50%;
	color: #009245;
	border-right: 2px solid #009245;
}

#right a.banner.green:hover {
	background: #009245 url(../images/common/arrow-green.gif) no-repeat 0.5em 50%;
	color: #ffffff;
}

#right a.banner.red {
	background: #fff url(../images/common/arrow-red-over.gif) no-repeat 0.5em 50%;
	color: #f00;
	border-right: 2px solid #f00;
}

#right a.banner.red:hover {
	background: #f00 url(../images/common/arrow-red.gif) no-repeat 0.5em 50%;
	color: #ffffff;
}

#right a.banner.purple {
	background: #fff url(../images/common/arrow-purple-over.gif) no-repeat 0.5em 50%;
	color: #662d91;
	border-right: 2px solid #662d91;
}

#right a.banner.purple:hover {
	background: #662d91 url(../images/common/arrow-purple.gif) no-repeat 0.5em 50%;
	color: #ffffff;
}

#middle {
	line-height: 1.4em;
	margin-bottom: 3em;
	float: left;
	width: 39.17em;
	padding: 0em 1.67em;
/* back

ground-color: #0080ff; */
}

#middle h2, h3, h4, h5, h6 {
	color: #8dc63f;
	text-transform: uppercase;
}

#footer {
	border-top: 1px solid #ccc;
	font-size: 0.9em;
	color: #626463;
}

#footer ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
	margin: 1em 0em 0em 0em;
	display: inline;
}

#footer ul li {
	float: right;
	margin-left: 0.5em;
}

#footer ul li a {
	color: #626463;
}

#footer ul li a:hover {
	color: #0080ff;
}

#footer p {
	margin: 1em 0em 0em 0em;
	width: 30em;
}

#border_bottom {
	height: 9px;
	margin: auto;
	width: 75.91em;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/common/footer-border.gif);
}

a:link {
	color: #0080ff;
}

a:visited {
	color: #8000ff;
}

table {
}

table tr {
}

table tr th {
	text-transform: uppercase;
	border-bottom: 1px dashed #a3a6a5;
}

table tr td {
	
	border-bottom-color: #e6e6e6;
	
	border-bottom-style: solid;
	
	border-bottom-width: 1px;
	
}

.menuTitle {
	cursor: pointer;
}
