/*
	REDEFINED HTML CLASSES
*/

body {
	font-family: Verdana;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-bottom: 0px;
}
p {
	font-size: 11px;
	line-height: 16px;
}
a {  color: #333333}
ul {
	margin-left: 16px;
	margin-top: 0px;
}
li {
	font-family: Verdana;
	font-size: 11px;
	color: #333333; 
	list-style-position: outside;
	list-style-type: square;
	border: 0px #CCCCCC dotted;
}
li a {
	color: #888888;
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
	color: #666666;
}
img {
	border: 0px;
}
/*
	CUSTOM CLASSES
*/
.breadcrumbs {
	font-size: 11px;
	color: #666666;
}
.breadcrumbs a {
	color: #888888;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: #333333;
}
.caption {
	font-family: Georgia;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}
.greyBg {
	background-color: #999999;
}
.homeLink {
	left: 8px;
	top: 8px;
	clip: rect();
	height: 19px;
	width: 19px;
	position: absolute;
	z-index: 100;
}
.image {
	border: 1px #999999 solid;
	padding: 10px;
}
.roles {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
/*
	BLOGGER CUSTOM CLASSES
*/
.blog {
float: right;
	width: 480px;
}
.blog a {
	color: #1B4D7E;
}
.blog a:visited {
	color: #402277;
}
.blog a:hover {
	color: #2975C0;
}
.blog h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #990000;
}
.blog .entry {
	margin-bottom: 14px;
}
.blog .entry .anchor {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 1px;
}
.blog .entry .content {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 5px;
}
.blog .entry .details {
	color: #666666;
	font-size: 10px;
}
.blog .entry .details a {
	color: #666666;
	text-decoration: none;
}
.blog .entry .details a:hover {
	text-decoration: underline;
}
.blogArchives {
	width: 140px;
}
.blogArchives h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.blogArchives li {
	color: #666666;
}
.thumbnail {
	font-size: 11px;
	color: #666666;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.thumbnail img {
	margin-bottom: 6px;
}
.gallery {
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 12px;
}
.gallery img {
	margin-bottom: 10px;
}
