/*------------------------------------------------------------*/
/* styles.css                                                 */
/* Handles the way text, lists, and other simple elements     */
/*    should look. Except for unusual cases, this stylesheet  */
/*    will be applied to all media types.                     */
/*------------------------------------------------------------*/

body
{
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif; /* Standard font-set used. */
	font-size:76%; /* A trick to force every font to be relative to the current browser text size. */
	color:#333333; /* Standard font color. */
	background:#000;
}

img
{
	float:left;
	padding:0 10px 10px 0;
}

a img
{
	border:none;
	background:none;
}

/* Demonstration coloring for each major section of the layout. */
#header
{
	background:url(../images/rocks.jpg);
}

#navigation
{
	background:url(../images/highLines.png);
}

#content
{
	background:#fff;
}

#footer
{
	background:url(../images/rocks.jpg);
}

/* #midpage wrapper styles. */
#midpage
{
	background:none;
}

/* #header styles. */
#header h1
{
	font-size:3.5em;
	text-align:center;
}

#header a
{
	color:#333333;
	text-decoration:none;
}

#header h2
{
	font-size:2em;
	text-align:center;
}

/* #content styles. */
#content p
{
	padding:0 0 1em 0;
	font-size:1em;
}

#content ul
{
	padding:0 0 1em 1.8em;
	font-size:1em;
	list-style:disc;
}

#content ul ul
{
	padding-bottom:0;
	list-style:square;
}

#content ol
{
	padding:0 0 1em 2em;
	font-size:1em;
}

#content ol ol
{
	list-style-type:lower-roman;
	padding-bottom:0;
}

#content h1
{
	padding:0 0 0.4em 0;
	font-size:1.7em;
	font-style:italic;
}

#content h2
{
	padding:0 0 0.4em 0;
	font-size:1.3em;
}

#content h3
{
	font-size:1.1em;
	font-weight:bold;
}

#content a
{
	text-decoration:none;
	color:#4B76EC;
}

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

#content a:visited
{
	text-decoration:underline;
	color:#333333;
}

#content blockquote
{
	padding:0 2em 1em 2em;
	display:block;
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

table
{
	text-align:left;
	margin-bottom:1em;
	width:100%;
	border:1px solid #000;
	background:#fff;
}

table .tableTop
{
	color:#fff;
	background:#000;
}

table td
{
	padding:0.3em;
}

table .even
{
	background:#edf3fe;
}

/* #navigation styles. */
#navigation ul
{
	padding:0 0 1em 1em;
	list-style:none;
	font-size:1em;
}

#navigation ul ul
{
	padding:0 0 0 1em;
}

#navigation h3
{
	font-size:1.1em;
	font-weight:bold;
}

#navigation a
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

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

/* #footer styles. */
#footer p
{
	font-size:1em;
	text-align:center;
	font-weight:bold;
}

#footer a
{
	text-decoration:none;
	color:#333333;
}

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