* {
	margin:0;
	padding:0;
}

body {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	background:#D8F9FA;
}

p {
	padding:.5em 0;
}

ul {
	padding-left:20pt;
	list-style-type:square;
}

small {
	font-size:9pt;
}

a {
	color:#03c;
}
a:hover {
	color:#06f;
}


/**********************************
             TEMPLATE 
 **********************************/

.width {
	width:760px;
	margin:0 auto;
}

#heading {
	background:#000 url(images/template/heading_rule.png) repeat-x bottom center;
	color:#fff;
	padding:10px 0 28px;
	border-bottom:2px solid #000;
}

#heading h1 {
	line-height:60px;
}

#contentwrapper {
	background:#fff url(images/template/content_bg.gif) repeat-x;
}
#contentinner {
	margin-right:160px;
	padding:30px 0 20px;
	height:auto !important;
	height:300px;
	min-height:300px;
}

#footer {
	border-top:2px solid #09f;
	padding:.5em 0 1em;
	color:#666;
	font-size:9pt;
}


/**********************************
            NAVIGATION
 **********************************/

#nav {
	color: #996700;
	list-style:none;
	padding:30px 0 0;
	float:right;
	width:150px;
	letter-spacing:.1em;
	text-transform:lowercase;
}

#nav a {
	color: #996700;
	text-decoration:none;
	background:url(images/template/folder_closed.png) no-repeat left center;
	font-size:10pt;
	line-height:22pt;
	height:22pt;
	padding-left:43px;
	display:block;
}

#nav a:hover {
	text-decoration:underline;
	opacity:.75;
	/* the rest is for IE */
	filter:alpha(opacity=75);
	background-color:#fff;
}
	
#nav .true a {
	font-size:14pt;
	line-height:28pt;
	height:28pt;
	background:url(images/template/folder_open.png) no-repeat left center;
}


/**********************************
              CONTENT 
 **********************************/

#content p, #content ul {
	line-height:16pt;
}

h2 {
	font-size: 17pt;
	font-weight:normal;
	color:#996700;
	padding:3px 0 .5em;
	border-top:1px solid #996700;
	margin-right:40pt;
}

h3 {
	clear:left;
	font-weight:normal;
	color:#333;
	font-size:15pt;
	margin:1.5em 0 .5em 0;
	padding:2pt 0;
	border-top:2px solid #ccc;
	border-bottom:1px solid #eee;
	
}
h3 em {
	font-style:normal;
	font-weight:normal;
	font-size:12pt;
	color:#666;
}
h3 em a {
	color:#666;
}

ul.home {
	font-size:13pt;
}

table.bordered {
	border:1px solid #999;
}
table.bordered td, table.bordered th {
	border:1px solid #CCC;
	padding:3px;
}
table.bordered th {
	text-align:left;
	background:#F3EDE2;
	border-bottom-color:#999;
}

.rightimage {
	margin-left:20px;
	margin-bottom:3pt;
	float:right;
}
.leftimage {
	margin-right:20px;
	margin-bottom:3pt;
	float:left;
}

/**********************************
          QUOTES & OUTCOMES
 **********************************/

.inner {
	margin-left:250px;
	display:block;
	font-size:11pt;
}

.quote, .outcome {
	display:block;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-left:30px;
	background:url(images/template/quote.gif) no-repeat left 6pt;
	color:#028679;
	font-size:14pt;
}

.outcome {
	background:url(images/template/tick.gif) no-repeat left 3pt;
	color:#093;
	font-size:13pt;
}

.quote em {
	font-size:12pt;
	font-style:normal;
	color:#999;
}