/* Beta Blue */

html{
	margin: 0;
	padding: 0;
}

body {
font-family: arial, helvetica, sans-serif;
background-color: #707070;
text-align: center;
}



#container 
{
position : relative;
margin: 0 auto;
width: 850px;
height: 3700px;
padding: 1px;
text-align: left;
background-color: #ffffff;
border: 2px solid #ffffff;

}

.bluecontent {
 	height : 80px;
	background: url(../pics/blue.png);
	padding: 0px 15px 0px 15px;
	
}


.header
{
  height : 30px;
  padding: 0px 10px 0px 10px;
 
}

#menu 
{
	padding-top: 0px;
	width: 820px;
	text-align: center;
	word-spacing: 86px;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #ffffff;
}



.greybox {
  /* background: #b7b7b7; */
   background: #a9a9a9; 
}
.greybox_top div {
   background: url(../pics/gtl.png) no-repeat top left;
}
.greybox_top {
   background: url(../pics/gtr.png) no-repeat top right;
}
.greybox_bottom div {
   background: url(../pics/gbl.png) no-repeat bottom left;
}
.greybox_bottom {
   background: url(../pics/gbr.png) no-repeat bottom right;
}

.greybox_top div, .greybox_top, 
.greybox_bottom div, .greybox_bottom {
   width: 100%;
   height: 4px;
   font-size: 1px;
}
.greybox_content { margin: 0 4px; }

.orange
{
	color: #DF7000;
	
}


#content
{
	position: absolute;
	left: 60px;
	top: 200px;
	width: 720px;
	background-color: #ffffff;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #5D5D5D;
	text-align: left;
	float: left;
}

#content a:link {text-decoration: underline; color: #DF7000;}
#content a:visited {text-decoration: underline; color: #DF7000;}
#content a:hover {text-decoration: underline; color: #DF7000;}


/*h2 { color: #DF7000; } */


h2
{
	color: #70A100;
}

h3
{
	color: #DF7000;
}


.grey-box
{
	left: 50px;
	width: 650px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
}




#sign
{

	font-family: Arial;
	font-size: 11pt;
	color: #5D5D5D;
	font-weight: bold;
	text-align: left;
}


/* All Hyperlinks */
a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #DF7000;}

