/*** Title ***/

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

/*** Content ***/

body {
	background-image: url(../images/layout/bkgrd.jpg);
	background-repeat: repeat;
	color: #333;
	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: #003D8A;
	font-size: 16px;
	margin-top: 0;
}

h2 {
	color: #3092D9;
	font-size: 14px;
	margin-bottom: 0;
}
.admin th {
	color: #003D8A;
	background-color: #FFFBD8;
}

.photo {
	padding: 8px 0 2px 0;
	text-align: center;
}
.photos {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}

/*** 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; 
}

.button {
	margin: 15px 0;
}

/*** Links ***/

a:link, 
a:visited, 
a:active {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #003D8A;
	text-decoration: underline;
}

