/*** Title ***/

#title {
	color: #333;
	display: none;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

/*** Content ***/

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

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

h1 {
	color: #333;
	font-size: 19px;
	margin-top: 0;
}

h2 {
	color: #283f64;
	font-size: 16px;
	margin-bottom: 4px;
}

h3 {
	color: #223656;
	font-size: 13px;
	margin-bottom: 4px;
}

.admin th {
	color: #475B78;
	background-color: #e5eaf0;
}

/*** Lists ***/

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

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

/*** Images ***/

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

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.button {
	margin: 15px 0;
}

.photo {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}
.clear {
	clear: both;
}

/*** Links ***/

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

a:hover {
	color: #283f64;
	text-decoration: underline;
}

.fb-icon {
	float: right;
	padding-right: 10px;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
}

.icon {
	padding-top: 6px;
	float: right;
	padding-right: 15px;
}

