﻿body
{
	margin: 0;
	padding-bottom: 2em;
	color: #000000;
	font-family: "Lucida Grande" , "Trebuchet MS" , Verdana, sans-serif;
	background: url(../img/bg_tile_l.gif) #333333 left top;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #40659B;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:visited {
	color: #8EA4C2;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #036;
	border-bottom-style: solid;
	}
a.more {
	padding-right: 7px;
	background: url(../img/more-blue.gif) no-repeat 100% 5px;
	}
	
/* ---[ top ]------------------------------- */

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  width: 90%;
  background: #fff;
	top: 18px;
	left: 0px;
}
	
#header {
	background: #3874BB url(../img/spring-head.gif) no-repeat top right;
	background-repeat: no-repeat;
	height: 70px;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	}
#header .title
{
	float: left;
	margin-left: 1em;
	line-height: 2em;
	height: 49px;
	padding-top: 15px;
}

#header .breadcrumb
{
	float: right;
	font-size: 0.6em;
	margin-right: 0.2em;
	padding-top: 50px;
}


/* Footer */

#footer
{
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 15px;
	background-color: #3874BB;
	color: #FFFFFF;
	border-top: #778899;
	text-align: center;
	font-size: 0.6em;
}

/* sidebar */
#sidebar {
	width: 219px;
	float: right;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #888;
	}
#sidebar h3 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	border: none;
	background: #93BB3A url(../img/sidebar-h3-bg.gif) repeat-x top left;
	}
#sidebar h3#quick {
	margin-top: 24px;
	}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
#sidebar p, #sidebar ul, #sidebar dl {
	margin: 4px 10px 4px 10px;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 12px;
	line-height: 1.4em;
	background: url(../img/green-bullet.gif) no-repeat 0 5px;
	}
#sidebar img {
	vertical-align: middle;
	}


/* Main Content */

#content 
{
	width: 66%;
	float:left;
	padding: 20px;
}
#content ol, li {
	font-size: 80%;
	line-height: 1.6em; 
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}
#content h1 {
	font-size: 125%;
}
#content h2 {
	font-size: 105%;
}
#content h3 {
	font-size: 80%;
	font-style:italic;
}

/* Tables */

table
{
	vertical-align: top;
	empty-cells:show; 
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	/*border: 1px solid #666666;*/
}

th 
{
	background: #93BB3A url(../img/sidebar-h3-bg.gif) repeat-x top left;
	text-align: left;
	font-weight: bold;
	color: #fff;
}
	
th, td 
{
	
	vertical-align: top;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	font-size: 80%;
	padding: 2px 5px;
}
