
/* Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

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, 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; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background-color: #ffffff;
	color: #000000;
	/*background-image: url('images/back_grunge.jpg');*/
	/* font: normal 0.9em times, Times New Roman, times-roman, georgia, serif;*/
	font: 14px/19px arial;
	line-height: 1.5em;
}

hr {
	color: #222222;
	background-color: #222222;
	height: 3px;
	border: none;
}

/* Typography 
------------------------------------------------------------------- */

p {padding: 0.2em 0 1em;}

h1 {font: normal 1.9em times, Times New Roman, times-roman, georgia, serif;}
h2 {font: normal 1.9em times, Times New Roman, times-roman, georgia, serif;}
h3 {font: normal 1.9em times, Times New Roman, times-roman, georgia, serif;}
h4 {font: normal 1.4em times, Times New Roman, times-roman, georgia, serif;}
h5 {font: normal 1.2em arial;}
h6 {font: bold 1em arial;}

h1 {
	color: #733e1f;
}

h2 {
	color: #48731c;
	line-height: 26px;
}

h3 {
	color: #a16f0e;
}

h4 {
	padding-top: 20px;
	color: #733e1f;
}

h5,h6 {
	color: #733e1f;
	margin-bottom: 0.3em;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 20px;
	width: 440px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 12px;
	font-weight: normal;
	padding: 6px;
	background: #fcd07e;
	border-top: 4px solid #fcd07e;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 6px;
	background: #feeec9; 
	border-bottom: 1px solid #fff;
	color: #669;

}


/* Links 
------------------------------------------------------------------- */

#col1 a {
	color: #336699;
	padding:0px;
	text-decoration: none;
}
#col1 a:hover {
	color: #336699;
	text-decoration: underline;
}

#col2 a {
	color: #ff6600;
	padding:4px;
}
#col2 a:hover {
	color: #ffffff;
	background-color:#ff6600;
	text-decoration: underline;
}
#col2 a:active {
	color: #ffffff;
	background-color:#ffc29a;
	text-decoration: underline;
}

#col3 a {
	color: #ff66cc;
	padding:0px;
}
#col3 a:hover {
	color: #ff66cc;
	background-color:#ffffff;
	text-decoration: underline;
}
#col3_home a {
	color: #ff66cc;
	padding:0px;
}
#col3_home a:hover {
	color: #ff66cc;
	background-color:#ffffff;
	text-decoration: underline;
}

a:hover img {
background: #ffffff;
}

/* Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}
.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

/* Layout
------------------------------------------------------------------- */

/* General */
#layout_wrapper {
	color: #333333;
	margin: 0 auto;
	width: 975px;
	overflow: hidden;
	background-image: url('images/back.jpg');
	background-repeat: no-repeat;
	background-color: #fff9f1;
}

#layout_body {
	padding: 0px 0px 0px 0px;
}

/* Internal pages */
#col1 {
	width: 205px;
	height: 800px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 207px;
	background-image: url('images/back_left.gif');
	background-repeat: no-repeat;
}
#col2 {
	width: 465px;
	padding-left: 0px;
	padding-right: 20px;
	background-color: #ffffff;
}
#col2_content {
	padding-left: 20px;
}

#col3 {
	width: 245px;
	height: 800px;
	padding-top: 200px;
	background-image: url('images/back_right.gif');
	background-repeat: no-repeat;
}
#col3 p {
	padding-right: 20px;
	padding-left: 20px;
}
#col3 h3 {
	padding-right: 20px;
	padding-left: 20px;
}

/* Home page */
#col2_home {
	width: 485px;
	background-color: #ffffff;
	padding-top: 450px;
	background-image: url('images/back_home_center.jpg');
	background-repeat: no-repeat;
}
#col2_home p {
	padding-right: 20px;
	padding-left: 20px;
}
#col2_home h1 {
	padding-right: 20px;
	padding-left: 20px;
}
#col3_home {
	width: 245px;
	padding-top: 200px;
	background-image: url('images/back_home_right.jpg');
	background-repeat: no-repeat;
}
#col3_home p {
	padding-right: 20px;
	padding-left: 20px;
}
#col3_home h3 {
	padding-right: 20px;
	padding-left: 20px;
}

/* Footer */
#footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	font: normal .7em arial;
	background-color: #ffffff;
	color: #666666;
	padding: 80px 0px 0px 0px;
	height:89px;
	text-align:bottom;
}

#signin {
	font-size: 9px;
} 
