/* CSS Document */

body {
	letter-spacing: 0px;
	background-image: url(images/bgstriped.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#Content {
	position:absolute;
	left:313px;
	top:267px;
	width:239px;
	height:322px;
	z-index:1;
}

p, ul, ol {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e7d7b;
	text-align: justify;
	list-style-type: disc;
	list-style-position: outside;
}

textarea, select, button, input  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e7d7b;
	letter-spacing: 0px;
	line-height: 16px;
	border: #E7F1F0 1px solid;
	background-color: #E7F1F0;
}

h1 {
	font-weight: normal;
	color:#DD9C31;
	font-family: Rockwell, "Monotype Corsiva", "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	background-image: url(images/line.png);
	background-repeat: repeat;
	background-position: center;
	line-height: 20px;
	text-transform: uppercase;
	padding-left: 20px;
	letter-spacing: 1px;
}


h2 {
	font-weight: bold;
	color:#DD9C31;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 20px;
	text-align: right;
}


.date {
	font-weight: normal;
	color:#b3bdb7;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 20px;
	padding-right: 30px;
	text-align: right;
}

blockquote {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-style: solid;
	background-image: url(images/lightbluebg.jpg);
	border-color: #E7F1F0;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #7e7d7b;
	text-align: justify;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

.credits {
	text-align: center;
}

em, i {
	color: #35CAC2;
}

a, a:link, a:active, a:visited {
	color:#E3AE57;
	font-size: 11px;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:hover {
	color:#DD9C31;
	font-size: 11px;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}


img {
	border-color: #FAF6CB;
}	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}