/* Beta Blue */

html{
	margin: 0;
	padding: 0;
}

body {
font-family: arial, helvetica, sans-serif;
font-size: small;
background-color: #707070;
text-align: center;
}



#container 
{
position : relative;
margin: 0 auto;
width: 850px;
text-align: left;
background-color: #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:10pt;
	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
{   
    padding:100px 50px 0px 60px;
	width: 740px;
	background-color: #ffffff;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color: #5D5D5D;
	text-align: left;
	float: left;

}

#comment
{
    padding:50px 50px 0px 60px;
    width: 740px;
	background-color: #ffffff;
	font-family:Arial;
	font-size:10pt;
	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;}

#menu a:link {text-decoration: none; color: #FFF;}
#menu a:visited {text-decoration: none; color: #FFF;}
#menu a:hover {text-decoration: underline; 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: #DF7000;}
a:visited {text-decoration: none; color: #DF7000;}
a:hover {text-decoration: underline; color: #DF7000;}

