/****************************************	
HOD CSS VERSION :NIGHT
****************************************/

/****************************************	
	SECTION 1 :HTML RELATED
****************************************/
body{
	font-family:Arial,sans-serif;
	color:#CCCCCC;
	line-height:15px;
	margin:0px;
	padding:0px;
	background:#222222;
	font-size:12px;
	text-align:center;
}
a:link, a:visited, a:active{
	color:#996633;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#993300;
}
h1{
	color:#333333;
	margin:0px;
	padding:0px;
	font-family:Georgia, Century, serif;
	font-size:300%;
	font-weight:bold;
	padding-top:10px;
	margin-left:5px;
}
h2{
	color:#996633;
	margin:0px;
	padding:0px;
	font-family:Georgia, Century, serif;
	font-size:100%;
	font-weight:bold;
	margin-top:-5px;
	margin-left:30px;
	padding-bottom:30px;
}
h3{
	margin:0px;
	padding:0px;
	font-family:Georgia, Century, serif;
	font-size:100%;
	font-weight:bold;
	padding-top:5px;
}
h4{
}

h5{
}
p{
	margin:0;
	padding-top:0px;
	padding-bottom:5px;
	padding-top:5px;
}
ul{
 list-style-type:square;
}
ul ul{
 list-style-type:disc;
}
ol{
 list-style-type:upper-roman;
}
ol ol{
 list-style-type:lower-roman;
}
/****************************************	
	SECTION 2 :LAYOUT DIVS
****************************************/
div{
	padding:0px;
	margin:0px;
}
div.index{
	padding:auto;
	margin:auto;
}
div.page{
	top:100px;
	width:700px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding-bottom:10px;
	border-style:solid;
	border-color:#996633;
	border-width:1px;
	border-top-width:0px;
	background-color:#111111;
	height:100%;
	overflow: hidden;
}
div.top{
	top:0px;
	width:700px;
	background-color:#111111;
	background-image:url(../Images/HOD_Night/Top.jpg);
	height:100px;
	text-align:center;
	margin-bottom:5px;
}
div.menu{
	width:700px;
	height:22px;
	vertical-align:bottom;
	text-align:top;
	position:relative;
	top: 70px;
}
div.content{
	top:105px;
	width:700px;
	text-align:left;
	height:100%;
}
div.middle{
	width:450px;
	float:left;
	margin-left:5px;
}
div.right{
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	float:left;
	width:220px;
	margin-left:8px;
	margin-right:-5px;	
}
div.bottom{
	width:700px;
	height:20px;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
}
div.totop{
	width:200px;
	height:20px;
	margin-left:10px;
	bottom: 0px;
	z-index: 100;
}
/****************************************	
	SECTION 3 :CLASSES
****************************************/
div.news{
	height:auto;
	width:auto;
	padding:10px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#333333;
	position:relative;
	padding-bottom:20px;
}
#newsOver{
	background-color:#0c0c0c;
}
.news h1{
	color:#333333;
	margin:0px;
	padding:0px;
	font-family:Georgia, Century, serif;
	font-size:150%;
	font-weight:bold;
	margin-top:-25px;
}
.news h2{
	color:#996633;
	margin:0px;
	padding:0px;
	font-family:Georgia, Century, serif;
	font-size:150%;
	font-weight:bold;
	margin-left:20px;
	margin-top:-5px;
}
.menu a:link,.menu a:visited,.menu a:active{
	font-family:Georgia, Century, serif;
	font-size:120%;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	width:80px;
	height:20px;
	margin:1px;
	padding:2px;
}
.menu a:hover{
	color:#996633;
	text-decoration:none;
}
div.shodi{
	height:auto;
	width:640px;
	padding:10px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#333333;
	position:relative;
	padding-bottom:20px;
	background-color:#fefefe;
	text-align:justify;
	margin-left:20px;
}
div.shodimiddle{
	width:700px;
	float:left;
}
#shodiOver{
	background-color:#eeeeee;
}
.shodi h1{
	color:#333333;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:150%;
	font-weight:bold;
	margin-top:0px;
	font-variant:small-caps;
	text-align: left;
}
.shodi h2{
	color:#333333;
	margin:0px;
	padding:0px;
	font-family:Georgia, Century, serif;
	font-size:100%;
	font-weight:bold;
	margin-top:0px;
	text-align:right;
	border-top-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
}

.shodi p{
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-top:5px;
}
.shodi a:link,.shodi a:visited,.shodi a:active{
	color:#996633;
	text-decoration:none;
}
.shodi a:hover{
	color:#996633;
	text-decoration:none;
	background-color:#333333;
}

