/* Tag Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #000000;
	text-align: justify;
}

a:link, a:visited {
	color: #0066CC;
}
	
a:hover {
	color: #000066;
}

/* Template Layout Styles */

#container {
	width: 960px;
	height: auto;
	background-image: url(../images/index_background.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#header {
	display: block;
	width: 720px;
	height: 165px;
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 0px 0px 240px;
}

#leftcontent {
	display: block;
	float: left;
	width: 210px;
	height: 335px;
	color: #FFFFFF;
	background-image: url(../images/index_leftcontent.jpg);
	background-repeat: no-repeat;
	padding: 30px 0px 0px 30px;
	text-align: right;
}

#leftcontent a:link, #leftcontent a:visited {
	color: #FFCC33;
}

#leftcontent a:hover {
	color: #FF9900;
}

#content {
	display: block;
	float: left;
	width: 420px;
	min-height: 335px;
	background-image: url(../images/index_content.gif);
	background-repeat: no-repeat;
	padding: 30px;
}

#rightcontent {
	display: block;
	float: left;
	width: 175px;
	padding: 30px;
}

#footer {
	display: block;
	clear: both;
	width: 660px;
	height: 25px;
	font-size: 11px;
	background-image: url(../images/index_footer.gif);
	background-repeat: no-repeat;
	padding: 25px 30px 0px 270px;
	text-align: left;
}

#footer a:link, #footer a:visited {
	color: #666666;
}

#footer a:hover {
	color: #FFFFFF;
}


#contactinfo {
	padding: 10px 30px 0px 0px;
}

/* Navigation Links */

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	list-style-type: none;
}

#nav a:link, #nav a:visited  {
	display: block;
	height: 21px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 30px 3px 5px;
	background-image: url(../images/index_navback.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #C30000;
	text-align: right;
}

#nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#nav a:active {
	color: #FFFFFF;     
}

/* Text Styles */

#pageheading_samples {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 15px;
	padding: 10px 20px 10px 20px;
}

.pageheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 15px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E91518;
}

.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bullets {
	font-size: 10px;
}

.captions {
	font-size: 10px;
}
