/** main style sheet for Lenox Skin with NAV menu */

@import "navmenu.css";
@import "layout.css";

body {
  text-align: left;
  background-image: none;
  background-color: #fff;
  margin: auto;}

#fckbody {
	text-align: left;
	background-image: none;
	background-color: #fff;
}	

h1, h2, h3, h4,h5,h6  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#000;
	margin: 0px;
	padding: 0px;}

h1 {font-size: 140%;}
h2 {font-size: 125%;color:#006699;}
h3 {font-size: 115%;}
h4 {font-size: 100%;}
h5 {font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;}

h6 { font-family: Arial, Helvetica, sans-serif; 
	font-weight: bolder; 
	font-size: 90%; }	

P { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 100%;}

.Normal, .NormalDisabled{
    font: normal normal 90% Verdana, Arial, Helvetica, sans-serif;}

a {	color: #330000;}

.title {
	font-size: 120%;
	line-height: 30px;
  	background-color: #990000; color: #FFFF66;}

.subtitle {
	font-size: 115%;
	line-height: 20px;
	font-weight: bold;
  	color: #660000; font-style: oblique;}

.header {
	font-size: 130%;
	background-color: #990000;
  	color: #FFFF66;}

a:link {	color: #036; text-decoration: underline;}

a:hover {text-decoration: none ;}

#footer a:link {text-decoration:none}

#footer a:hover {text-decoration: underline; }


a:hover {color: #ff3333;text-decoration:none;}

.legal {
	font-size: 100%;
	color: #333333;
}
/* override default DNN Styles */
.standardbutton {}

.head {}
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

p.caption {text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-weight:500; font-style:italic; line-height:1.2;}
p.art-quote  {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-style:italic; 
   font-size: 110%;
   line-height:1.3; color: #000066;
   font-weight: 600;}

.canspam {font-size:80%;}
/* Styling for anouncement module */
.ann_title {font-weight: bold; font-size: 110%; color: blue;}
.ann_desc {font-size: 80%; margin: 0 50px;}




