BODY {
	margin:0px;
	font-family:Arial;
	font-size:12px;
	background:url('../images/background-top.gif');
	background-position:top center;
	background-repeat:no-repeat;
	height:837px;
	background-color: #a9cde7;
}

HTML 
{
	height:100%;
}

#BackgroundContainer
{
	width:774px;
	height:100%;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
	margin:0 auto;
	position:relative;
	background:url('../images/background.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
}


#BackgroundContainer #LeftString
{
	width:3px;
	height:50%;
	background:url('../images/string.gif');
	position:absolute;
	left:190px;
}

#BackgroundContainer #RightString
{
	width:3px;
	height:50%;
	background:url('../images/string.gif');
	position:absolute;
	left:610px;
}

#Container {
	
  position: absolute;
  left:50%;
  top:40%;
  margin-left:-349px; 
  margin-top:-190px;
	
}

#Menuitems
{
	clear:both;
	margin-left:152px;
	padding:0px ;
	width:500px;
	margin-top:0px;
	height:32px;
}

#Menuitems IMG{
	float:left;
	margin-right:4px;
}

#Top {
	clear:both;
	margin:0px;
	padding:0px;
	height:41px;
}
#Top IMG 
{
	display:block;
}

#Middle {
	clear:both;
	background:url('../images/middle.gif');
	height:275px;
	margin:0px;
}

#ContentContainer {
	margin:0px 17px 0px 16px;
	width:665px;
}


#ContentContainer #Left {
	width:330px;
	background:#ffffff;
	float:left;
	margin-right:5px;

}

#ContentContainer #Main {
	width:665px;
	background:#ffffff;
	float:left;
	margin-right:5px;

}

#ContentContainer .Border {
	background:url('../images/border.gif');
	background-repeat:repeat-x;
	height:1px;
	line-height:0px;
	font-size:1px;
	margin-top:0px;
}

#ContentContainer .Border .Right { 
	background: #FF99FF url('../images/rightborder1.gif');
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:right; 
	
}
#ContentContainer .Border .Left { 
	background:url('../images/leftborder.gif');
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:left;
}

#ContentContainer .Border .ContentLeft_Left { 
	background:url('../images/leftborder2.gif');
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:left;
}

#ContentContainer .Border .ContentLeft_Right { 
	background:url('../images/rightborder2.gif');
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:right;
	
}


#ContentContainer .BlockContent { 
	margin:0px;
	padding-left:7px;
	padding-top:7px;
	padding-bottom: 7px;
	height:250px;	
}


#ContentContainer .BlockContent IMG {
	margin: 0px;
	padding:0px;
	float:left; 	
	
}

#ContentContainer #images { 
	margin:5px; 
	padding:0px; 
	
}

#ContentContainer .BlockContent .header { 
	margin:0px;
	padding:10px 0px;
	
}

#ContentContainer .BlockContent P { 
	margin:5px 0px;
	padding:10px 5px 0px 59px;
}

#ContentContainer .BlockContent P A { 
	color:#000000;
	
}

#ContentContainer .BlockContent UL { 
	margin:5px 0px;
	padding:0px 5px 0px 59px;
	
}

#ContentContainer .BlockContent UL A { 
	color:#39b44a;
	
}
	

#ContentContainer .BottomBorder {
	background:url('../images/bottomborder.gif');
	background-repeat:repeat-x;
	height:1px;
	line-height:0px;
	font-size:1px;
}

#ContentContainer .BottomBorder .Right { 
	background:url('../images/rightborderbottom.gif');
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:right;
	
}
#ContentContainer .BottomBorder .Left { 
	background: #FFFFFF url('../images/leftborderbottom.gif');
	background-repeat:no-repeat;
	height:10px;
	width:320px;
	float:left;
}

#ContentContainer #Right {
	width:330px;
	background:#ffffff;
	float:left;

}

#ContentContainer .BottomBorder .ContentbottomRight_Right { 
	background:url('../images/bottomright2.gif');
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:right;
	
}
#ContentContainer .BottomBorder .ContentbottomRight_Left { 
	background:#FFFFFF url('../images/bottomleft2.gif');
	background-repeat:no-repeat;
	height:10px;
	width:320px;
	float:left;
}


#Bottom {
	clear:both;
	margin:0px;
	padding:0px;
	height:17px;
}
