body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* **************** CONTENT OBJECTS ***************** */

/* ====== Default spacing ====== */

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote {
	padding:0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6, img {
	padding-bottom:0px;
}
pre {
	margin: 10px;
}
table h1, table h2, table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl,  ul h1, ul h2, ul h3, ul h4, ul h5, ul h6, ul p, ul ul, ul ol, ul dl,  ol h1, ol h2, ol h3, ol h4, ol h5, ol h6, ol p, ol ul, ol ol, ol dl {
	padding:0;
}
/* ====== Elements ====== */

img {
	display:block;
}
img.message {
	padding:0px 0px 0px 0px
}
.main img {
	float:right;
	padding:0px 0px 20px 10px;
}
img.left {
	float:left;
	margin-right:12px;
}
img.right {
	float:right;
	margin-left:12px;
}
img.staff {
	padding:0px 0px 0px 20px;
}
.message-img {
	padding-left:60px;
}
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}
hr {
	border: 5px solid #e2e2e2;
	border-width: 0 0 5px 0;
	margin: 20px 10px 10px 10px;
}
code {
	color:#0B8C8F;
}
.right {
	float:right;
}
.left {
	float:left;
}
.textR {
	text-align:right;
}
.textL {
	text-align:left;
}
.clearR {
	clear:right;
}
.clearL {
	clear:left;
}
.top25 {
	padding-top:25px;
}
.top5 {
	padding-top:5px;
}

.top15 {
	padding-top:15px;
}
.top45 {
	padding:45px 0px 0px 0px;
}
.bottom25 {
	padding: 0px 0px 25px 0px;
}
.left20 {
	padding-left:20px;
}
.dottedBottom {
	border-bottom:dotted #444 3px;
	padding-bottom:15px;
}
/* ====== Headings ====== */

/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */

h1, .h1 {font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;	font-weight:bold;	font-size:105%; color:#400000; padding-bottom:10px;}
h2, .h2 {font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;	font-size:10pt;	padding-bottom:2px;	color:#400000;}
h3, .h3 {font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;	font-size:9pt; color:#B67701;	line-height:13pt;}
h4, .h4 {
	font-size:120%;
	font-weight:normal;
	font-style: normal;
	color: #ddd;
}
h5, .h5 {
	font-size:108%;
	font-weight:bold;
	font-style: normal;
	color:#ccc;
}
h6, .h6 {
	font-size:90%;
	font-weight:normal;
	font-style:normal;
	color:#333;
}


/* ====== TEXT SPECIFICS ====== */

p {
	margin:0 0 1.0em 0;
	line-height:25px;
	font-size:90%;
	width:auto;
	padding:0px;
	text-align: justify;
	color:#000;
}

.tightLS {
	line-height:1.25em;
}
.welcome p {
	line-height:23px;
}
.bigYellow {
	color:#FC0;
	letter-spacing:-1px;
}
.white {
	color:#fff;
}
.yellow {
	color:#FC0;
}
.grey {
	color:#ccc;
}
.homeBig {
	font-size:190%;
	margin:0px 0px 14px 0px;
}
.text90 {
	font-size:80%;
}
.caption {
	font-size:80%;
	padding:2px 0px 5px 0px;
	color:#ccc;
	line-height:13px;
}
.underline {
	border-bottom:1px solid #fff;
	margin-bottom:5px;
}
.events p {
	margin:0px;
	padding-left:0px;
	font-size:90%;
}
.underlineText {
	text-decoration:underline;
}

/* links */

h3 a {
	color: #3399cc;
	text-decoration:inherit;
	font-weight:normal;
}
h3 a:visited, a.visited {
	color: #3399cc;
	text-decoration:inherit;
}
h5 a {
	color:#ccc;
	font-weight:normal;
}
h5 a.visited, a:visited {
	color:#ccc;
}
a img {
	border:0px;
}

a {
	color: #600;
	font-weight:bold;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
}

a:visited {
	color:#39c;
}
/* ====== Lists ======*/

/* numbered list */

ul.simpleList {
	padding:0px 0px 0px 25px;
	margin:5px 0px 5px 20px;
	color:#fff;
	font-size:90%;
}
ul.simpleList li {
	list-style: url(../images/common/bullet.gif) outside none;
}
ol.simpleList li {
	list-style-type: decimal;
	margin-left:40px;
}
/* standard list */

.navigation li a:hover, a.hover {
	color:#fff;
	text-decoration:none;
}
.navigation ul {
	padding:0px;
	margin:0px;
}
.navigation li {
	padding:0px 25px;
	margin:0px;
	list-style:none;
	font-size:120%;
	color:#400000;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.navigation li a {
	color:#400000;
	font-weight:bold;
	letter-spacing:-1px;
}
/* ====== Tables ====== */

table {
	color:#fff;
	margin-left:20px;
}
th, td {
	vertical-align:top;
	border:0px;
	padding-bottom:15px;
}
.txtC, .data .txtC td, .data .txtC th {
	text-align:center;
}
.txtL, .data .txtL td, .data .txtL th {
	text-align:left;
}
.txtR, .data .txtR td, .data .txtR th {
	text-align:right;
}
.txtT, .data .txtT td, .data .txtT th {
	vertical-align:top;
}
.txtB, .data .txtB td, .data .txtB th {
	vertical-align:bottom;
}
.txtM, .data .txtM td, .data .txtM th {
	vertical-align:middle;
}
.data th, .data td {
	padding:3px 20px;
}
.data thead tr {
	background-color: #fff0f8;
}
.data th {
	color: #000;
	font-weight:bold;
}
/* specification table - extends data table */

.spec {
	padding:10px;
}
.spec table {
	border-top: 1px solid #e2e2e2;
	border-bottom-color:#fff;
	border-left:none;
	border-right:none;
}
.spec th, .spec td {
	border:1px solid #e2e2e2;
	border-width: 1px 0;
	padding-left:0;
}
.spec .odd, .spec .even {
	background-color: #fff;
}
.footer table {
	color:#ccc;
}
.footer table p {
	margin:0px;
	font-size:95%;
	color:#ddd;
}
.footer table p a {
	color:#999;
	text-decoration:none;
	font-weight:normal;
}
.footer table p a:hover, a.hover {
	color:#fff;
	text-decoration:none;
}
.footer table p a:visited, a.visited {
	color:#999;
}
/* ====== blockquote ====== */

blockquote {
	margin:0 30px 0.6em 30px;
}
blockquote p {
	line-height:16px;
}
/* ====== random attributes ======*/

.opacity50 {
	opacity:0.5;
	filter: alpha(opacity=50);}
	
.white {
	color:#fff;
}

.direction{clear:left; padding:20px 0px 400px 200px;}
