/* Gerda Geddes / Frank Woods - cascading style sheet by P. Thompson phil@g-r-a.co.uk ©2008 */

body{		
	margin:20px 0 0 7%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

p{
	color:#330033;
	font-size:small;
	font-weight:normal;
	line-height: 1.4em;	
	padding:0;
	margin:0;
	padding-bottom:1.3em;
}
p strong{
	color:#003366;
}
.cc{
	clear:both;
	color:#330033;
	font-size:small;
	font-weight:normal;
	line-height: 1.4em;	
	padding:0;
	margin:0;
	padding-bottom:1.3em;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size:160%;
	text-transform: uppercase;
	color:#003366;
	padding:0;
	margin:0;
	padding-bottom:.3em;
}
h2 {
	font-weight:300;
	font-size:105%;
	padding-bottom:12px;	
	color:#003366;
}
h3 {
	font-weight:normal;
	color:#330066;
	padding-bottom:12px;	
}
h4 {
	font-size:80%;
	font-weight:normal;
	padding-bottom:12px;	
	color:#003366;
}
h5 {
	font-size:90%;
	font-weight:normal;
	padding-bottom:12px;	
	color:#003366;
}
hr {
	border: none 0; 
	border: 1px dashed #ccc;
	width: 80%;
	height: 1px;
	margin: 4px auto 0 0;
	text-align: center;
}

form{	
	padding:0;
	border:0;
}

/* some various non area specific sub classes */
.quotes {
	font-weight:300;
	margin:0;
	padding-left:2em;
	padding-top:.5em;
	padding-bottom:1.3em;
}
.quote_name {
	color:#000066;	
	text-align:right;
}
.topBut{
	background: #FFF url(images/up_but15.gif) no-repeat 4px left;
	padding:2px 0px 10px 18px;
	font-size:80%;
}
	
#listOLinks{
	list-style-type: none;
	list-style-position: inside;
	font-size:small;
	line-height:2em;
	color:#330066;
}