/************************************************************/
/************************************************************/
/*                                                          */
/*   Corporate Web Services, Inc.                           */
/*   Master Style Sheet                                     */
/*                                                          */
/************************************************************/
/************************************************************/


BODY {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
	background-color: #C5C9DB;
	color: #000;
	margin: 0px;
	padding: 0px;
}

TABLE {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
}

DIV {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#main {
	width: 751px;
	border-right: 1px solid #000;
	background-color: #fff;
}

#header {
	height: 80px;
	background: #fff url('images/blueBar.gif') repeat-x;
}

#menu {
	background: #fff url('images/menuBG.gif') top left no-repeat;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
	font-size: 90%;
}

#menu ul {
	height: 22px;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	background: #f0f0f0 url('images/tabLeftClear.gif') top left no-repeat;
	list-style: none;
	text-align: center;
	display: inline;
	height: 22px;
	padding-left: 12px;
}

#menu ul li.on {
	background: #f0f0f0 url('images/tabLeft.gif') top left no-repeat;
}

#menu ul li a {
	background: url('images/tabRightClear.gif') top right no-repeat;
	height: 22px;
	line-height: 22px;
	color: #000;
	padding-right: 12px;
}

#menu ul li a:hover {
	color: #C2181D;
}

#menu ul li.on a {
	background: url('images/tabRight.gif') top right no-repeat;
	height: 22px;
	line-height: 22px;
	color: #C2181D;
	padding-right: 10px;
}

#subnav {
	background: #fff url('images/subBar.gif') repeat-x;
	border-bottom: 1px solid #aaa;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
}

#subnav ul {
	height: 16px;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
}

#subnav ul li {
	list-style: none;
	text-align: center;
	display: inline;
	padding-left: 8px;
	padding-right: 5px;
	border-right: 1px solid #aaa;
}

#contentArea {
	border-top: 1px solid #ddd;
	padding-bottom: 30px;
}

#contentArea p {
	margin: 0px;
	margin-left: 25px;
	margin-right: 30px;
}

#leftCol {
	padding-left:20px;
}

#leftCol table {
  margin-left: 25px;
}

#leftCol ul {
	clear: both;
	margin-right: 20px;
}

#leftCol img {
	float: left;
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 3px;
}

#leftCol img.noBorder {
	float: left;
	border: none;
	margin-right: 20px;
	margin-bottom: 10px;
}

#rightCol {
	background: #e6e6e6 url('images/darkShadow.gif') repeat-y;
}

#rightCol div {
	background: #fafafa url('images/lightShadow.gif') repeat-y;
	text-align: right;
	padding-right: 5px;
	padding-top:10px;
	padding-left: 5px;
	padding-bottom: 15px;
	font-size: 8pt;
	border-bottom: 1px solid #999;
}

#rightCol div img {
	border: 1px solid #999;
	display: block;
	margin-bottom: 2px;
}

#footer {
	border-top: 1px solid #666666;
	height: 30px;
	background: #e6e6e6;
	padding: 5px;
	font-size: 8pt;
	vertical-align: middle;
}

#footer img {
	vertical-align: middle;
}


/*****************************/
/*   Primary font size specs */
/*****************************/

h1 {
	font-size: 24pt;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	margin: 0px;
	margin-top: 15px;
}

.font_enormous {
    font-size: 16pt;
}

.font_gigantic {
    font-size: 14pt;
}

.font_huge {
    font-size: 12pt;
}

.font_big {
    font-size: 11pt;
}

.font_medium {
    font-size: 10pt;
}

.font_small {
    font-size: 9pt;
}

.font_microscopic {
    font-size: 8pt;
}


/***************************/
/*   Global link variables */
/***************************/

A {
	color: #C2181D;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #C5C9DB;
}


/*********************************************/
/*   Global form field and button attributes */
/*********************************************/
INPUT, SELECT, TEXTAREA {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #999;
	padding-left: 2px;
	padding-right: 2px;
}

INPUT.button {
	font-weight: bold;
	background-color: #f0f0f0;
	color: #000;
}

.donationForm {
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.donationForm table, tr {
	margin:0px !important;
	padding:0px;
	}

.donationForm td, th {
	border-bottom:1px solid #ddd;
	padding:1px;
}
	
.donationForm th {
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.donationForm p {
	padding:0px;
	margin:0px;
	}
	
small {
	font-size:.8em;
	}