/*---------------------------------------------------------------------------------*/
/* General Style Info */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body, html {
	height: 97%;
	font: 12px "Times New Roman", Times, serif;
}
body {
	background: url('images/bg.png') top left repeat;
  background-color: #1F1F1F;
	color: #00004A;
}

p {
	font-size: 13px;
	margin-top: 10px;
}

hr {
   width: 100%;
   clear: both;
   border: 1px;
   height: 1px;
   margin: 10px 0 0 0;
   padding: 0;
   color: #ead09f;
   background-color: #ead09f;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #4c6bbe;
}
a:hover {
	text-decoration: underline;
}
a img {
  border: none;
	display: block;
}

.content {
	margin: 20px;
	background: white;
	width: 100%;
}

.welcome p {
	font-size: 120%;
	padding: 0 20px;
}

.news {
	margin: 10px;
	padding: 3px;
	background: #ead09f;
	font-size: 12px;
}

.news span {
	color: #D96C00;
	font: italic bold 14px "Times New Roman", Times, serif;
}

.footer_menu {
	margin: 10px;
	background: #ead09f;
	text-align: center;
	padding: 2px;
	font-size: 12px;
}

.copyright {
	margin: 10px;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: white;
}

.menu2 {
	font: bold 12px "Times New Roman", Times, serif;
	float: right;
	vertical-align: top;
}

.caption {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
}