/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset {margin: 0; padding: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Georgia, "Times New Roman", Times, serif !important; 
	font-size: 10pt !important;
	color: #000 !important;
}
/* -------------//Reset everything */

body {
	color: #000;
	font: 10pt/1.5 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	font-weight: normal;
}
table caption {
	font: bold 11pt "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	text-align: left;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {
	margin: 0 12px;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	font: bold 16pt "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.2;
	color: #000;
	margin-bottom: 20px;
}
h2, h3, h4, h5, h6 {
	font-size: 14pt;
	margin-bottom: 12px;
}
h3 {font-size: 13pt;}
h4, h5, h6 {
	font-size: 12pt;
	margin-bottom: 6px;
}
h5 {font-size: 11pt;}
h6 {font-size: 10pt;}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 30px;}
#main-content table table {margin: 0;}
/* Lists */
#main-content ul, #main-content ol {margin-left: 44px;}
#main-content ul {list-style: disc;}
#main-content ol {list-style: decimal;}
	#main-content ol ol {list-style: lower-alpha;}
		#main-content ol ol {list-style: lower-roman;}
#main-content ul ul, 
#main-content ol ol {margin: 8px 0 16px 20px;}

/****************************************************************************************
	[LAYOUT]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, form p.form-hint, form div.submit,
form fieldset em, div.errors, div.success,
#nav, #header object,
#footer li, #left-col, #sidebar,
#main-content table.forms tfoot td {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
.show-for-print {display: block;}
#wrapper {width: 100%;}
#header {
	border-bottom: 1pt solid #000;
	padding-bottom: 10pt;
}
	#header img {display: block;}
#main-content {padding: 20pt 0;}
#footer {
	border-top: 1pt solid #666;
	padding: 5pt 0 0 0;
	clear: both;
	width: 100%;
}
	#footer ul li {
		font: normal 8pt Arial, Helvetica, sans-serif;
		color: #666;
	}
	#footer li#copyright {display: block;}
	
/* [HOMEPAGE LAYOUTS]
-------------------------------------------------------*/