body {
	background-color:#efeff1;
	background-image:url("images/pagebg.gif");
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1.right {
	color:#d31616;
	font-size:1.2em;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	border-bottom-color:#d31616;
	border-bottom-width:medium;
	border-bottom-style:solid;
}

h3.left {
	color:#FFF;
	font-size:1em;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
}

h3.right {
	color:#d31616;
	font-size:1em;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
}

h4.menu {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}

h4.menu a {
	color:#FFF;
	text-decoration:none;
	margin-left:80px;
	margin:right:80px;
}

h4.menu a:hover {
	color:#999;
}

h4.menutext {
	color:#efeff1;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:80px;
	margin:right:80px;
}

p.left {
	color:#ffffff;
	font-size:0.85em;
	margin-left:10px;
	margin-right:10px;
}

p.left a{
	color:#ffffff;
	text-decoration:none;
}

p.left a:hover{
	color:#999;
}

p.right {
	color:#000000;
	font-size:0.85em;
	margin-left:10px;
	margin-right:10px;
}

p.right {
	color:#000000;
	font-size:0.85em;
	margin-left:10px;
	margin-right:10px;
}

p.right a{
	color:#000000;
	text-decoration:none;
}

p.right a:hover{
	color:#000000;
}

p.right a.note{
	color:#000000;
	text-decoration:underline;
}

p.right a.note:hover{
	color:#666;
}

p.right a.cont{
	color:#d31616;
	text-decoration:none;
}

p.right a.cont:hover{
	text-decoration:underline;
}

p.cent {
	color:#000000;
	font-size:0.85em;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

p.cent a.cont{
	color:#d31616;
	text-decoration:none;
}

p.cent a.cont:hover{
	text-decoration:underline;
}

p.foot {
	color:#ffffff;
	font-size:0.75em;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

p.foot a{
	color:#ffffff;
	text-decoration:none;
}

p.foot a:hover{
	text-decoration:underline;
}

ul {
	color:#000000;
	margin-left:10px;
	margin-right:10px;
}

li {
	color:#000000;
	font-size:0.85em;
}

li a{
	color:#000000;
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

img.right {
	float:right;
	margin-right:10px;
	margin-left:10px;
}

span.emph {
	color:#d31616;
	font-weight:bold;
}

form {
	margin-left:10px;
}



/* HEADER */
#header {
	background-color:#c9c9e0;
	width:100%;
	height:80px;
	margin:0px;
	background-image:url("images/header.png");
	background-position:center;
	background-repeat:no-repeat;
}

#headerbottom {
	margin:0px;
	background-color:#d31616;
	height:10px;
}

#headermenu {
	margin:0px;
	background-color:#3C569D;
	height:50px;
}



/* MAIN */
#mainwrapper {
	margin:auto;
	width:1000px;
	padding-top:10px;
}


/* LEFT */
#leftwrapper {
	float:left;
	width:200px;
}

#lefttop {
	width:100%;
	height:11px;
	background-image:url("images/lefttop.png");
	background-repeat:no-repeat;
	margin:0px;
}

#leftmid {
	width:100%;
	background-image:url("images/leftmid.png");
	background-repeat:repeat-y;
	margin:0px;
}

#leftbottom {
	width:100%;
	height:11px;
	background-image:url("images/leftbottom.png");
	background-repeat:no-repeat;
	margin:0px;
}



/* RIGHT */
#rightwrapper {
	float:right;
	width:780px;
}

#righttop {
	width:100%;
	height:11px;
	background-image:url("images/righttop.png");
	background-repeat:no-repeat;
	margin:0px;
}

#rightmid {
	width:100%;
	background-image:url("images/rightmid.png");
	background-repeat:repeat-y;
	margin:0px;
}

#rightbottom {
	width:100%;
	height:11px;
	background-image:url("images/rightbottom.png");
	background-repeat:no-repeat;
	margin:0px;
}

.rightbox1 {
	width:366px;
	border-color:#d31616;
	border-width:thin;
	border-style:solid;
	margin-left:10px;
	height:270px;
	float:left;
}

.rightbox2 {
	width:366px;
	border-color:#d31616;
	border-width:thin;
	border-style:solid;
	margin-right:10px;
	height:270px;
	float:right;
}

.rightbox3 {
	width:366px;
	border-color:#d31616;
	border-width:thin;
	border-style:solid;
	margin-left:10px;
	height:130px;
	*height:160px;
	float:left;
}

.rightbox4 {
	width:366px;
	border-color:#d31616;
	border-width:thin;
	border-style:solid;
	margin-right:10px;
	height:130px;
	*height:160px;
	float:right;
}

.rightbox5 {
	width:366px;
	border-color:#d31616;
	border-width:thin;
	border-style:solid;
	margin-left:10px;
	height:180px;
	*height:210px;
	float:left;
}



/* FOOTER */
#footer {
	margin:0px;
	background-color:#3C569D;
}



/* PADDERS */
.padder1 {
	width:100%;
	height:1px;
	clear:both;
	margin:0px;
}

.padder20 {
	width:100%;
	height:20px;
	clear:both;
	margin:0px;
}

.padder35 {
	width:100%;
	height:35px;
	clear:both;
	margin:0px;
}

.padder50 {
	width:100%;
	height:50px;
	clear:both;
	margin:0px;
}