/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #fff;
	font: normal 70% Arial, Helvetica, sans-serif;
	background-image: url(images/bg-new3.jpg);
	background-repeat: repeat-x;
	background-color: #f1e3c9;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.2em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {
	clear: both;
}
.stripes {
	height: 3px;
	background-color: #000;
}
.left {float: left;}
.right {float: right;}
.leftgraphic {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	
}
.rightgraphic {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	width: 75%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}

.main {
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	background-color: #000;
}
.main .left {width: 25%;}
.main .right {width: 75%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */

.content h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #6699FF;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}
.flash {width: 525px;}
.quote {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

/* navigation */

.nav {background: #191919 url(images/nav.jpg);}
.nav a {
	background: #191919 url(images/nav.jpg);
	color: #332018;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
	margin-left: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.nav a:hover {
	background: #332018;
	color: #FFF;
	text-decoration: underline;
}

/* sub-navigation */
.subnav {
	padding: 12px;
	background-color: #d0dded;
	background-image: url(images/subnav_bg.jpg);
	background-repeat: no-repeat;
}
.subnav h1 {
	padding-top: 8px;
	color: #332018;
	font-size: 16px;
	font-weight: bold;
}
.subnav h2 {
	padding-top: 8px;
	color: #332018;
	font-size: 12px;
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(images/li3.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #332018;
	line-height: 2em;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}
.subnav li a:hover {
	color: #0459da;
	text-decoration: underline;
}

/* footer */
.footer {
	border-top: 1px solid #444;
	color: #CC9;
	padding: 3% 3% 1%;
	background-color: #F1E3C9;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #cc9;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #000;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
