/*body
	{
	height: 100%;
	background: url(../images/background.jpg) top center repeat-x #8EC2FE;
	font-family: verdana, helvetica, arial, sans-serif;
	}
*/
body {
	font-family:  verdana, helvetica, arial, sans-serif;
	background: #A1AFF6 url('../images/background.jpg') repeat-x;
	text-align: center;
	margin: 0;
	padding:0;
}
	
	
	
div.pageheader{
	font-family: Verdana;
	color: #dfe6ff;
	letter-spacing: 3px;
	font-weight: bold;
}

.container{
text-align: left;
width: 800px;
 margin: 0 auto;
 padding-top: 17px;
}

.main_contain{
background: url('../images/box-middle.jpg') repeat-y;
}
.main_main{
background: url('../images/box-top.jpg') no-repeat;
}

.contents{
margin-left: 40px;
margin-right: 40px;
font-size: 12px;
}

div.text-box a{
	color:black;
	text-decoration: none;
	border-bottom:1px dotted black;
}

div.text-box a:hover{
	color: #F97C06;
	text-decoration: none;
	border-bottom:1px solid #F97C06;
}

div.hr{
background: url('../images/hr.jpg') no-repeat top center;
height: 22px;
}

div.top_links{
margin-top: 15px;
margin-left: auto;
margin-right: auto;
color: black;
font-size: 12px;
text-align: right;
}


a.top_links{
color: black;
text-decoration: none;
background: white;
}

a:hover.top_links	{
color: #F97C06;
background: white;

}

h2 a{
	text-decoration:none;
	color: white;
	border: none;
}


li{
	list-style: square;
	font-weight: bold;
	color: #1F66FF;
}

a.ext{
	color:black;
	text-decoration: none;
	border-left: 2px solid #0C51F7;
	padding-left: 5px;
}

a:hover.ext{
	color: #F97C06;
	padding-left: 5px;
	border-left: 2px solid orange;
}

.box-bottom{
background: url('../images/box-bottom.jpg') no-repeat;
height: 21px;
}	
	
	


.center {
	width: 695px;
	height: 100%;
	margin: auto; 

}

.orange{
	color: #ff8a00;
}

.grey {
	color: #989898;
}

.tabs {
	margin-left: auto;
	margin-right: auto;
}

a.tab{
	color: #4F84F8;
	text-decoration: none;
	font-size: 10px;
	
}

a:hover.tab{
	color: #4F84F8;
	text-decoration: underline;
	
}

.spacer {
	border-bottom: 1px solid black;
	width: 5px;
}

h1{
	color: #1F66FF;
	font-size: 20px;
	
}

.title{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	letter-spacing: 5px;
	
}

h2 {
	color: #fff;
	font-size: 12px;
	
	margin-top: 0px;
	
}

a.more{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.more{
	color: #F97C06;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.content {
	width: 663px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 10px;
	background: #FFF3E5;
	
}

.footer {
	width: 663px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	background: #FFF3E5 url(../images/bottom-grade.jpg) bottom repeat-x;
	text-align: right;
}


.text-box{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	background:  url('../images/background.gif') repeat-x;
	padding-bottom: 15px;
	}

p.bottom-links{
	text-align: center;
}	

a.bottom-links{
	color: black;
	font-size: 10px;
	text-decoration: none;
}

span.sb{
	color: black;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

a:hover.bottom-links{
	color: #FF8A00;
	font-size: 10px;
	text-decoration: underline;
}