/*begin 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, 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: 1em;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/*end reset*/

body{
background: #515151;
color:#303030;
font-family: Georgia, "Palatino Linotype", serif;
font-size:13px;
line-height:1.36em;
text-align: center;
}

#container{
margin: 0 auto;
width:840px;
background:#FFF;
-moz-border-radius: 4px;
border-left:2px solid #000;
border-right: 2px solid #000;
text-align: left;
}

#main{
margin-top:20px;
}

#header{
width:840px;
height:200px;
background: url('img/header.jpg') #fff;
background-position: center top;
background-repeat: no-repeat;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
   -khtml-border-radius-bottomleft: 3px;
   -khtml-border-radius-bottomright: 3px;
   -webkit-border-radius-bottomleft: 3px;
   -webkit-border-radius-bottomright: 3px;
   border-radius-bottomleft: 3px;
   border-radius-bottomright: 3px;
margin: 0 auto;
display:block;
clear:both;
align:center;
}

#navbar{
/*background: #39464D;*/
font-family:Verdana, Tahoma, sans-serif;
font-size:15px;
width:750px;
clear:both;
text-align:center;
text-transform: uppercase;
font-size: 0.2em;
width:100%;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
padding-left:auto;
padding-right:auto;
}

#navbar ul{
font-family: "Times New Roman", sans-serif;
margin-left:auto;
margin-right:auto;

}

#navbar ul li{
/*float:left;*/
display:inline;
margin-left:auto;
margin-right:auto;
padding-left:5px;
padding-right:5px;
font-family:Verdana, Tahoma, sans-serif;
font-size: 12px;
margin-top: 0.4em;
border-left: 1px solid #5b5b5b;
/*border-right: 1px solid #5b5b5b;*/
}

ul.navbar{
margin-left:auto;
margin-right:auto;
}


#navbar ul li a:link, #navbar ul li a:visited{
color:#C04229;
text-decoration:none;
font-family:Verdana, Tahoma, sans-serif;
}

#navbar ul li a:hover{
color:#C04229;
font-weight:bold;
font-family:Verdana, Tahoma, sans-serif;
}



#content{
margin-left:50px;
margin-right:50px;
margin-top:25px;
margin-bottom:10px;
text-align:justify;

}

h1, h2, h3, h4, h5, h6{
border-bottom:1px solid #C04229;
clear:both;
margin-bottom: 10px;
margin-top: 30px;
}

h1{
font-size:24px;
border: 0;
margin-top:15px;
color: #C04229;
}				 

h2{
font-size:22px;
}				 

h3{
font-size:20px;
}				 

h4{
font-size:18px;
}				 

h5{
font-size:16px;
}				 

h6{
font-size:14px;
}

img{
border:0;
padding:5px;
}

img.right{
float:right;
}

img.left{
float:left;
}

img.center{
float:center;
margin-left:auto;
margin-right:auto; 
}

p.img-ctr{
text-align:center;

}

p.intro{
font-family: Verdana, Tahoma, sans-serif;
font-size: 0.69em;
}

p{
margin-top:12px;
margin-bottom:12px;
}

#content a:link, #content a:visited{
color: #C04229;
font-weight:bold;
text-decoration:none;
font-family: Helvetica, Arial, sans-serif;
}

#content a:hover{
color:#39464D;
font-weight:bold;
text-decoration:underline;
font-family: Helvetica, Arial, sans-serif;
}
#content table{
border:1px dotted #d7d7d7;
padding:1px;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top: 5px;
margin-bottom: 5px;
font-family: Helvetica, Arial, sans-serif;
}

#content table tr{
border: 1px dotted #d7d7d7;
}

#content table tr td{
border: 1px dotted #d7d7d7;
padding: 2px;
}

#content table tr.headers{
padding:1px;
margin-left: 3px;
margin-right: 3px;
text-align:center;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
color: #C04229;
}

#footer{
background:#39464D;
color:#FFF;
text-align:center;
font-family: Helvetica, Arial, sans-serif;
margin-top:30px;
width:840px;
margin-left:auto;
margin-right:auto;

}

#footer a:link, #footer a:visited{
color: #B6DEC8;
text-decoration:none;
}

#footer a:hover{
color:#B6DEC8;
text-decoration:underline;
}

span#home{
font-size:1.13em;
line-height:1.5em;
font-family: Georgia, "Palatino Linotype", serif;
text-align:justify;
}
				   

