body#photo {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: center;
}

body#photo img {
	border: none;
}

body {
	margin: auto;
}

body, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

a {
	color: #e5913c;
	text-decoration: none;
}

a:visited {
	color: #d8822b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

p {
	padding: 0;
	margin: 0 0 3px 0;
}

h1	{ 
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2d6598;
	border-bottom: 2px solid #dfe7f0;
}

h1 span {
	font-size: 11px;
}

h2	{ 
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2d6598;
}

h3	{ 
	margin: 0px;
	padding: 0 0 3px 0;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2d6598;
}

h4	{ 
	margin: 0 0 5px 0;
	padding: 0;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #143f64;
}

input, textarea {
	padding: 2px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #bbb;
}

input.submit {
	padding: 3px;
	border-top: 3px double #ebe395;
	border-right: 3px double #c9bf5f;
	border-bottom: 3px double #c9bf5f;
	border-left: 3px double #ebe395;
	background: #fff8b3;
}

#wrapper {
	margin: auto;
	padding: 5px;
	width: 770px;
}

#header {
	height: 49px;
	padding: 6px 5px 4px 5px;
	margin: 0 0 5px 0;
	background: url("images/top_bg.gif") no-repeat top left;
	border-top: none;
	border-right: 1px solid #13588f;
	border-bottom: 1px solid #13588f;
	border-left: none;
}

#header ul {
	position: relative;
	top: 31px;
	width: 675px;
	border: 0;
	margin: 0px 0px 0px 75px;
	padding: 0;
	list-style-type: none;
}

#header ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px 3px 0 0;
	margin: 0;
}

#header ul li a {
	display: block;
	padding: 5px 2px 0px 2px;
	background: url("images/tab.gif") top left no-repeat;
	width: 72px;
	height: 18px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	border: none;
}

#header ul li a:hover {
	background-position: -76px 0;
	text-decoration: none;
}

#header ul li a.current {
	color: #e48f3b;
	background: url("images/tab_current.gif") top left no-repeat;
	border-bottom: 5px solid #fff8b3;
}

#header ul li a.current:hover {
	color: #e48f3b;
	background: url("images/tab_current.gif") top left no-repeat;
	border-bottom: 5px solid #fff8b3;
}

#sub {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #fff8b3;
	border-top: none;
	border-right: 1px solid #ebe395;
	border-bottom: 1px solid #ebe395;
	border-left: none;
	color: #a05e1d;
}

#sub ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sub ul li {
	display: block;
	float: left;
	padding: 0px 3px 0 0;
	margin: 0;
}

#sub ul li a {
	display: block;
	margin: 0px 2px;
	padding: 3px 6px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #e5913c;
	border: none;
	-moz-border-radius: 5px;
}

#sub ul li a:hover {
	border: none;
	text-decoration: none;
	background: #fffbd7;
}

#sub ul li a.current {
	border: none;
	color: #a05e1d;
	background: #fffbd7;
}

#content {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #eee;
}

#footer {
	text-align: center;
	padding: 5px;
	background-color: #fff8b3;
	border-top: none;
	border-right: 1px solid #ebe395;
	border-bottom: 1px solid #ebe395;
	border-left: none;
	color: #a05e1d;
}

.news {
	margin: 5px 0px;
	padding: 5px 10px;
	background: #fafafa;
	border: 1px solid #eee;
}

.item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfe7f0;
}

.calendarHeader {
	background-color: #fff8b3;
	border: 1px solid #ebe395;
	color: #a05e1d;
}

.calendarHeader h1 {
	border: none;
	margin: 0;
	font-size: 12pt;
	font-weight: normal;
	color: #a05e1d;
}

.calendarToday {
	background-color: #dfe7f0;
	border: 1px solid #5f8fc5;
	color: #0c2f56;
}

.calendarToday a {
	color: #0c2f56;
	border-bottom: 1px dotted #255b99;
	text-decoration: none;
}

.calendarToday a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.calendarDay {
	float: right;
	margin: 2px;
	padding: 2px;
	border: 1px double #eee;
}

.calendar {
	height: 50px;
	background-color: #fafafa;
	border: 1px solid #eee;
}

.logo {
	position: absolute;
	top: 11px;
}

.photo {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	text-align: center;
}

.photo img {
	border: none;
}

.photo a {
	border: none;
}

.car {
	float: right;
	padding: 5px;
	border: 1px solid #ddd;
}