/**
 * STYLE SHEET COPYRIGHT 2009 CSS VALIDATION.COM.
 * http://www.cssvalidation.com
 *
 * DO NOT COPY THESE STYLES OR USE AN IMITATION DESIGN.
 *
 * Author: Matthew Holt
 * http://www.mwholt.com
 */

body {
	background: #EFEFEF;
	margin: 0px;
	padding: 50px 10px;
}

:active, :focus {
	outline-style: none;
}

div {
	font-family: "Hoefler Text", "Georgia", "Constantia",
		"Cambria", "Times New Roman", "Times Roman", serif;
	font-size: 12pt;
}

a {
	border-bottom: 1px solid #0077AA !important;
	color: #003366 !important;
	padding-bottom: 0px !important;
	text-decoration: none !important;
}

a:hover {
	border-bottom: 1px solid #CC0000 !important;
	color: #5D5D5D !important;
}

img {
	border: 0px;
}

div#Mainframe {
	background: #FFFFFF;
	margin: 0px auto;
	min-width: 950px;
	position: relative;
	width: 90%;
}

div#Container {
	margin: 0px auto;
	padding: 30px 70px;
	position: relative;
}

p, form, ol {
	color: #555555;
	font-family: "Hoefler Text", "Georgia", "Constantia",
		"Cambria", "Times New Roman", "Times Roman", serif;
	font-size: 12pt;
	line-height: 1.5em;
	letter-spacing: .05em;
	min-width: 800px;
	text-align: justify;
}

h1 {
	color: #333333;
	font-size: 20pt;
	font-variant: small-caps;
	margin-left: -15px;
}

h2 {
	color: #333333;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	margin: 30px 0px 20px -15px;
}

h3 {
	color: #333333;
	font-size: 12pt;
	margin: 30px 0px -5px 0px;
}

h4 {
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
	line-height: 3em;
	text-align: center;
}

tt {
	color: #000000;
	font-size: 10pt;
	margin: 0px 3px;
}

code {
	background-color: #DEEBF2;
	border-left: 1px solid #888;
	color: #000000;
	display: block;
	font-size: 8pt;
	line-height: 1.5em;
	margin: 15px 0px 15px 50px;
	padding: 5px 10px;
	width: 80%;
}

code.bad {
	background-color: #FED7D6;
	border: 1px dashed red;
}

dl {
	font-size: 12pt;
	line-height: 1.8em;
	margin-left: 30px;
}

dt {
	font-weight: bold;
}

dd {
	color: #444;
	font-size: 10pt;
	margin-left: 20px;
}

dd:before {
	content: "• ";
}

label {
	cursor: pointer;
}

h1#Title {
	font-family: "Times New Roman", "Georgia", "Constantia",
		"Times Roman", serif;
	font-size: 60pt;
	font-style: italic;
	font-variant: normal;
	margin: 0px 0px 0px -40px;
	text-align: left;
}

	h1#Title #CSS {
		color: #003366;
		font-style: italic;
		font-weight: normal;
	}
	
	h1#Title #Validation {
		color: #0099CC;
		font-style: italic;
		font-weight: bold;
	}
	
	h1#Title #TopNavigation {
		font-size: 10pt;
		font-style: normal !important;
		font-weight: normal !important;
		margin-top: 40px;
		position: absolute;
		right: 50px;
		width: auto;
	}
	
	a#TitleLink {
		border-bottom: none !important;
		color: inherit;
	}
	
	a#TitleLink:hover {
		border-bottom: 1px solid #CCCCCC !important;
	}

div#MainQuote {
	font-size: 25pt;
	font-style: italic;
	line-height: 2em;
	margin: 40px auto;
	text-align: center;
}

.centered {
	text-align: center;
}

.enhance {
	color: #000000;
	margin: auto 5px;
}

.uniformBlockLinks {
	text-align: center;
}

	.uniformBlockLinks a {
		background-color: #EEEE99;
		border: none;
		color: #54461C;
		display: inline-block;
		line-height: 1.5em;
		margin: 5px 10px;
		padding: 30px 0px;
		vertical-align: middle;
		width: 220px;
	}

.uniformBlockLinks a:hover {
	background-color: #EEEE77;
	color: #333333;
}

#Copyright {
	display: block;
	font-size: 8pt;
	font-family: "Arial", "Tahoma", "Verdana", sans-serif;
	padding: 10px 0px;
}

.Warning {
	background: #CC0000;
	color: #FFFFFF;
	margin: 0px 2px;
	padding: 2px;
}

.Notice {
	background: #0000BB;
	color: #FFFFFF;
	margin: 0px 2px;
	padding: 2px;
}

.Success {
	background: #008800;
	color: #FFFFFF;
	margin: 0px 2px;
	padding: 2px;
}

.floatLeft {
	float: left;
	text-align: left;
	width: auto;
}

.floatRight {
	float: right;
	text-align: right;
	width: auto;
}

.Centered {
	text-align: center;
}

.BlockCentered {
	position: relative;
	margin: auto;
}

.DisplayBlock {
	display: block;
}

.Shadow {
	background-image: url("./examples/previews/shadow.png");
	background-repeat: no-repeat;
	width: 836px;
	height: 236px;
	position: relative;
	margin: 0px auto;
}

.Shadow a {
	position: relative;
	top: 16px;
	left: 16px;
	border: 0px !important;
}

.u {
	text-decoration: underline;
}

.Indent {
	text-indent: 30px;
}

.Smaller {
	font-size: small;
}

.PadBottom {
	padding-bottom: 20px;
}

.Form td {
	padding-bottom: 10px;
	padding-right: 15px;
}

.Form input[type="submit"] {
	font-weight: bold;
}
