/*GENERAL*/
*	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body	{
	background-color: #f2f9ff;
	font-family: Georgia, serif;
	color: black;
	}
	
a	{
	color: black;
	text-decoration: underline;
	}
	
a:hover	{
	color: #130a70;
	}

/*HEADER*/
div.bkgd {
	background: url(imgs/bkgd.jpg) bottom left repeat-x;
	padding: 10px 0px 8px 0px;
	}
div.pagebkgd {
	background: url(imgs/page_bkgd.jpg) bottom left no-repeat;
	padding: 20px 20px 10px 20px;
	}
	
div.page	{
	margin: 0px auto 0px auto;
	border: 2px solid #130a70;
	width: 796px;
	background-color: #ffffff;
	}
	
img.logo	{
	float: left;
	padding-right: 15px;
	}
	
h1	{
	font-size: 46px;
	font-weight: lighter;
	line-height: 46px;
	}
	
h2	{
	font-size: 16px;
	font-weight: lighter;
	font-style: italic;
	padding-top: 6px;
	}
	
div.nav {
	margin-top: 15px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0px 25px 6px 0px;
	text-align: center;
	}
	div.nav p {
	word-spacing: 15px;
	font-size: 18px;
	padding: 5px 0px 0px 0px;
	}
	div.nav span {
	word-spacing: 0px;
	}
	div.nav a {
		text-decoration: none;
		}
	div.nav a:hover {
		text-decoration: underline;
		}

/*BODY*/
div.text	{
	clear: left;
	padding: 0px 20px 280px 20px;
	}
	
h3	{
	font-size: 24px;
	font-weight: lighter;
	padding: 15px 0px 5px 0px;
	}
	
p	{
	font-size: 14px;
	line-height: 22px;
	padding: 0px 0px 16px 0px;
	text-align: justify;
	}
	
div.text span {
	text-decoration: underline;
	}
	
h4	{
	font-size: 20px;
	font-weight: lighter;
	padding-top: 15px;
	}
h4.left {
	float: left;
	}
h4.right {
	float: right;
	}
	
img.news {
	width: 340px;
	float: left;
	margin: 0px 9px 16px 9px;
	}	
	
p.foot	{
	clear: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 8px;
	margin: 0px 65px 5px 65px;
	padding: 4px 0px 6px 0px;
	color: white;
	text-align: center;
	background-color: #586470;
	opacity: 0.7;
	} /*546672*/

p.foot a	{
	color: white;
	text-decoration: none;
	}
	
p.foot a:hover	{
	text-decoration: underline;
	}
	
form	{
	text-align: right;
	padding-top: 15px;
	}
	
input	{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin: 0px 0px 5px 5px;
	padding: 2px;
	border: 1px solid #cccccc;
	width: 590px;
	}
	
div.textarea	{
	text-align: left;
	padding-top: 5px;
	}

textarea	{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border: 1px solid #cccccc;
	width: 710px;
	height: 150px;
	}
	
input.submit	{
	width: 100px;
	}
	
input.submit:hover	{
	background-color: #130a70;
	border-color: black;
	color: white;
	}
	
input.delete	{
	width: 14px;
	height: 14px;
	}
	
h5	{
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
	}
	
div.column {
	float: left;
	width: 355px;
	}
	p.links {
		padding: 15px 0px 0px 0px;
		margin-bottom: -5px;
		}
	div.column p {
		padding: 2px 0px 0px 0px;
		}
	
hr {
	clear: both;
	}
