html {
	overflow: -moz-scrollbars-vertical;
}

body
{
	background: #0b4a61 url('../images/pagebg.jpg') top center repeat-y;
	font: 12px 'Times New Roman', Georgia, 'sans-serif';
	color: #000;
	width: 711px;
	margin: 0px auto;
	padding: 0px;
}

a:link { text-decoration: none; font-weight: normal; color: #be5007; }
a:visited { text-decoration: none; font-weight: normal; color: #be5007; }
a:hover { text-decoration: underline; font-weight: normal; color: #be5007; }
a:active { text-decoration: underline; font-weight: normal; color: #be5007; }

a:link:hover { text-decoration: underline; font-weight: normal; color: #be5007; }
a:visited:hover { text-decoration: underline; font-weight: normal; color: #be5007; }
a:active:hover { text-decoration: underline; font-weight: normal; color: #be5007; }

.admin a:link {color: #be5007; text-decoration: none; font-size: 14px; font-weight: bold; }
.admin a:visited {color: #be5007; text-decoration: none; font-size: 14px; font-weight: bold; }
.admin a:hover {color: #be5007; text-decoration: underline; font-size: 14px; font-weight: bold; }
.admin a:active {color: #be5007; text-decoration: underline; font-size: 14px; font-weight: bold; }

.main {
	background-color: #fff;
	width: 711px;
	border: 0px;
}

.featured {
	background: #cad8e5 url('../images/featuredbg.jpg') no-repeat;
}

.content {
	line-height: 1.5;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
}

.footer
{
	background: #0b4a61 url('../images/footerbg.jpg') top center repeat-x;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow {
	border: 1px solid black;
	font: 10pt arial;
	position: relative;
	display: inline;
	z-index: 100;
}

.shadow_inner {
	overflow: hidden;
	position: absolute;
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10;
}

.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
    font-style:  normal;
    font-weight: bold;
	color: #be5007;
	line-height: 20px;
}
