/*reset*/
html, body, div,span,applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #000000;
	text-align: center;
}

table, td, div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #ffffff;
}

#header {
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 0;
	height: 86px;
	background-image: url(images/top.jpg);
	border: 0px solid white;
}

#footer {
	width: 950px;
	margin: 0 auto 10px auto;
	padding: 0;
	height: 86px;
	background-image: url(images/bottom.jpg);
	border: 0px solid white;
}

#container {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(images/container.gif);
	background-repeat: repeat-y;
	text-align: left;
	border: 0px solid white;
	clear: both;
}

#nav {
	position: relative;
	float: left;
	top: 5px;
	left: 50px;
	background-image: url(images/navmiddle.jpg);
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	border: 0px solid white;
}

#nav ul {
	list-style-type: none;
	text-align: left;
	margin: 0 0 10px 20px;
	padding: 0;
}
#nav ul li {
	border-bottom: 2px solid #475769;
	width: 100px;
	padding: 7px 0;
	/*line-height: 30px;*/
}

#nav ul a, #nav ul a:link, #nav ul a:visited {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #cccc00;
	text-decoration: none;
	display: block;
}

#container #nav ul li a:hover, #nav ul a:active {
	color: #99CCCC;
}
#content {
	position: relative;
	float: right;
	top: 5px;
	right: 50px;
	width: 675px;
	border: 0px solid white;
}
.right {
	position: relative;
	float: right;
	width: 200px;
	margin: 0 0 0 15px;
}
#base {
	clear: both;
	font-size: 3px;
}
.folio img { padding: 3px; }
A:LINK {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #cccc00;
	text-decoration: none;
}

A:VISITED {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #cccc00;
	text-decoration: none;
}

A:HOVER {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #ff0000;
}

A:ACTIVE {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #ff0000;
}



/*  class="email"  */
A.email:LINK {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000099;
	text-decoration: none;
}

A.email:VISITED {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #0000cc;
	text-decoration: none;
}

A.email:HOVER {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #ff0000;
}

A.email:ACTIVE {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #0000ff;
}

em {
	color: #FF9966;
	font-style: normal;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt; /*px, pt, em.*/
	font-weight: bold;
	font-style: italic;
	color: #cccccc;
	margin: 0px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #cccccc;
	margin: 3px;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : normal;
	font-style:normal;
	text-align: center;
	color: #666666;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	margin: 0;
	padding: 0.3em;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: Bold;
	color : #666666;
	padding: 0.3em;
}