/*Define style for body*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/mainbgnav.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper
{

}

#content
{
position: absolute;
top: 140px;
left: 175px;
margin-top: 2em;
padding-left: 1em;
padding-right: 1em;
width: 600px;

}

#content img 
{
padding: 0.5em;
}


#nav
{
	background-color: #224A82;
	background-image:  url("../images/bg_nav.gif"); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 881px;
	width: 175px;
}



#navlinks
{
position: absolute;
top: 100px;
left: 0px;
}

#navlinks ul
{
margin: 0;
padding: 0;
}

#navlinks li
{
list-style-type: none;
margin: 0px 0px 0px 5px; /*the space between the mo paw and the link*/
padding: 0;
}

#navlinks a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 30px; /*space top-bottom between the links*/
color: #ffffff;
font-size: 17px;
letter-spacing: -1px;
padding: 0px 0px 0px 25px; /*from left side of link to left side of screen*/
text-decoration: none;
}

#navlinks a.active, #navlinks a:hover
{
background-image:  url("../images/paw.png");
background-repeat: no-repeat;
background-position: 3px 50%; /*the space between the mo paw image and the left side of screen*/
}



#header
{
background-color:#FFFFFF;
position: absolute;
top: 0px;
left: 175px;
}


/*Define style for links */

a:link {text-decoration: underline; color: #224A82;}
a:visited {text-decoration: underline; color: #224a82;}
a:hover, a:active {text-decoration: none; color: #224A82;}




/*Define style for header(s)*/

h1 
{
	margin-top: 0px;
	padding-left: 0.5em;
	color: #BD0604;
	background-color: #FFFFFF;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: -1px;
color: #5985BC;
}

h3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: -1px;
font-weight: 700;
font-size: 16px;
}
.inlinesubhead
{
font-weight: bold;
font-size: 15px;
color: #224A82;
}

#footer
{
background-color: #FFFFFF;
width: 200px;
margin-left: 225px;
padding: 1em;
}
#fundraiser
{
position: absolute;
left: 4px;
top: 495px;
}

.datarowA
{
	background:#CCCCCC;
}
.datarowB
{
	background:#EEEEEE;
}
.highlight{
	background:#FFFF00;
}

#diary
{
position: absolute;
left: 13px;
top: 656px;
}
