﻿* { margin: 0; padding: 0; }		
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #757575;
}
#bg {
	background-color: #000000;
}

#container {
	position:relative;
	width: 100%;
	height: 100%;
	border-top:0px;
	top:0px;
	float:left;
}
#masthead {
	position:inherit;
	width: 100%;
	padding:0px;
	height:99px;
	margin:0px;
	border:0px;
	top:0px;
	overflow: visible;
	text-align: right;
	background-image:url('../images/logo2.png');
	background-position:left -7;
	background-repeat:no-repeat;
}
#masthead a {
	border:0px;
}

#pinstripe {
	position:inherit;
	width: 750px;
	padding:0px;
	height:auto;
	margin:0px;
	border:0px;
	top:0px;
	overflow: visible;
	text-align: right;
	background-image:url('../images/pin_stripe.gif');
	background-position:left top;
	background-repeat:repeat-x;
}

#page_content {
background-image:url('../images/pin_stripe.gif');
background-repeat:repeat-x;
background-position:0px center;
}
/*flashcontrol*/
#flashcontainer{
position: relative;
	margin:75px auto auto 0px;
	padding:0px;
	overflow: visible;

}
#flashposition{
	position:absolute;
	margin:75px auto auto 100px;
}


#flashphoto{
	position:relative;
	width: 100%;
	padding:0px;
	height:auto;
	margin:0px;
	border:0px;
	margin:75px auto auto 0px;
	overflow: visible;
	float:left;
}

#httable{
	position:absolute;
	width: auto;
	padding:0px;
	height:auto;
	margin:0px;
	border:0px;
	top:0px;
	overflow: visible;
}


#sidebar {
	position: relative;
	float: left;
	width: 140px;
}
#content {
	margin-left: 120px;
	padding: 10px;
	letter-spacing:3px;

}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font:small-caption;
	font-family: Arial, Helvetica, sans-serif;
}
#caption {width:460;
padding-top:15;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
/* Styles for Navigation */
#liSub {
	font-size: smaller;
	color:#FFFFFF;
}

#liSub a{
	font-size: smaller;
	color:#FFFFFF;
}

#sidebar {
	color:#FFFFFF;
	letter-spacing:3px;
	font-size:medium;
	position:relative;
	margin-top: 15px;
	padding: 0;
	border: 0;
	height: auto;
	top:0px;
	vertical-align:top;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align:center;
}
#sidebar li {
	display: block;
	height:auto;
}
#sidebar a {
	font-size: small;
	font-weight: lighter;
	text-decoration: none;
	color: #757575;
	padding: 0PX;
	display: block;
	letter-spacing:3px;
	vertical-align:middle;
}
#sidebar a:hover {
	font-weight:lighter;
	text-decoration: none;
	color: #FFFFFF;
}
#li2 {
	font-size:small;
	color:#757575;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #393939;
}
a:hover {
	color: #FFFFFF;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}