/*** Title ***/

#title {
	color: #5F6F52;
	display: none;
	font-size: 17px;
	margin-bottom: 20px;
}

/*** Content ***/

body {
	background-image: url(../images/layout/bkgrd.jpg);
	background-repeat: repeat;
	color: #575a5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

h1,
h2,
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 {
	color: #004D67;
	font-size: 16px;
	margin-top: 0;
}

h2 {
	color: #5A7E92;
	font-size: 14px;
	margin-bottom: 0;
}
h3 {
	color: #004D67;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 15px;
	font-weight: normal;
}
.admin th {
	color: #475B78;
	background-color: #EFF3F4;
}

/*** Lists ***/

ul {
	list-style-image: url(../images/layout/bullet.gif);
}

ul,
ol {
	list-style-position: outside;
	padding-left: 18px;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}
.photos {
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
}
.button {
	margin: 15px 0;
}
.clear {
	clear: both;
	padding-top: 5px;
}
/*** Links ***/

a:link, 
a:visited, 
a:active {
	color: #004D67;
	text-decoration: none;
}

a:hover {
	color: #004D67;
	text-decoration: underline;
}
