/* CSS Document for controlling content styles */

body,html{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

/***** Generic Styles *****/

img{
	border: solid 0px;
}

.bold{
	font-weight: bolder;
}

a{
	color: #660000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h1{
	font-size: 22px;
}

.button{
	border: solid #ffffff 1px;
	background-color: #666600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
}

/***** Newsletter Registration Form *****/
.newsletterReg input{
	border: solid #666600 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666600;
	padding: 2px;
}

.newsletterReg .button{
	border: solid #ffffff 1px;
	background-color: #666600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
}

/***** Main Menu *****/
.mainMenu ul{
	margin: 0px;
	padding: 0px;
}

.mainMenu ul li{
	display: inline;
	padding: 0px;
}

.mainMenu ul li a{
	font-family: "Times New Roman", Times, serif;
	color: #666600;
	font-size: 18px;
	font-weight: bolder;
	line-height: 25px;
	text-decoration: none;
	padding: 1px 6px 0px 6px;
}

.mainMenu ul li a:hover{
	color: #660000;
}

.ddmenu{
	text-decoration: none;
}

.ddlink{
	text-align: left;
	margin: 0 0 5px 5px;
}

.active{
	background-color: #666600;
	border-top: solid #666600 2px;
	border-bottom: solid #666600 3px;
	color: #ffffff;
}

/***** Sub Menu Items *****/
.subNav a{
	color: #cccccc;
	font-weight: bolder;
	font-size: 13px;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
}

.subNav a:hover{
	color: #660000;
}

.archive{
	margin: 0 10px 0 0;
}

/***** Short News Items *****/
.shortNews ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.shortNews ul li{
	margin: 10px 0px 0px 0px;
}

.shortNews ul li a{
	color: #666600;
}

.mainContainerRight p{
	line-height: 1.5em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h2{
	font-weight: bolder;
	font-size: 16px;
	margin: 0;
}

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

.footer{
	font-size: 10px;
	color: #666600;
}

.footer a{
	font-size: 10px;
	color: #666600;
	text-decoration: none;
}

.footer a:hover{
	color: #660000;
	text-decoration: underline;
}