
/* CSS Document */
body
{
	height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: black;
	line-height: 100%;
}
img{border:none;}

.header h1
{
	font-size: 20px;
	margin: 0;
	padding: 0;
	display: none;
}

h2
{
	font-size: 20px;
	margin: 0 10px;
	padding: 0;
	color: white;
	float: left;
	line-height: 140%;
	font-weight: normal;
}

.clearing
{
	clear: both;
	padding: 0;
	margin: 0;
}

.header
{
	width: 980px;
	height: 130px;
	margin: auto;
	padding: 0;
	background-color: black;
}

.logo
{
	float: left;
	height: 130px;
	width: 430px;
	margin: 0;
	padding: 0;
	border: 0;
}

.lockers
{
	float: right;
	height: 130px;
	width: 350px;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu
{
	width: 100%;
	height: 30px;
	background-image: url(../images/white_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.menu ul
{
	height: 30px;
	width: 980px;
	margin: auto;
	padding: 0;
	list-style-type: none;
}

.menu ul li
{
	margin: 0;
	padding: 0;
	float: left;
  width:130px;
  text-align: center;	
}

.menu ul li a
{
	height: 30px;
	padding: 0 10px;
	margin: 0;
	display: block;
	font-size: 20px;
	line-height: 140%;
	text-decoration: none;
	color: black;		
}

.menu ul li a:hover
{
	background-image: url(../images/black_bg.jpg);
	background-repeat: repeat-x;
	color: white;
}

#selected
{
	padding: 0;
	margin: 0;
	float: left;
}

#selected a
{
	height: 30px;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	color: #999999;
	display: block;
	font-size: 20px;
	line-height: 140%;
}

#selected a:hover
{
	background-image: url(../images/black_bg.jpg);
	background-repeat: repeat-x;
	color: white;
}

#signin
{

	float: right;
}



.content
{
	width: 960px;
	height: auto;
	margin: 20px auto;
	padding: 10px;
	background-color: #333333;
}

.box_header
{
	width: 100%;
	height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(../images/grey_bg.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
}

.white_border_left
{
	float: left;
	width: 5px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../images/white_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

.white_border_right
{
	float: right;
	width: 5px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../images/white_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

.section
{
	float: left;
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0;
}

.post
{
	height: auto;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background-color: white;
}

.post_topic
{
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #999999;
	text-align: left;
}


#iwith-subtitle1
{
	margin: 0 10px;
	padding: 0;
	color: white;
	line-height: 150%;
}







.post_title
{
	float: left;
	margin: 20px 0 10px 0;
	padding: 0;
	height: auto;
	font-weight: bold;
}

.post_title span
{
	float: left;
	margin-left:15px;
	font-weight: bold;
	font-size: 18px;
}




.post_title p
{
	margin: 0;
	padding: 0;
	color: black;
	font-size: 14px;
	line-height: normal;
}





.post_body
{
	height: auto;
	width: auto;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align: justify;
        color: #333333;
	line-height: 150%;
}

.post_body a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #666666;
	line-height: 150%;
}

.side
{
	float: right;
	width: 230px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

#totalside{
	float: right;
	width: 230px;
	
}

.side ul
{
	height: auto;
	width: 230px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.side ul li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

.side ul li a
{
	height: 30px;
	padding: 0 10px;
	margin: 0;
	display: block;
	font-size: 14px;
	line-height: 200%;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #666666;
}

.side ul li a:hover
{
	color: #333333;
	background-color: white;
}

.side form
{
	width: 210px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #666666;
}

.side label
{
	width: 55px;
	float: left;
	text-align: right;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: normal;
	color: #CCCCCC;
}

.side input
{
	width: 135px;
	height: auto;
	float: right;
	margin: 0 0 10px 0;
	padding: 0 5px;
	border: 0;
	line-height: normal;
}
.side .submit
{
	width: auto;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: white;
	background: black;
	border: 2px outset #333333;
}

.side p
{
	margin: 0 10px 0 0;
	padding: 0;
	text-align: right;
	color: #999999;
}

.side a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;

}

.side img
{
	width: 210px;
	height: auto;
	margin: 0;
	padding: 10px;
	background-color: #666666;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

.footer
{
	width: 980px;
	height: 50px;
	margin: auto;
	padding: 0;
	border-top: 1px solid #333333;
}

.footer p
{
	margin: 10px;
	padding: 0;
	font-size: 12px;
	color: #339900;
	float: left;
}

.footer img
{
	margin: 10px;
	padding: 0;
	float: right;
	border: 0;
}