/* Blueprint CSS Framework */

/* reset.css */
html, body,  span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
 
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#ffca00;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#ffca00;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;font-family:"Myriad Pro",helvetica,arial,sans-serif;border-bottom:1px solid #ffca00;color:#ffca00;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
del {color:#666;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.quiet {color:#666;}

.container{
	width:800px;
	height:1180px;
	margin:0px auto;
	background: url('back.jpg') repeat-y;
}
#printable{
text-align:right;
padding-right:20px;
}

#printable a:link, #printable a:active, #printable a:visited{
	color:#FFFFFF;
}
#printable a:hover{
color:#ffca00;
}
#left li{
background:url('back_on.jpg') no-repeat;
width:150px;
height:30px;
padding:6px;
}

#left ul{
list-style-type:none;
margin:0px;
}

#left li a:link, #left li a:active, #left li a:visited{
font-size:20px;
color:#FFFFFF;
text-decoration:none;
margin-left:10px;
}
#content{
float:left;width:610px;background:none;margin-left:20px;color:#ffca00;height:650px;overflow:auto;
}
#footer{
float:left;width:100%;text-align:center;margin-top:20px;
}
#footer p{
background:#4a3218;width:595px;padding:10px;color:#FFFFFF;
}
HTML>BODY #footer p{
margin-left:95px;
}
.input_select{
	width:325px;
}
.input_textarea{
	width:325px;
	height:100px;
}