/* Layout Stylesheet */ 

body {
	background:#ffffff url(images/page_bg.jpg) repeat-x;
	color: #333333;
	padding:0;
	margin:0px;
	text-align:center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
 }
 
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #792079;
	line-height: 1.2em;
	padding-right: 10px;
	padding-top:0px;
	} 
 
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #792079;
	line-height: 1.2em;
	padding-right: 10px;
	padding-top:0px;
	}


a img {border:none;}
A:link {text-decoration: none; color: #792079;}
A:visited {text-decoration: none; color: #792079;}
A:active {text-decoration: none; color: #792079;}
A:hover {text-decoration: underline; color: #792079;}

#outer {
	width:800px;
	margin:auto;
	padding:0px;
	text-align:left;
	background-color: #fff;
	
 }
 
 
#header {
 height:112px;
 overflow: hidden;
 background:#fff;
 }


#bodyblock {
	width:800px;
	padding:0;
	border-left: 1px solid #CDB4CD;
	border-right: 1px solid #CDB4CD;
	background-color: #FFF;
 }
 

#terms p, #terms h2 {padding-left:15px; padding-right:15px;}
 
#left_column {
	float:left;
	margin: 0px;
	width:260px;
	background-color: #fff;
	
 }
 
#right_column {
	float: right;
	width:540px;
	margin-top:20px;
	background-color: #fff;
 }
 
#right_column p {
	padding-right:10px;
	font-size: 11px;
	text-align:left;
 }
 

#footer {
 height:37px;
 clear: both;
 width: 800px;
 background:#fff url(images/footer_bg.jpg);
 margin:0;
 }
 
#footer p {
padding: 10px;
color: #fff;}

#footer p a {color: #fff;} 

.table {
	font-size: 11px;
	padding-right: 15px;
	padding-left: 7px;
}

.list ul {
	list-style-type: square; line-height: 1.3em; }
	
.list li {	padding-right: 20px;}

/*navigation*/

#navcontainer { width: 200px; margin-top:20px;}

#navcontainer ul
{
margin-left: 0;
padding-left: 30px;
list-style-type: none;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#navcontainer li
{
padding-bottom: 15px;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 160px;
background-color: #fff;
border: 1px solid #CDB4CD;
color: #666;
}

#navcontainer a:link, #navlist a:visited
{
color: #666;
text-decoration: none;
}

#navcontainer a:hover
{
text-decoration: none;
background-color: #CDB4CD;
color: #fff;
}

.news {padding-left: 30px; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.newstable p {padding-left:20px; font-family: "Trebuchet MS", Helvetica, sans-serif;}