body {
	background: #ffffff url(../images/bg_top.gif) top repeat-x;
	font: 12px "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
	text-align: center;
}

/* Basic **********************************************/

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

h1 {
	font: bold 12px "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
}

h2 {
	font: bold 12px "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
}

h3 {
	font: bold 12px "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
}

h4 {
	font: normal 12px "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
}

p {
	font: normal 12px/18px "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
}

ul {
	font: normal 12px/18px "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
}

blockquote {
	line-height: 18px;
	margin: 0 0 8px 20px;
}

sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

input {
	vertical-align: middle;
}

textarea {
	border: 1px solid #cccccc;
}

select {
	border: 1px solid #cccccc;
}

button {
	border: 1px solid #cccccc;
}

legend {
	position: relative;
}

/* Header Begin **********************************************************/
#top_nav ul li a:link, #top_nav ul li a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
}

#top_nav ul li a:hover {
	color: #FFFFFF;
	margin-right: 6px;
}
/* Header End ************************************************************/


/* Main Nav Begin ********************************************************/
#main_nav ul li a {
	font-size: 12px;
	background: url(../images/layout/box_outline.gif) left no-repeat;
	color: #000000;
	text-decoration: none;
	padding-left: 18px;
}

#main_nav ul li a:hover {
	font-size: 12px;
	background: url(../images/layout/box_fill.gif) left no-repeat;
	color: #000000;
	text-decoration: none;
	padding-left: 18px;
}

#main_nav ul li a.current {
	font-size: 12px;
	background: url(../images/layout/box_fill.gif) left no-repeat;
	color: #C41200;
	text-decoration: none;
	padding-left: 18px;
}
/* Main Nav End **********************************************************/

/* Main Section Begin ****************************************************/
/* Main Section End ******************************************************/


/* Sidebar Begin *********************************************************/
#sidebar p {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 5px 0;
}

#sidebar a {
	text-decoration: none;
	color: #000000;
}

#sidebar a.current {
	font-weight: bold;
	color: #C41200;
}

#sidebar a:hover {
	color: #C41200;
}

#sidebar ul li {
	list-style: square;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 3px 15px;
}

#sidebar h1 {
	font-size: 11px;
	line-height: 12px;
}
/* Sidebar End ***********************************************************/


/* Content Begin *********************************************************/
#content h1 {
	margin: 0 0 5px 0;
}

#content h2, #content h3 {
	margin: 0 0 0px 0;
}

#content h4 {
	margin: 0 0 2px 0;
}

#content p {
	margin: 0 0 8px 0;
}

#content ul {
	padding: 0 0 0 20px;
	margin: 0 0 8px 0;
}

#img_col img {
	margin-top: 4px;
}

#img_col p {
	font-size: 11px;
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 30px;
	width: 190px;
}

#img_col p.quickNote {
	margin: 0 0 5px 0;
	width: 150px;
	font-size: 10px;
}

.first_para {

}

p.footnote	{
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: url(../images/layout/dotted-horizontal.gif) repeat-x;
	padding: 9px 0 0 0;
}

p.footnote2	{
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: url(../images/layout/dotted-horizontal.gif) repeat-x bottom;
	padding: 7px 0 8px 0;
}

p.citation {
 font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
 font-size: 12px;
 line-height: 14px;
 padding: 0 0 0 20px;
}

.quote {
	padding: 0 0 0 20px;
	font-style: italic;
}

.term {
	font-weight: bold;
}

a.image_ref {
	font-style: italic;
}

#print a, #print a:hover {
	font-size: 10px;
	color: #000000;
}

#pdf a, #pdf a:hover {
	font-size: 10px;
	color: #000000;
}

.credit {
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.underline {
	text-decoration: underline;
}
/* Content End ***********************************************************/


/* Footer Begin **********************************************************/
#footer ul li a, #footer ul li a:visited {
	color: #C14200;
}
/* Footer End ***********************************************************/