/*
Design: GraphicsWerx.com
Date: Jul 21 2008
*/


/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #291042 url(img/bg.jpg);
	color: #000000;
	font: normal 70% "Trebuchet MS", "Times New Roman", Times, sans-serif;
	padding: 2% 0;
}

a {color: #6600CC;}
a:hover {color: #9D538E;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #22287F; padding: 8px 0 2px;}

h1 {font: normal 2.1em "Trebuchet MS", "Times New Roman", Times, sans-serif; padding-bottom: 10px;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em "Trebuchet MS", "Times New Roman", Times, sans-serif; padding-bottom: 10px;}
h3 {font: bold 1.3em "Trebuchet MS", "Times New Roman", Times, sans-serif; padding-bottom: 10px;}

blockquote {
	display: block;
	font: italic 1.1em Georgia,serif;
	padding-left: 26px;
	padding-bottom: 10px;
}

form,table {margin-bottom: 1.2em;}
img {border: none; padding: 8px 10px;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.8em "Trebuchet MS", "Times New Roman", Times, sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #8C489F url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #FFFFFF;
	border-top: 6px solid #8C489F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}
.main {background: #FFFFFF;}

/* header */
.title {
	background: #BDAEC6;
	border-top: 1px solid #996;
}
.title h1 {
	color: #291042;
	font: bold 2.3em "Times New Roman", Times, serif;
	padding: 10px 0 10px 18px;
}
.titleone {
	color: #FFFFFF;
	font-size: 1.4em;
	font-style:italic;
}
.header {
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 180px;
}

/* navigation */
.navigation {
	background: #cdb5cd url(img/nav.gif) repeat-x; height: 41px;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	color: #F4F4F4;
	float: left;
	font: bold 1.2em "Times New Roman", Times, sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #291042;}

/* content area */
.content {
	padding: 18px 20px;
	background: #FFFFFF url(img/contentbg.jpg) no-repeat bottom left;
}

/* bottom */
.bottom {
	background: #BDAEC6;
	border-top: 1px solid #8c489f;
	color: #222;
	padding: 14px 20px;
}

/* footer */
.footer {
	background: #8C489F;
	color: #EED;
	font-size:0.9em;
	padding: 10px;
}
.footer .left {width: 40%;}
.footer .right {
	width: 60%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.style1 {
	color: #22287F;
	font-weight: bold;
}
.style2 {
	font-size: small;
	font-style: italic;
}
.style3 {
    font-size: small;
}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.left {float: left;}
.right {float: right;}

