html,body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#ffffff;
 margin:0 auto;
 height:100%;
 text-align:left;
 width:1150px;
}

.small_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;	
}

a:link     { color:#00aeef; text-decoration: none; cursor: pointer;}
a:active   { color:#00aeef; text-decoration: none; cursor: pointer;}
a:visited  { color:#00aeef; text-decoration: none; cursor: pointer;}
a:hover    { color:#00aeef; text-decoration: none; cursor: pointer;}

p { height:15px;}

img
{
	margin:0px;
	vertical-align: middle;"
}

#header {
	width:1149px;
	height:100px;
	z-index:2;
	position: relative;
	left: -15px;
}

h1 {
	margin: 0px;
}

.content_head
{
	width:1149px;
	background-image:url(border_top.png);
	background-repeat:no-repeat;
	height:25px;
}

.content
{
	width:1149px;
	min-height:500px;
	background-image:url(border_middle.png);
	background-repeat:x;
	padding-bottom:9px;		
}

.content_outer
{
	padding:9px;
}

.content_outer_head
{
height:40px; 
background-color:#febc30;
padding-left:9px;	
}

.content_outer_body
{
width:850px;
padding-left:9px;	
}

.content_inner_head
{
	background-color:#eae8e9;
	border-bottom:1px solid #00b4eb;
	line-height:30px;
	margin-left:9px;
	padding-left:9px;	
	margin-right:9px;
	font-weight:bold;
}
.content_inner_body 
{

	margin: 10px;
	padding: 10px;
}

.content_duration
{
	margin-right:18px;
	font-weight:bold;
	float:right;
}



.footer
{
	width:1150px;
	background-image:url('border_bottom.png');
	background-repeat:no-repeat;
	height:25px;
	padding-left:20px;
	
}

.headline
{
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	text-align:center;
	position: relative;
	top: 2px;
}




