/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	height: 100%;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;	
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}


#overdiv {
	width: 928px;
	height: 90%;
	/*border: 1px solid red;*/
}

/* HEADER */

#header {
	width: 928px;
	height: 83px;
	background-image: url(../images/header/header_4.jpg);
	background-repeat: no-repeat;
}


/* DEFAULT NAVIGATION*/

a {

}

a:hover {

}

/* MODULE NAVIGATION */

#menu {
	position: relative;
	top: 54px;
	left: 255px;
}

.mainlevelmainmenu {
	color: white;
	text-decoration: none;
	padding-right: 30px;
}

a.mainlevelmainmenu:hover {
	color: yellow;
}

.mainlevelothermenu {
	text-decoration: none;
	color: black;
	font-size: 11px;
	line-height: 16px;	
}

a.mainlevelothermenu:hover{
	color: red;


}

/* CONTENT */

#rule {
	width: 100%;
	border-top: 1px solid black;
	margin-bottom: 3px;
}

#diarypanel {
	width: 170px;
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}

#newspanel {
	width: 170px;
	height:	auto;
	/*border: 1px solid red;*/
}

#spacer {
	height: 20px;
}

#content {
	width: 540px;
	height: 670px;
	float: left;
	/*border-right: 9px solid #070062;*/
	padding: 0px 0px 0px 20px;
	/*border: 1px solid red;*/
	overflow: auto;
	
}

.article-content {
	width: 512px;
	/*height: 450px;*/
	/*overflow: auto;*/
}

.contentheading {
	font-size: 15px;
	margin-top: 15px;
}

#randomimage {
	width: 175px;
	height:	90%;
	float: right;
	border-right: 1px solid #070062;
	border-left: 1px solid  #070062;
	margin-top: -1px;
	background-color: #000066; 
}

#filler {
	width: 175px;
	background-color: #000066;
	float: right;
	border-right: 1px solid #070062;
	border-left: 1px solid  #070062;
}

#rightborder {
	width: 8px;
	height: 500px;
	/*margin-left: 2px;*/
	background-color: #070062;
	float: left;
}

#clear {
	clear: both;
}

/* FOOTER*/ 

#footer {
	width: 928px;
	height: 38px;
	background-color: #070062; 
	vertical-align: bottom;
	text-align: center;
	clear: both;
	/*border: 1px solid red;	*/
}

#footermenu {
	width: 928px;
	font-size: 9px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;	
	
}

#copyright {
	width: 845px;
	color: white;
	font-size: 8px;
	text-align: center;
	padding-right: 30px;
}

/* blue curved box css*/



.t2 {
	background: url(../images/dot22.gif) repeat-x 0 0;
	width: auto;
	/*background-color: #C2E8FF;	*/
	background-color: white;

}
.b2 {
	background: url(../images/dot22.gif) repeat-x 0 100%;
	
}
.l2 {
	background: url(../images/dot22.gif) repeat-y 0 0;
}
.r2 {
	background: url(../images/dot22.gif) repeat-y 100% 0;
}
.bl2 {
	background: url(../images/bl4.gif) no-repeat 0 100%;
}
.br2 {
	background: url(../images/br4.gif) no-repeat 100% 100%;

}
.tl2 {
	background: url(../images/tl4.gif) no-repeat 0 0;
}
.tr2 {
	background: url(../images/tr4.gif) no-repeat 100% 0;
	/*padding: 10px;*/
} 


