/* Two Wheel Philanthropy CSS - 348 Creations */

/* To Help IE 6 Center Properly */
body 
{ 
	text-align: center; 
	background-color: #CCCCCC;
}

/* Begin Styling Div Boxes */
#container
{
	width: 90%;
	margin: 10px auto;
	background-color: #999999;
	color: #333;
	border: 1px solid gray;
	text-align:left;
}

#top
{
	background-color: #ddd;
	border-bottom: 1px solid gray;
	background-image: url(images/r2pheaderbg.jpg);
}

#top h1
{
	padding: 0;
	margin: 0;
}

#leftnav
{
	float: left;
	width: 100px;
	text-align: right;
	background-image: url(../images/leftnavbg.gif);
	background-repeat: repeat;
	padding: 5px;
	display: compact;
	overflow: auto;
}

#rightnav
{
	float: right;
	width: 150px;
	height: 400px;
	margin: 0;
	padding: 5px;
	text-align: center;
	background-image: url(../images/sponsorbg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#content
{
	margin-left: 110px;
	border-left: 1px solid gray;
	margin-right: 160px;
	border-right: 1px solid gray;
	padding: 5px;
	line-height: 130%;
	background-color: #FFFFFF;
	background-image: url(../images/test_bodybg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 5px;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
}
/* End Styling Div Boxes */


.caption {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
}

.notrequired {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #0000FF;
}

.required {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	color: #000066;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #003300;
	letter-spacing: normal;
	text-decoration: underline;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: normal;
	text-decoration: none;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 130%;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#0000CC;
	line-height:normal;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	line-heigh:normal;
}

/*Being Styling Site-Wide Links */
a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
/*End Styling Site-Wide Links */


/* Begin Styling Links in the Navbar */
div#leftnav a:link {
	color: #000066;

}

div#leftnav a:visited {
	color: #000066;
}

div#leftnav a:hover {
	color: #0000CC;
}

div#leftnav p {
	color:#FFFFFF;
}
/* End Sytling Links in the Navbar */

#rightnav p {
	margin-top: 50px;
	}
	
#content p {
	margin-left: 10px;
	}
/*
#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
*/
.captionBlack {

	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
