/* CSS Document */

body {
	margin: 10px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:1em;
	color: #333;
	background:#807973;
	text-align: center;
	}
a {
	font-size: 100%;
	text-decoration: none;
	font-weight:none;
	color:  navy;
	outline: none;
	}
a:visited {
	color:  navy;
	}
a:active {
	color:  #c63;
	}
a:hover {
	color: #c63;
	text-decoration: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	color: #333;
	font-size: 80%;
	line-height: 150%;
	margin-top: 20px;
	margin-bottom: 10px; 
	padding-left: 25px;
	padding-right: 290px;
	text-align:justify;
	}
blockquote {font-size:85%; font-weight:bold; text-align:center; margin:0; padding-bottom:8px;}


h1 {
	position: relative;
	font-size:140%;
	color: #777;
	margin-bottom: 5px;
	padding:20px;
	
}

img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
#outer {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	background: white;
	text-align:left; 
	width: 760px; 	
	}
		
#header {
	padding: 0px; 
	margin:0;
	width: 100%;
	height: 67px;
	background: url(/images/header.jpg) no-repeat;
	}
		

#content {
	width:760px;
	height:495px;

}

#contentright {
	float: right;
	background: transparent;
	margin-top: 30px; 
	padding-right:25px; 
	width:240px;
	}	

#base {
	background:#ffffff; 
	color:#5c5c5c; 
	text-align:left; 
	padding:5px 5px; 
	font-size:60%;
	padding-left: 15px; 
	line-height:150%;
}

.clear {clear:both;}

.imgmain {
	padding:10px; 	
	margin-bottom:20px;
}


q {display:block; font-size:80%; font-weight:bold; padding-bottom:6px;}
cite {font-style:oblique; font-size:80%;}
ul li {font-size:80%;}
ol li {font-size:70%; line-height: 150%; padding-right:30px;
}
