/*==================================================================
	Reset styles!
==================================================================== */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
        text-shadow: 0 0 0 #000;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*==================================================================
	Global styles
==================================================================== */
 
.clear         { clear:both; }
.float-left    { float:left; margin:0 10px 10px 0; }
.float-right   { float:right; margin:0 0 10px 10px; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold, b, strong         { font-weight:700; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.uppercase     { text-transform:uppercase;}
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/*==================================================================
	Overall styles
==================================================================== */

body#top {
	margin: 0;
	padding:0;
	color: #252a2c;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	line-height: 110%;
	font-size: 62.5%;/* 16px &times; 62.5% = 10px */
	background-color:#024000;
}

.wrapper {left:50%;
	width:717px;/* Overall width of div */
	margin:0 0 0 -358px; /* half of the overall width */
	clear:both;
	position:relative;
	padding: 0;
}

a, a:visited {color:#024000;}

a:hover {color:#992f20;}

/*==================================================================
	masthead styles
==================================================================== */

.contact {font-weight: 700; font-size: 9pt; color:#e6d9ae}

.contact a	{
	color:#e6d9ae;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6d9ae;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #992f20;
	border-right-color: #992f20;
	border-left-color: #992f20;
}
.contact a:hover	{
	color:#992f20;
	background-color:#e6d9ae;
	border: 1px solid #e6d9ae;
	}




/*==================================================================
	nav styles
==================================================================== */

.nav {}

.nav ul {}

.nav ul li {margin: 0 0 .5em 0;}

/*==================================================================
	article styles
==================================================================== */

.article {padding: 0 1.5em;}

.article h1 {font-size:1.6em; font-weight:700; text-align:center; margin:0 0 1.5em 0; text-transform:uppercase; border-bottom:1px solid #e6d498; padding:0 0 2px 0;}
.article h2 {color: #992f20; font-size:1.4em; font-weight:700; border-bottom:1px solid #e6d498; padding:0 0 2px 0; margin:1.5em 0 .5em 0;}
.article h3 {font-size:1.2em; font-weight:700; margin:1.5em 0 .5em 0; padding:0;}

.article p {
font-size:.8em;
line-height:1.3em;
margin:.8em; 0;
padding:0;}

.article ul {}
.article ul li {font-size:.8em;}

/*==================================================================
	footer styles
==================================================================== */

.footer {margin: 1.5em; 0}
.footer p {font-size: 1em; color:#808080; line-height: 1.2em; text-align:center;}

.footer a	{
	color:#e6d9ae;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6d9ae;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #024000;
	border-right-color: #024000;
	border-left-color: #024000;
}
.footer a:hover	{
	color:#992f20;
	background-color:#e6d9ae;
	border: 1px solid #e6d9ae;
	}

