/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* Eric Meyer's Reset Rules */
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Back to my CSS */
body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-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-weight: bold;
	font-size: 14pt;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;}
h1, h2, h3, h4, h5, h6 {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
h2, h3, h4, h5, h6 {
	font-size: 13pt;
	margin-bottom: 8px;
}
h3 {font-size: 12pt;}
h4, h5, h6 {font-size: 11pt;}
/* Spacing */
p, ul, ol, table {margin-bottom: 20px;}
table table {margin: 0;}
/* Lists */
ul {
	list-style: disc;
	margin-left: 32px;
}
ol {
	list-style: decimal;
	margin-left: 42px;
}
ol ol {list-style: lower-alpha;}
ol ol ol {list-style: lower-roman;}
ul ul, 
ol ol {margin: 8px 0 16px 20px;}

/****************************************************************************************
	[LAYOUT]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#wrapper {width: 100%;}
#header {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding: 10px 0;
}
	#header h1, #header h2 {margin: 0;}
	#header h1 {font-size: 18pt;}
	#header h2 {font-style: italic;}
#main-content {padding: 20px 0;}
	/* Three Panels */
	#main-content ul#panels {
		margin: 0;
		list-style: none;
	}
		#main-content ul#panels li {
			padding: 14px;
			border: 1px solid #666;
			margin-bottom: 14px;
		}
			#main-content ul#panels li h2 {
				margin: 0;
				padding-bottom: 6px;
				font-size: 12pt;
			}
#footer {
	border-top: 1px solid #000;
	padding: 5px 0 0 0;
}
	#footer p {
		font: normal 8pt Arial, Helvetica, sans-serif;
		text-align: center;
	}

/****************************************************************************************
	[COMPONENTS] specific styles for content area
*****************************************************************************************/
	
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

