

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(images/bg_pattern.gif); */
	background-repeat: repeat;
	background-color: #C7CBE5;
}

h1, h2, h3 {
	color: #e6322e;
	text-decoration: none;
}




a {

	color: #db1510;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
	width: 696px;
	background-color: #ffffff;
	margin-left: 20px;
	}

#outer {
	width: 760px;
	margin: 0 auto;
	float: center;
	}

/* Header */

#header {
position: relative; 
	width: 716px;
	margin: 0px;
	padding: 0px;
	height: 148px;
	display: inline;


}

/* Logo */

#logo {
	display: inline;
	width: 255px;
	float: left;
	height:148px;
}


/* Menu */

#menu {
	display:none
	width: 461px;
	padding: 0px;
	margin: 0;
	height: 67px;
	position: relative; 
	}
	
#date {
	display: inline;
	width: 461px;
	position: relative; 
	padding: 0px;
	margin: 0px;
	}

	
/* Page */

#page {
	width: auto;
	margin-left: 26px;
	background-color: #ffffff;
}

/* SIDE */

#sidebar {
	float: left;
	width: 200px;
	margin-left: 15px;
	margin-top: 15px;
	/*background: url(images/fade.gif) no-repeat; */
}

#sidebar h1, #content h2, #content h3 {
	margin-bottom: 5px;
	padding: 5px 0px;
	border-bottom: 1px dotted #E73029;
	font-size: 100%;
	color: #E73029;
}

#sidebar h1 {
	font-size: 125%;
	text-decoration: none;
}

#sidebar h2 {

}

#sidebar h3 {
	font: 90%;
}

#sidebar ul, #content ol {
	list-style-position: inside;
}

#sidebar img {
padding-bottom: 10px;
padding-top: 5px;
}

#register {
	margin-bottom: 30px;
	padding: 15px;
	margin-top: 0px;
	border: 1px dotted #E73029;
	text-align: center;
}

#leftContent {
	margin: 0px;
	padding-left: 5px;
	margin-top: 0px;
	padding-bottom: 10px;
}

#leftContent a {
	text-decoration: none;
}

#leftContent a:hover {
	text-decoration: underline;
}
/* CONTENT */

#form {
        width: 640px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
	margin: 0;
	font-color: #000000;
}

#content {
	float: right;
	width: 440px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 15px;
	margin: 0;
	font-color: #000000;
}
 img.charity {
	padding-left: 25px;
}

#content ul {
	margin: 0;
	padding-left: 15px;
	line-height: normal;
}

#content li {
	margin-bottom: 1px;
	margin-left: 15px;
	padding-left: 5px 0;
	list-style: square;

	}

#content h1 {
	font-size: 125%;
	color: #E73029;
	text-decoration: none;
}

#content h2 {
	padding: 5px 20px;
	background: #ffffff;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 100%;
	color: #D4C792;
}

#content h3 {
	font-size: 14px;
	color: #E73029;
}

#content p {
	margin: 0;
	line-height: normal;
}

#content a {
	border: none;
	text-decoration: none;
	color: #db1510;
}

#content a:hover {
	text-decoration: underline;
}


#footer {
	width: 716px;
	padding: 10px 0 5px 0;
	color: #ffffff;
}

#footer p {
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}
#foot {
	margin-left: 18px;
	background: url(images/footer.gif) no-repeat;
	margin-bottom: 10px;
}

#legal, #legal p {
	text-align: center;
	font-size: 10px;
	font-color: #000000;
}

#quote {
	width: auto;
	height: 40px;
	float: center;
	padding: 10px;
	text-align: center;
	background: url(images/quote.gif) no-repeat;
	margin-left: 20px;
}

