/*****************************************************************

	Browser Reset Styles
	
*****************************************************************/

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************************************************************

	Master Styles
	
*****************************************************************/


html, body {
	height:100%; 
	margin:0; padding:0; border:0;
	background-color: #FFF;
	background-image: url("/images/rough.gif");
	text-align:center;
	font-family: Georgia, Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color:#333;
}

p {
	margin:2px;
	padding:5px;
	line-height: 1.4;
}

q {
	color:#58841b;
}

a {
	color:#2377A5;
}
h1
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
	color:#0D3656;
}

ul {
	margin-top:5px;
	list-style-type: disc;
	line-height:1.5em;
	list-style-position: inside;
}

#main {
	position:relative;
	text-align:center;
	width:100%;
	min-height:90%;
	padding:0;
	margin:0;
}

#content {
	margin:20px auto;
	width:947px;
	text-align:left;
}

#default_panel {
	float:left;
	width:700px;
	margin-right:47px;
	margin-bottom:20px;
}

#alt_panel {
	float:left;
	width:700px;
	margin-left:27px;
	margin-bottom:20px;
}

#sidebar {
	float:left;
	text-align:center;
	width:200px;
	margin-bottom:20px;
}

#intro {
	max-width:204px;
	min-height:172px;
	margin-top:10px;
	padding:5px 0 10px 5px;
	background-color:#EFE971;
	background:#EFE971 url("/images/postit.png") no-repeat bottom left;
	text-align:left;
	font-family: Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:85%;
	font-weight:bold;
}

#intro img {
	margin:5px 0 0 5px;
}

#intro p {
	margin-top:5px;
}

#about-quotes {
	font-size:120%;
	font-style:italic;
	line-height:1.5em;
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #A2CA58;
}

#about-quotes div {
	padding:10px;
	border:1px solid #A2CA58;
}

.quote-from {
	display:block;
	clear:both;
	color:#58841b;
	font-size:70%;
	font-style:italic;
}

#header {
	width:100%;
	height:220px;
	background-image:url("/images/header_background.jpg");	
}

#pre-footer {
	position:relative;
	width:100%;
	text-align:center;
	display:block;
	clear:both;
	font-size:80%;
	color:#888;	
}

#disclaimer {
	width:947px;
	border-top:1px dotted #DDD;
	margin: 5px auto;
}

#disclaimer img{
	float:none;
}

#footer {
	width:100%;
	clear:both;
	margin: 0;
	padding: 0;
	height:105px;
	background-image:url("/images/footer_background.jpg");	
}