@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	background-position:center top;
	background-repeat: no-repeat;
	background-color:#e1e1e2;
}

#BodyContainer{
	width:990px;
	margin:auto;
	
}

#BodyContainerbottom{
	width:990px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	
}

#header {
	width: 990px;
	height: 151px;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top:0px;


}

/* navigation bar*/

#nav {
	width: 910px;
	margin-top: 120px;
	margin-left: 40px;	
	float: left;

}

#nav tr td {
	height: 23px;
	padding: 1px 5px 0px 5px;
	text-align:center;
	background: url(../images/nav_line.jpg) right no-repeat;
	background-color:#090;
	
	
}



#nav tr td a {
	font-size:13px;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none
}


#nav tr td:hover {
	font-size:13px;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color:#333;
}



/* Home */

#home-content-start {
	margin-top:270px;

}


p {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-height: 30px;
	line-height: 20px;
}

li {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-height: 30px;
	margin-left: 20px;
	line-height: 20px;
}

.normalbig {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-height: 30px;
	font-weight:bold;
} 


.home-button a {
	font-size: 14px;
	color: #090;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-height: 30px;
}
.home-button a:hover {
	font-size: 14px;
	color: #090;
	font-family: Arial, Helvetica, sans-seriff;
	text-decoration:underline;
	text-height: 30px;
	font-weight:bold;
}


.bottom-button {
	height:70px;
	margin-bottom:20px;
	margin:auto;
}


.bottom-button a {
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-height: 30px;
	text-align:center;
}

.bottom-button a:hover {
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-height: 30px;
}

#footer {
	height:35px;
	margin:auto;
	background-color:#333;
	
}

.inner-footer {
	width:990px;
	margin:auto;
}

.inner-footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	margin-top:10px;
}
	
.dslink {
	color:#09F;
}

/*title style*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 45px;
	color:#FFF;
	margin-top:150px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 35px;
	color:#FFF;
	text-shadow:#690 2px 2px 1px;
	text-align:center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#FFF;
	text-shadow:#900 2px 2px 1px;
	text-align:center;
}

/*inner*/

#inner-content-start {
	margin-top:50px;

}


.top-button a {
	font-size: 16px;
	color: #090;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-height: 40px;
	text-align:center;
	font-weight:bold;
}

.top-button a:hover {
	font-size: 16px;
	color: #0C0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-height: 40px;
	font-weight:bold;
}


/*pic style*/

.picstyle {
	box-shadow:#999 2px 2px 2px;
	border:#FFF solid 1px;
}


.title-box {
	height: 50px;
	width: 600px;
	border-radius: 20px;
	background-color:#3C0;
	margin:auto;
	padding-top:10px;
	padding-bottom:5px;
	border:solid 1px #FFFFFF;
	box-shadow:#999 2px 1px 1px;
}
	
/*table style*/

.tablestyle {
	background-color:#9C3;
	
}

.cellstyletitle {
	padding:5px;
	background-color:#F30;
	
}

.cellstylecontent {
	padding:5px;
	background-color:#FFF;
	
}

.tablestyle tr td {
	padding:5px;
}