@charset "utf-8";
/* CSS Document */

/* firstDayFund */

*
{
	margin: 0;
}

body
{
	text-align:center;
	background: #FFCB03 url(../images/background2.jpg) repeat-y center top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:1.3;
}

h1
{
	color:#000;
	font-size:2em;
}

h2
{
	color:#D70F3E;
	font-size:1.7em;
	margin: 0;
}

h3
{
	font-size:1.2em;
	margin: 15px 0;
}

p
{
	margin-top: 10px;
	margin-bottom:10px;
}

#header
{
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	height:106px;
}



#wrapper
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:760px;
	/*background:#F4F4F4 url(../images/sidebar.gif) top left repeat-y;*/
	min-height:1000px;
}

#mainmenu
{
	width: 151px;
	float: left;
	padding:3px;
	margin:0;
}

#mainmenu p
{
	color: #000;
}

a:hover
{
	color:red;
}

#mainmenu a:hover
{
	color:red;
}

#maincontent
{
	padding:8px;
	background-color:#FFFFFF;
	margin:0 0 0 155px;
	border-left:5px solid #000;
	border-bottom:5px solid #000;
}

#footer
{
	margin: 5px 0 5px 160px;
}

#footer p
{
	text-align:center;
	font-size:.8em;
}

/*************main menu settings*********************/

ul#mainNav
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav li
{
	margin-top:2px;
}

#mainNav a
{
	color: #fff;
	font-size: .9em;
	text-decoration: none;
	padding: 6px 0 0 40px;
	display: block;
	background: url(../images/menu.jpg) no-repeat left top;
	height:22px;
	font-weight:bold;
}

#mainNav a:hover
{
	background-color:#fff;
	color:#FFCB03;
	background-position: 0 -34px;
}

body#index a#indexLink,
body#contacts a#contactsLink,
body#donations a#donationsLink,
body#registration a#registrationLink,
body#schoolkits a#schoolkitsLink,
body#sharings a#sharingsLink,
body#partners a#partnersLink,
body#volunteer a#volunteerLink
{
	font-weight: bold;
	color:#000;
	background-position: 0 -68px;
}


body#index a#indexLink:hover,
body#contacts a#contactsLink:hover,
body#donations a#donationsLink:hover,
body#registration a#registrationLink:hover,
body#schoolkits a#schoolkitsLink:hover,
body#sharings a#sharingsLink:hover,
body#partners a#partnersLink:hover,
body#volunteer a#volunteerLink:hover
{
	font-weight: bold;
	color:#E1E1E1;
	/*background-position: 0 -100px;*/
}

/*************special styles*********************************/
.emailblurb
{
	margin: 3px 0px 0px 0px;
	font-size:.8em;
	color:#000;
}

.emailblurb a
{
	color:blue;
}

.asterisk
{
	color:red;
}

.textBox
{
	padding:10px;
	border: 2px solid #D70F3E;
	margin-top:10px;
}

.urlName
{
	font-size:1.3em;
	color:#009933;
	margin-top:25px;
	margin-bottom:0px;
}

.urlURL
{
	font-family:"Courier New", Courier, monospace;
	font-size:0.8em;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:25px;
}

.centeredText
{
	text-align:center;
}

.upIcon
{
	text-align:center;
	margin:15px 0 750px;
}

.upIconLast
{
	text-align:center;
	margin:15px 0;
}

a img
{
	border-style:none;
}

.floatRight
{
	float:right;
	margin:5 px;
	padding:5px;
}

.floatLeft
{
	float:left;
	margin:5 px;
	padding:5px;
}

.emailChoices
{
	margin: 0 0 0 25px;
}

.emphasizedStyle
{
	color:#990000;
	font-size:1.2em;
	font-weight:bold;
}

.biglyBold
{
	color:#000066;
	font-size:1.6em;
	font-weight:bold;
}

.fieldBox
{
	border:1px solid #f00;
}

.lineUnder
{
	border-bottom:1px solid #f00;
	padding-bottom:1px;
}

/************school kits***************/
.headingForKits
{
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
}

/************partners**************/

.ourPartners
{
	margin:10px 0 0 0;
	border-top:2px solid #CC3333;
	font-size:1.5em;
	font-weight:bold;
	color:#003399;
}

.ourLinks
{
	margin: 0 0 0 30px;
	font-size:.9em;
	font-family:"Courier New", Courier, monospace;
}

/*******contacts************/
body#contacts div table fieldset
{
	margin: 5px 100px 5px 5px;
}