/************** Default Elements *******************/

@import "reset.css";

/* hide from IE mac \*/
html
{
	min-height: 100%;
	margin-bottom: 1px;
}

/* end hiding from IE5 mac */
body
{
	background: url(../images/bodyBG.jpg) repeat-x;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #505050;
}

/************** Text Elements *******************/
h1
{
	font-size: 2em;
	margin: 15px 0 0.5em;
	padding: 0.25em 0;
	color: #000;
}

h2
{
	font-size: 1.67em;
	margin: 1.5em 0 0.33em;
	padding: 0.25em 0;
}

h3
{
	font-size: 1.38em;
	margin: 1.5em 0 0.25em;
	padding: 0.125em 0;
}

h4
{
	font-size: 1.25em;
	margin: 0.5em 0 0;
}

h5
{
	font-size: 1.11em;
	margin: 0.5em 0 0;
}

h6
{
	font-size: 1.05em;
	margin: 0.5em 0 0;
}

p { margin: 0.33em 0 1em 0; }

pre, code, tt
{
	font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace;
	margin: 1em 0;
}

code, tt
{
	border-bottom: 1px solid #E3E3E3;
	padding: 0 1px;
}

small { font-size: 85%; }
big { font-size: 115%; }

sup
{
	font-size: smaller;
	vertical-align: 0.5em;
	line-height: 1px;
}



/************** Layout Elements *******************/
#wrapper
{
	width: 775px;
	margin: 0 auto;
	font-size: 90%;
}

#leftcol
{
	float: left;
	min-height: 300px;
	width: 164px;
	margin-top: 20px;
	background: url(../images/SideNavTop.gif) no-repeat;
}

#leftcol ul
{
	background: #e5e5e5 url(../images/SideBottom.gif) bottom left no-repeat;
	list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 70px;
}

#leftcol li
{
	padding: 6px 2px;
	border-top: 1px solid #a5b7c9;
	border-left: 1px solid #b8c1c7;
	border-right: 1px solid #b8c1c7;
}

#leftcol a
{
	color: #5B7082;
	text-decoration: none;
	margin-left: 4px;
	display: block;
}

#leftcol a:hover, #leftcol .here { color: #C60; }

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

#leftcol a.here { text-decoration: none;}


#content
{
	padding: 1px 0 0 0;
	margin: 0 0 0 200px;
	font-family: Verdana, sans-serif;
}

#content ul, #content ol, #content.hanging  p
{
	margin: 1em 0;
	padding-left: 2.5em;
}

#content  p, #content  li { line-height: 1.4; }


#content.hanging  h3 a
{
	margin-right: 1em;
}


#content  li
{
	margin-bottom: 0.5em;
}

#content  .compact li
{
	line-height: normal;
	margin-bottom: 0;
}

#content  ul li { list-style: square; }
#content  ol li { list-style: decimal; }
#content dt { margin: 0.5em 0 0; }
#content dd { margin: 0.25em 0 0.5em 2.5em; }

#footer
{
	margin-top: 30px;
	float: right;
}

#footer p
{
	float: right;
	color: #000;
	font-size: 90%;
	clear: right;
	color:gray;
}

#footer p strong
{
	color:black;
}

#footer p a
{
	color: #C60;
	text-decoration: none;
	border-bottom: 1px dotted silver;
}


#footer p#credits
{
	border-top: 1px solid #e5e5e5;
	padding-top: 1em;
}

#header
{
	min-height: 144px;
	background: url(../images/title.jpg) 0 0 no-repeat;
}

#strap
{
	height: 144px;
	background: url(../images/header-f.jpg) no-repeat;
}

/************** Generic Classes for floating images *******************/
.right
{
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #000;
}

.left
{
	float: left;
	margin: 5px 10px 2px 0;
	border: 1px solid #000;
}

/************** Link Styles *******************/
a img { border: none; }
a { }
a:hover { }

/*********** Navigation *************/
#header ul
{
	margin-top: 94px;
	padding: 10px 5px 0;
	list-style-type: none;
	float: right;
}

#header li
{
	float: right;
	background: url("../images/right.gif") no-repeat top right;
	padding: 0 5px 0 0;
	margin-left: 6px;
}

#header a
{
	float: left;
	display: block;
	background: url("../images/left.gif") no-repeat left top;
	padding: 2px 8px 1px 13px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#header a:hover, #header a:focus { color: #ccc; }
#header #current { background-image: url("../images/right_on.gif"); }

#header #current a
{
	background-image: url("../images/left_on.gif");
	color: #000;
	padding-bottom: 3px;
	padding-top: 4px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#header a { float: none; }

/* End IE5-Mac hack */
/*********Show to IE mac *************/
/*\*/
/*/
#header { height: 144px; }
#header ul { padding-top: 104px; }

/**/

.hilite
{
	color: #C60;
}

.bold 
{
	font-weight: bold;
}




