/* hide from ie5 mac \*/
html {
  
  min-height:100%;
  
width: 100%;
height: 100%;


}

/* end hide */
body {
 
  width:100%;
  height:100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFFF;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.75em;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5;
  text-align:left;
  
}

b{
color:#000000;
}
p {
	line-height:1.5;
	color:#999999;
}
h2 {
	font-size:2em;
	margin:0 0 10px;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.4;
}


#main{
	
	float:left;
	background-color: #FFFFFF
	width: 580px;	
	min-height: 100%;
	margin-bottom:-100px;
	
}
#header{
	width:580px;
	height:100px;
	background-color:#1293a9;
	
}
#top-divider{
	width:580px;
	height:4px;
	background-color:#000;
	background-image: url(/interface/images/blue.gif);
	background-repeat: repeat-x;
	margin-bottom:20px;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
margin-bottom:20px;
background:url(/interface/images/formbg.gif) repeat-x left top;
}

#divider{
	width:5px;
	height:100%;

	background-image: url(/interface/images/shadow.gif); 

}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

ul li {
background:transparent url(/interface/images/arrow.gif) no-repeat scroll 0 5px;
margin:0 0 5px;
padding-left:12px;
}

#holder{
	width:580px;
	height:217px;
	padding-left:20px;
	background-color: #CCCCCC;
}

.star{

background:transparent url(/interface/images/star.png) no-repeat scroll 0;
width:18px;
height:17px;
float:left;

}

#content{
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:540px;
	padding-top:20px;
	background-color:#FFFFFF;
	
}
#bottom-divider{
	
	width:580px;
	height:4px;
	background-color:#000;
	background-image: url(/interface/images/green.gif);
	background-repeat: repeat-x;
}
#footer{


background-color:#a7cc00;
height:100px;
width:580px;

}
img{
border:0;
margin:0;
padding:0;
}


