@charset "UTF-8";
/* CSS Document */



/*colors:
maroon :#4e3133
blue : #acd1e2
pink: #f9bdcc
gray: #bfb9ba
green: #8b8f37
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
font-size:small;
	line-height: 1;
	color: black;
	background: white;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body{
background-image:url(img/stripes.gif);
background-repeat:repeat-x;
background-position:top left;
}



body a{
color:#000000;
text-decoration:none;
}

body a:visited{
color:#bfb9ba;
}


body a:hover{
text-decoration:underline;
}



#main p.clear{
clear:both;
width:300px;
}




#main{
width:600px;
padding:0 50px 100px 50px;
margin:0 auto;

}

#main img{
clear:both;
}



#main h3{
font-size:1.5em;
color:#acd1e2;
}

#main table{
border:3px dotted #acd1e2;
padding:15px;
margin-bottom:50px;
margin-top:-15px;
width:500px;
}

#main form p strong{
background-color:#acd1e2;
width:400px;
color:#ffffff;
font-weight:bold;
font-size:1.5em;
padding:.5em;
border:1px solid #fff;
display:block;
margin-left:15px;

}

#main p strong{
font-size:1.2em;
color:#4e3133;
padding:.5em 0;
}

p.submit{
color:#8b8f37;
font-size:1.2em;
}

#main form input{
padding:1em;
background-color:#8b8f27;
color:#fff;
}

#header h1{
text-indent:-999em;
height:80px;
margin-top:130px;
background-image:url(img/header.gif);
background-repeat:no-repeat;
background-position:top right;
}

#header{
width:800px;
margin:0 auto;

}

#header a{
margin:-999em;
}


#navigation{
width:150px;
padding:0 50px;
}

#navigation p a{
display:block;
width:125px;
height:65px;
background-image:url(img/back-to-links.jpg);
background-repeat:no-repeat;
text-indent:-999em;
}




#main h1{
text-indent:-999em;
}

#main p{
text-align:justify;
padding:.25em 0;
}





#main h3{
font-size:2em;
color:#4e3133;
font-weight:bold;
padding:.5em 0 .5em 0;
margin-top:0px;

}


#main hr{
border:1px dashed #bfb9ba;
}

#main a{
font-weight:bold;
color:#acd1e2;
}


#main ul li a{
font-size:1em;
font-weight:normal;
color:#000;
}

#main h2{
font-size:1.5em;
font-style:normal;
color:#acd1e2;
background-image:url(img/green-dot.gif);
background-repeat:repeat-x;
background-position:top;
padding:1em 0 .5em 0;
font-weight:bold;
}

#main em{
font-style:italic;
}



#footer-wrapper{
clear:both;

font-size:.8em;
width:100%;
background-image:url(img/footer-background.gif);
background-repeat:repeat-x;
background-position:bottom left;
height:135px;

}

#footer{


text-align:right;

color:#bfb9ba;

}

#footer h2{
display:none;
}

#footer form{
font-size:1em;

color:#bfb9ba;


}


#footer form a{
display:none;
}

#footer-wrapper label{

font-weight:normal;
color:#bfb9ba;

}




#footer p.footer{
background-image:url(img/dessen-photo.jpg);
background-repeat:no-repeat;
background-position:top right;

margin-right:0px;
padding-right:120px;

padding-top:80px;

}



#footer ul li{
list-style-type:none;


}


td{
padding:1em;
}

tr{
padding:1em 0;
}




