/*Main css*/
html,body {
	height: 100%;
	background-color:rgb(0,0,0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color:#333333;
	margin: 0;
	padding: 0;
}
#container {
	position:relative;
	margin:auto;
	text-align: left;
	width:800px;
	height:100%;
}
#top {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:183px;
	background:url(images/top.gif) no-repeat;
}
#bottom_left {
	position:absolute;
	left:0px;
	top:184px;
}
#bottom_left_content {
	background-color:rgb(59,68,74);
	color:black;
	text-align:center;
}
#bottom_right {
	position:absolute;
	right:0px;
	top:184px;
}
#bottom_right_content {

}
/*design-specific tweaks*/
#menu { padding-top:22px; padding-left:210px; }

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra pretties*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color:rgb(63,193,194);
  text-decoration: underline;
}
a:link, a:visited, a:active {
  color:rgb(63,193,194);
  text-decoration: none;
}
a:hover {
  color:rgb(235,150,38);
  text-decoration: underline;
}
h1 {
  color:rgb(235,150,38);
  font-weight: bold;
  font-size: 1.8em;
}

h2 {
  color:rgb(235,150,38);
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
}
h3 {
  color:rgb(75,104,127)
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-align:left;
}
h4 {
  color:rgb(75,104,127)
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  text-align:left;
}
p {
  color:rgb(63,193,194);
  font-weight:regular;
  font-size: 14px;
  text-align:justify;
  padding: 15px;
  margin:8px;
}
p.center_text {
  color:rgb(63,193,194);
  font-weight:regular;
  font-size: 14px;
  text-align:center;
  margin:8px;
}
p.indent{
  color:rgb(63,193,194);
  font-weight:regular;
  font-size: 14px;
  text-align:justify;
  margin-left:20px;
}
p.italic_bold{
color:rgb(63,193,194);
font-weight:bold;
font_style:italic;
font-size: 14px;
text-align:justify;
margin-left:5px;
}
p.italic{
color:rgb(63,193,194);
font-style:italic;
font-size: 14px;
text-align:justify;
margin-left:5px;
}
li {
  list-style-type: disc;
}
img { padding:3px; background:#e6e5e5; }
.code { font-family:"Courier New", Courier, monospace; color:#006699; background-color:#dadada; padding:2px; }
.code2 { font-family:"Courier New", Courier, monospace; color:#009900; background-color:#dadada; padding:2px; }