/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px 10px 8px 0px;
}

td, tr{
	vertical-align: top;
}

a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #E7E74B;
	text-decoration: underline;
}

/***********************************************/
/* Menu                                        */
/***********************************************/

#Menu{
	position: relative;	
	width: 650px;
	height: auto;
	color: #000000;
	padding: 10px;
	margin: 10px 10px 0px 10px;
	background-color: #E7E74B;
	text-align: left;
}

#Menu a{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#Menu a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#Menu h1{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

#Menu td, tr{
	vertical-align: middle;
}

/***********************************************/
/* Body                                        */
/***********************************************/

#Body{
	position:  relative;	
	width: 650px;
	height: auto;
	color: #000000;
	padding: 10px;
	margin: 0px 10px 0px 10px;
	background-color: #F9F9CE;
	text-align: justify;
}

/* h1 centered */
#Body h1{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 10px 0px;
	margin: 0;
}

/* h1 left aligned */
#Body h2{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 10px 0px;
	margin: 0;
}

.Date{
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}

.News{
	border-bottom: 1px solid #E7E74B;
	margin: 0px 10px 15px 0px
}

/*
#Body_Left{
	position: relative;	
	width: 325px;
	height: auto;
	color: #000000;
	padding: 10px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}

#Body_Right{
	position: relative;	
	width: 325px;
	height: auto;
	color: #000000;
	padding: 10px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}
*/

/***********************************************/
/* Footer                                      */
/***********************************************/

#Footer{
	position: relative;	
	width: 650px;
	height: auto;
	color: #000000;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	background-color: #E7E74B;
	text-align: right;
}

#Footer a{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#Footer a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#Footer p{
	text-align: right;
}

