/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Zapf Chancery, Comic Sans MS, Georgia;
	font-style: oblique;
	font-size: 100%;
	color: #000000;
	/* background-image: url(../images_main/yellow_bg.jpg); */
	background-color: #FFF4C8;
	margin: 0 0 0 0;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.quotebox {
	color: #000;
	background-image: url(../images_main/quote_bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	text-align: center;
	height:auto;
	min-height: 40px;
	padding: 10px;
	border-bottom: 3px double #f00;
}
.stripbox {
	color: #000;
	background-image: url(../images_main/white_bg.jpg);
	text-align: center;
	padding: 10px;
	border-bottom: 3px double #f00;
}
#wrapper {
	width: 995px;
	margin: 0 auto;
	border: 3px double #eb0000;
}
#column_wrapper {
	background-image: url(../images_main/white_bg.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding: 0px;
	margin: 0px;
	border-bottom: 3px double #eb0000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 480px;
	float: left;
}
#left {
	width: 220px;
	float: left;
}
#right {
	width: 260px;
	float: left;
}

#center .content {
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.1em;
}
#left .content {
	padding-left: 0px;
/*	font-size: 0.75em;
	line-height: 1.5em; */
}
#right .content {
	padding: 0px;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
}
#masthead .content {
	padding: 0px;
	margin: 0px; 
}
#footer .content {
	padding-top: 20px;
}
#footer {
	color: #666666;
	height: 40px;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images_main/CIDIFooter.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
/*
#left a:link {
	color: #CC0000;
}
#left a:visited {
	color: #CC0000;
}
#left a:hover {
	color: #CC0033;
}
*/
#center a:link {
	color: #CC0000;
}
#center a:visited {
	color: #CC0000;
}
#center a:hover {
	color: #CC0033;
}
#right a:link {
	color: #CC0000;
}
#right a:visited {
	color: #CC0000;
}
#right a:hover {
	color: #CC0033;
}
#right .newsMenuContainer a:link {
	color: #FFFFFF;
}
#right .newsMenuContainer a:visited {
	color: #FFFFFF;
}
#right .newsMenuContainer a:hover {
	color: #FFFFFF;
}
.stripbox a:link {
	color: #CC0000;
}
.stripbox a:visited {
	color: #CC0000;
}
.stripbox a:hover {
	color: #CC0033;
}
.quotebox a:link {
	color: #CC0000;
}
.quotebox a:visited {
	color: #CC0000;
}
.quotebox a:hover {
	color: #CC0033;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
color: #999999;
}
#footer a:visited {
color: #666666;
}
#footer a:hover {
	color: #CC0000;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	line-height: 1.1em;
/*	margin: 0; */
}
h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 10px;
}
li {
line-height: 1.2em;
}
img {
border: 0;
}
a:link { 
text-decoration: none;
}
a:visited { 
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.mainRedBold {
color:#FF0000;
font-weight: bold;
font-size: 1.2em;
}
.centerAlign {
text-align: center;
}
.quote {
	font-size: 1em;
	font-weight: 700;
}
.author {
	font-size: .8em;
	line-height: 12px;
}