﻿*
{
	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;
	color:#fff;
}


h1
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #0000CC;
	border-bottom: 1px solid black;
}

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:#e7920c;
}

#menu
{
	background-color:#bf7f40;
	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: #0000CC;
}


#menu ul li a:hover
{
	color:#000;
}

#menu ul li a.selected
{
	background:#fff;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#d87d08;
}


#content
{
	background:#e7920c;
	float:left;
	padding-bottom:10px;
}

#text
{
	margin: 20px;
	width: 475px;
	background: #e7920c;
	float: left;
	color: #0000CC;
}

#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:#000;
	font-size:8pt;
	float:left;
	color:#fff;
	text-align:center;
}

#footer a
{
	color:#fff;
}

#contact
{
	width:150px;

}








