/*
	CSS File
	Hale Erten 06/17/2009
*/
*{
	border:0;
	margin:0;
	padding:0;
	}

/* general for links*/
a {
	color:#80a1cd;
	text-decoration:none;
	}

a:hover {
	color:#333;
	text-decoration:none;
}
/* body */
body {
	background:#ffffff;
	color:#555;
	font: 100% Arial, Helvetica, sans-serif;		
	}

/* menu */
#menu {
	background:#fafafa;
	border-right:1px solid #999;
	margin:auto auto auto 30px;
	width:750px;
	height:25px;
	list-style:none;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	font-size: 75%
	}
#menu li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
	}
#menu a {
	color:#555;
	display:block;
	line-height:25px;
	text-align:center;
	}
#menu a:hover {
	background:#80a1cd;
	color:#555;
}
#menu .active {
	background:#e3e3e3;
	color:#777;
}

/* menu */
#footermenu {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:50px;
	list-style:none;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	font-size: 75%
	
	}
#footermenu li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
	}
#footermenu a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
	}



/* content */
#content {
	height:auto;
	margin:10px 25px auto 30px;
	padding:0 0 20px;	
/* 	width:1000px; */
	}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:130%;
	padding: 20px 0 0 0;
}

#content p {
	padding:20px 20px 0;
	font-size:75%;
	}

#content li {
	padding:10px 20px 0 20px;
	font-size:75%;
	}
	
/* content2 */
#content2 {
	height:auto;
	margin:10px 25px 0 30px;
	padding:0 0 20px;	
/* 	width:1000px; */
	}
#content2 h1 {
	border-bottom:1px dashed #999;
	font-size:130%;
	padding: 20px 0 0 0;
}

#content2 p {
	padding:20px 20px 0;
	font-size:75%;
	}

#content2 li {
	padding:10px 20px 0 20px;
	font-size:75%;
	}
#tablewrap{
	margin:0;	
/*	width: 1000px;*/		
/*	text-align: center;*/
    	background: url(images/body-bg.png) repeat-y center;	
	padding:10px;
	}
#tabletop,
#tablebottom{
	margin: 0px 0px 0px 10px;	
	/*width: 1000px;*/
	background: url(images/body-top.png) no-repeat center;
	height: 12px;
	line-height: 12px;	
	}
#tabletop {
    	margin-top: 10px;
	}
#tablebottom{
	background: url(images/body-bottom.png) no-repeat center;	
	}
#tablebody{
/* 	width: 800px; */
	padding: 0 15px 0 15px;
	margin: 0;
	border: 0;
/*	text-align: left;*/
    }
#tablebody p{
	padding: 5px 10px 5px 10px;
	margin: 0;
    }
#tablebody ul,
#tablebody ol{
	padding: 3px 0;
	margin: 0 18px;
	list-style: outside;
    }
#tablebody img {
    border: 0;
    float: right;
	}
#tablebody h4{
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size:100%;
	color: black;
	}
body h4, h1, h2, h3{
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
	}
body h4{
	font-size:100%;
	color: black;
	}
body h1{
	font-size: 110%;
	padding: 10px 0 0 0;
	color: black;
	border-bottom: 1px dashed silver;
	}
body h2{
	font-size: 95%;
	color: black;
	border-bottom: 1px dashed #e8e8e8;
	}
body h3{
	font-size: 95%;
	color: #80a1cd;
	border-bottom: 1px dashed #80a1cd;
	margin-bottom: 10px	
	}    