/* edge.css */

body,table,div,img,td
{
	margin:0px;
	padding:0px;
	border:0px;
}

html,body {height: 100%;} 
object { outline:none; }
.center { text-align:center; }
.right { text-align:right; }
.bold {	font-weight:bold;color:#fff; }
.clear { clear:both; }
.small {font-size:12px;color:#ccc;}

a,a:link,a:visited
{
  color:#00ffff;
  text-decoration:none;
}

a:hover
{
  color:#00ffff;
  text-decoration:underline;
}

body 
{
	background-color:#000510;	
	font-family:arial,sans-serif;
	font-size:12px;
	color:#ddd;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
background-position:top center;
}

.container 
{
  width:900px;
  margin:0px auto 0px auto;
}

.banner_top
{

height:124px;
}

.main
{
width:900px;
}

.sidebar
{
width:200px;
float:left;
}

.sidebar_top
{
width:200px;
height:403px;
}

.sidebar_main
{
width:170px;
margin:0px 10px;
padding:1px 5px;
font-size:11px;
}



.content_outer
{
width:695px;
float:right;
}

.content_banner
{
width:695px;
height:154px;
background-image:url('images/content-banner.png');
background-repeat:no-repeat;
margin-bottom:7px;
}

.content
{
width:675px;
padding:5px 10px;
background-image:url('images/content-bg.png');
background-repeat:no-repeat;
}

.content_under
{
width:695px;
background:purple;
background-image:url('images/content-under.png');
background-repeat:repeat-y;
}

.content_bottom
{
width:695px;
height:10px;
background-image:url('images/content-bottom.png');
background-repeat:no-repeat;
}


.footer
{
width:675px;
margin:auto;
padding:10px;
font-size:12px;
text-align:center;
}

.bannertoptable
{
margin:0 8px 0 auto;
width:679px;
}

table.homepage_features td
{
width:50%;
padding:5px 10px;
font-size:12px;
}

table.homepage_features .title
{
font-size:14px;
font-weight:bold;
font-style:italic;
border-bottom:dotted 1px #55f;
padding-bottom:2px;
}

h1
{
font-size:20px;
font-style:italic;
padding:3px 5px;
background:#001;
border:solid 1px #113;
}

h2
{
font-size:17px;
border-bottom:solid 1px #44a;
}

h3
{
font-size:15px;
font-style:italic;
border-bottom:dotted 1px #44a;
padding-bottom:2px;
color:#aaf;
}

.sidebar_main h2
{
font-size:13px;
font-style:italic;
margin:3px 0;
}

.formtable td
{
padding:3px 5px;
}
.formtable .fieldlabel
{
text-align:right;
}
.formtable .fieldinput input.text
{
width:300px;
}

.source
{
text-align:right;
color:#aad;
font-style:italic;
font-size:11px;
}