/* CSS Document */

/*MAIN ELEMENTS ALL PAGES*/
body {
	background-color: #333333;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 110%;
}
#main { /*wrapper*/
	background-image: url(images/bckgnd-index.jpg);
	height: 1100px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center 30px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	background-color: #000;
	position: relative;
	top: 0px;
}
#nav {
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	z-index: 99;
	background-color: #000;
}

.Header_Title {
	text-transform: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-align: center;
	vertical-align: top;
}
.header_subtxt {
	text-transform: none;
	color: #E6E6E6;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: 300;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*padding-left: 270px;*/
	word-spacing: normal;
	text-align: center;
	letter-spacing: .1em;
}
.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12 {
	text-align: center;
	font-size: 12px;
	color: #CB0C15;
}
li {
	list-style-type: none;
}
.redhighlight {
	font-weight: bold;
	color: #ff0000;
}
.pagetitle {
	font-weight: bold;
}
a:link {
	font: normal 10pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font: normal 10pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	font: normal 10pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
	background: #0000FF;
}

a:visited {
	font: normal 10pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #6699CC;
	text-decoration: underline;
}
.quote {
	font-style: italic;
}
.mssgformtxt {
	text-transform: none;
	color: #999999;
	text-decoration: none;
	padding: 0ex;
	margin-top: 2ex;
	margin-right: 2ex;
	margin-bottom: 2ex;
	margin-left: 2ex;
	font: normal 11pt/normal Arial, Helvetica, sans-serif;
}
.vcard{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
a.vcard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:underline;
	}
.tags a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
	text-align: center;
}
#footer {
	background-color: #999;
	height: 165px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 8;
	top: 135px;
	bottom: 0px;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	text-align: center;
}
#footer a {
	font-size: 100%;
}

