body {
	text-align: center;
	min-width: 760px;
	background-color: black;
	color:#999999;
}

a.links_page:link{color:white;text-decoration: none; font-size: 20px;}
a.links_page:active{color:white;}
a.links_page:visited{color:white;}
a.links_page:hover{color:#999999;}

a.main{color:#888888;text-size:10px;text-decoration:none;}
a.main:hover{color:lightblue;text-size:10px;}

div#wrapper {
		margin: 0 auto;
		margin-top: 10px;
		border: 1px solid #ffffff;
		width: 760px;
		background-position: bottom right;
		background-repeat: no-repeat;
		
}

html>body div#wrapper {
		height: 100%;
		min-height: 600px;
}

img.thumb_image { 
  width: expression(this.width > 75 ? 75: true);
}

ie_image { 
	height: expression(this.height > 300 ? 300: true); 
	width:400px;
}
   
div.logo {
		float: left;
		height: 494px;
		position: relative;
		top: -10px;	
		margin-bottom: -10px;
		width: 200px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background-position: center;
		background-repeat: no-repeat;
		overflow: scroll;
		overflow-x:hidden; 
		background-color:black;
}

html>body div#logo {
		height: 100%;
		min-height: 394px;
}

h2 {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #ffffff;
		font-weight: bold;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border:0px;
		border-color:white;
		border-style:solid;
		text-align: right;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: underline;
}


h1 {
		color: #bbc6b6;
		font-weight: bold;
		font-size: 15px;
}
div#content {
		text-align: left;
		padding: 0px 15px 15px 15px;
		float: right;
		width: 525px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: normal;
		border:0px;
		border-style:solid;
		border-color:white;
}

html>body div#content {
		min-height: 500px;
		height: 100%;
}

div#topbar {
		height: 75px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 10px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
		background-color: #696969;
}

div#menu {
		float: right;
		width: 760px;
}

div#menu A {
		display: block;
		width: 125px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #998c84; 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #423433;
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}