/*** 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: #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: #26004C;
	font-size: 16px;
	margin-top: 0;
}

h2 {
	color: #709D58;
	font-size: 14px;
	margin-bottom: 0;
}
.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; 
}

.button {
	margin: 15px 0;
}

/*** Links ***/

a:link, 
a:visited, 
a:active {
	color: #709D58;
	text-decoration: none;
}

a:hover {
	color: #26004C;
	text-decoration: underline;
}

.photos {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 6px;
}
