﻿*
{
	margin:0;
	padding:0;
	border:none;
}


p
{
	margin-bottom:5px;
	margin-left:10px;
}

p.quote
{
	border:1px solid #ccc;
	padding:10px;
	font-style:italic;
}

p.author
{
	padding:10px;
	margin-bottom:30px;
}

h2
{
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	background-color:#000;
	color:#fff;
}

ul li
{
	margin-bottom: 20px;
	}
	
h1
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #000066;
	border-bottom: 1px solid black;
	border-bottom-color: #336699;
}

a
{
	text-decoration:none;	
}

a:hover
{
	color:red;	
}

body
{
	font-family:verdana,tahoma;
	font-size:10pt;
	text-align:justify;
	background-color:#fff;
}

#header
{
	background-image:url('images/header.jpg');
	width:750px;
	height:200px;
}

#page
{
	width: 750px;
	margin: auto;
	margin-top: 30px;
	border: 0px solid #fff;
	background-color: #FFFFFF;
}
#menu
{
	background-color: #FFFF66;
	height: 28px;
	font-weight: bold;
}

#menu ul
{

}

#menu ul li
{
	display:inline;
	line-height:28px;
}

#menu ul li a
{
	padding: 6px 5px 6px 5px;
	color: #000066;
}
#menu ul li a:hover
{
	color: #336699;
}
#menu ul li a.selected
{
	background: #FFCC00;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #000066;
}
#content
{
	background: #FFFFFF;
	float: left;
	padding-bottom: 10px;
}
#text
{
	margin: 20px;
	width: 475px;
	background: #FFFFFF;
	float: left;
	color: #333333;
}

#text ul
{
	margin:5px 0 15px 30px;
	
}

table
{
	width:60%;
	text-align:left;
	border:0px solid #000;
	margin-bottom:15px;
}

table tr td
{
	padding:2px;
	width:50%;
}

#pic
{
	float:right;
	margin:5px 0px 20px 10px;
	
}

#pic img
{
	margin:5px;
	border:0px dashed #0066ff;
	display:block;
}

#footer
{
	width: 750px;
	background-color: #FFFF66;
	font-size: 8pt;
	float: left;
	color: #fff;
	text-align: center;
}
#footer a
{
	color: #333333;
}

#contact
{
	width:150px;

}








