/* Element Styles */

BODY {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 10pt;
 	color: #0900B1;
	background-color: #EBEBEB;
	margin: 0 auto;
} 

TEXTAREA,INPUT{
	font-family: Verdana, Arial, sans-serif;
	font-size:1em;
}

H1{
	font-size: 1.5em;
	padding-left: 5px;
	margin-top:0;
}

P{
	padding-left:5px;
	padding-right:5px;
}



/* Layout Styles */

#container{
	width:100%;
}

#header{
	/*width:100%;*/
	background-image: url(imgs/h_strip.jpg);
	background-repeat: repeat-x;
	height:115px;
	position:relative;
}

#menucontainer{
	width:100%;
	background-color: #EBEBEB;
	height:65px;
	position:relative;
  margin-top:-5px;
}

#menu{
	margin-left:100px;
	height:65px;
	width:700px;
	position:relative;
}

#contentContainer{
	width:1000px;
	clear:both;
}

#leftContainer{	
	margin-left:100px;
	width:600px;	
	position:absolute;
	margin-bottom:0px;
	margin-top:0px;
	float:left;
	background-color: #FFF;
}

#leftHead{
	position:relative;
	top:0;
	left:0;
	background-image: url(imgs/l_h_strip.jpg);
	height:25px;
	width:600px;	
	z-index:10;
}

#leftFoot{
	position:relative;
	bottom:0;
	left:0;
	background-image: url(imgs/l_f_strip.jpg);
	height:60px;
	width:600px;	
	z-index:10;
}

#leftContent{
	background-color: #FFF;
	width:600px;	
}

#rightContainer{	
	margin-left:10px;
	width:250px;
  height:175px;
	position:absolute;
	margin-bottom:10px;
	margin-top:0px;
	float:left;
	background-color: #FFF;
  left:710px;  
  color:#000;
  background-image: url(imgs/right-back.jpg);
}

#rightHead{
	position:absolute;
	top:0;
	left:0;
	background-image: url(imgs/r_h_strip.jpg);
	height:25px;
	width:250px;	
	vertical-align: middle;
}

#rightFoot{
	position:absolute;
	bottom:0;
	left:0;
	background-image: url(imgs/r_f_strip.jpg);
	height:25px;
	width:250px;	
	z-index:10;
}

#rightContent{
	background-color: #FFF;
	height:200px;
	width:250px;	
}

#rightContainerLower{	
	margin-left:10px;
	width:250px;	
	position:absolute;
	margin-bottom:40px;
	margin-top:0px;
	float:left;
	background-color: #FFF;
  left:710px;
  top:380px;
}

#rightHeadLower{
	position:absolute;
	top:0;
	left:0;
	background-image: url(imgs/r_h_strip.jpg);
	height:25px;
	width:250px;	
}

#rightFootLower{
	position:absolute;
	bottom:0;
	left:0;
	background-image: url(imgs/r_f_strip.jpg);
	height:25px;
	width:250px;	
}

#rightContentLower{
	background-color: #FFF;
	height:200px;
	width:250px;	
}

#footerbox{
	position: fixed;
  height: 30px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
	background-image:url(imgs/f_strip.jpg);
	background-repeat:repeat-x;
  margin: auto;
  clear:both;
	z-index: 50;
}

.clearfloats{
	clear: both;
}




/* menu Styles    */

#menu A{
	width:81px;
	background-image: url(imgs/tab.jpg);
	background-repeat: no-repeat;
	height:40px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	float:left;
	display: block;
	text-decoration: none;
}

#menu A:hover, .tabselected{
	width:81px;
	background-image: url(imgs/tab_over.jpg);
	background-repeat: no-repeat;
	height:60px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;	
	float:left;
	display: block;
	text-decoration: none;
}

/* image styles  */

IMG{
	border: 0;
}

.picright{
	margin-left:5px;
	margin-right:5px;
	float:right;
}

.picleft{
	margin-left:5px;
	margin-right:5px;
	float:left;
}

.bullet{
	list-style-image: url(imgs/bullet.gif);
}

/* Form styles */

.formleft{
	text-align:right;
  font-weight: bold;
	padding-right:5px;
}

.formright{

}

/*  Link Styles  */

A,A:visited{
	color: #0900B1;	
	text-decoration: underline;	
}

A:hover{
	color: #0900B1;
	text-decoration: none;
}

.logo{
	/*margin-left:100px;
	margin-top:20px;*/
}
