/********************************************************
***  MEDA Charitable Trust                            ***
***  Default Style v1.0a (For Basic Browsers)         ***
***  Website: www.medacharity.com                     ***
***  Written by: Brandon Bartelds                     ***
***  Date Written: February 22, 2007                  *** 
********************************************************/

/********************************************************************************
***  This file is based on suggestions / lessons provided on:                 ***
***                                                                           ***
***  CSS Zen Garden - www.csszengarden.com                                    ***
***  Hot Design (Seybold Seminars) - www.hotdesign.com/seybold/index.html     ***
***  Tantek Celik (A Touch of Class) - tantek.com/log/2002/12.html#L20021216  ***
***                                                                           ***
********************************************************************************/

/**************************
***  Element Selectors  ***
**************************/

html {}
body {
	/*font: 8pt/16pt georgia;	color: #555753;	background-color: #0A7092;*/
	background-image: url("/images/global/bg-clouds.jpg");
	margin: 0px;
	text-align: center;
}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}
a:hover, a:active {
	font-weight: normal;
	color: #FFFFFF;
}
a.majorFocusAnchor:link, a.majorFocusAnchor:visited {
	font-family: Lucida Sans;
	font-weight: normal;
	color: #0000CC;
	font-size: 20pt;
	display: block;
	margin-top: 6pt;
	margin-bottom: 24pt;
}
a.majorFocusAnchor:hover, a.majorFocusAnchor:active {
	font-family: Lucida Sans;
	font-weight: normal;
	color: #CC0000;
	font-size: 20pt;
	display: block;
	margin-top: 6pt;
	margin-bottom: 24pt;
}
a.mailtoAnchor:link, a.mailtoAnchor:visited {
	color: #0000CC;
}
a.mailtoAnchor:hover, a.mailtoAnchor:active {
	color: #CC0000;
}
div {/*border: 1px dotted red;*/	/*padding: .5em;*/}
div.formSingleTextField {
	margin-top: 6px;
	margin-bottom: 6px;
}
div.spacer {
	display: block;
	margin-top:8px;
}
p {}
p.pastrecipientstitle{
	font-size: 16pt;
	font-family: Lucida Sans Unicode;
}
span.boardMemberName {
	font-family: Arial;
	font-weight: bold;
	display: block;
}
span.boardMemberPosition {
	font-family: Arial;
	display: block;
}
span.boardMemberCompany {
	font-family: Arial;
	display: block;
}
span.contactName {
	font-family: Lucida Sans Unicode;
	font-size: 14pt;
	font-weight: bold;
	display: block;
}
span.contactInfoLine {
	font-family: Lucida Sans Unicode;
	font-size: 14pt;
	font-weight: normal;
	display: block;
}
h1 {/*font: 24pt/36pt georgia;	font-weight: bold;*/	/*line-height: 30px;*/}
h2 {}
ul {}
li {}
ul.boardMembers {
	list-style-type: none;
	margin-left: 15px;
	margin-bottom: 24px;
}
li.boardMembers {
	margin-bottom: 15px;
}
ul.formVerticalRadioButtonList {
	list-style-type: none;
}

/****************************
***  Specific DIV Blocks  ***
****************************/
#header {
	/*border: 0px dotted blue;	background-color: #DDDDFF;	margin: 0px;	padding: 0px;	text-align: center;	valign: bottom;	height: 184px;*/
	border: 0px solid blue;
	text-align: center;
}
#primarynav {
	border: 0px solid red;
	float: left;
	width: 180px;
	margin-left: 10px;
}
#primarynav ul {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid blue;
	list-style-type: none;
	width: auto;
}
#primarynav li {
	display: list-item;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid red;
	text-align: left;
	padding: 0px;
}
#secondarynav {
	position: relative;
	text-align: center;
	font-size: 0.8em;
	font-family: Lucida Sans Unicode;
	background-color: #0000BB;
	color: #FFFFFF;
	margin-bottom: 20px;	
}
#secondarynav ul {
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#secondarynav li {
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}
#secondarynav a:link {
	color: #FFFFFF;
	font-weight: normal;
}
#secondarynav a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
#secondarynav a:hover, #secondarynav a:active {
	color: #FF3333;
	font-weight: normal;
}
#header img.mctlogo {
	border: 0px;
}
#content {
	/*border: 0px solid #FF2222;	background-color: #A7C5B4;	margin-left: 170px;	margin-right: 175px;	color: #111111;	padding: 15px;	text-align: center;*/
	border: 0px solid green;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#content p {
	font-family: Arial;
}

#pastrecipients {
	float: left;
	border: 0px solid red;
	width: 475px;
	margin-left: 5%;
}
#spacer {
	height: 50px;
}
#content p.verticalspacer {
	/*height: 50px;*/
}
#content p.returnlink {
	/*margin-top: 24px;	margin-bottom: 12px;	text-align: center;	font-size: 1.3em;*/
}
#content table {
	/*border: 1px solid #000000;	width: 92%;	margin-left: auto;	margin-right: auto;*/
}
#content table.registration {
	/*margin-left: auto;	margin-right: auto;	width: 375px;	border: 0px;*/
}
#content tr.subheading {
	/*background: #DDDDDD;*/
}
#content ul.preparagraph {
	/*margin-top: 40px;*/
}
#content ul.directions {
	/*text-align: left;*/
}
#content a:link {
	/*color: #E53333;*/
}
#content a:visited {
	/*color: #E53333;*/
}
#content a:hover, #content a:active {
	/*color: #FFFFFF;*/
}
#content a.listing {
	/*margin-bottom: 14pt;	display: block;*/
}
#advertisements {
	/*position: absolute;	width: 165px;	top: 195px;	right: 0px;	text-align: left;	border: 1px solid #000000;	background-color: #FFFFDD;	padding: 5px;*/
}
#footer {
	/*border-top: 1px solid #000000;	border-bottom: 1px solid #000000;	background-color: #CCCCCC;	position: relative;	bottom: 0px;	left: 0px;	width: 100%;	margins: 0px;	padding: 0px;*/
	border: 0px solid green;
	clear: both;
}
