/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#BC8F5F;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;	
}
h2 {
	margin: 1.2em 0em;
	font-size: 1.6em;	
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em;
	font-size: 1.4em;	
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;	
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;	
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;	
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
    margin:0.2em 0 0.1em 0;
	line-height: 1.8em;
	font-size: 1.0em;		
}
p {
	margin: 1.2em 0em;
	line-height: 1.8em;
	font-size: 1.0em;	
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	font-weight: bold;
	color:#EDE890;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#EDE890;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
table { border:0px; border-collapse:collapse ; width:100%} 
td {vertical-align:top; padding:0px; }


td, table, select,  input, textarea{
	font-family:arial;
	font-size:11px;
	vertical-align:top;
	line-height:15px;
	color:#ffffff
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background:#000000}

.bg{ background:url(images/center.jpg) no-repeat}
.bg1{ background:url(images/l_r1.jpg) no-repeat}
.bg2{ background:url(images/l_r1.jpg) no-repeat right top}
.bg3{ background:url(images/content_bg.jpg) repeat-x #B0464B}
.bg4{ background:url(images/foot_left.jpg) repeat-x}
.bg5{ background:url(images/foot_bottom.jpg) repeat-y}
.bg6{ background:#2E0F14}
.bg7{ background:#AD6467; width:1px}

.footer{ background:url(images/footer.jpg) no-repeat; width:766px; height:81px}
.footer td{ color:#B7ACAD; vertical-align:middle; text-align:center; font-family:tahoma}
.footer a{ color:#B7ACAD; text-decoration:underline}
.footer a:hover{ text-decoration:none}



span a{ color:#EDE890; text-decoration:underline; background:url(images/marker.gif) no-repeat 0 6px; padding-left:18px}
span a:hover{ text-decoration:none}


ul{margin:0px; padding:0px; list-style:none; line-height:16px; float:left}
ul li{ padding-left:15px; float:left}
ul li a{ color:#E1D3A4;  text-decoration: none}
ul li a:hover{ text-decoration: underline;color:#866C18;}

/*
ul{margin:0px; padding:0px; list-style:none; line-height:16px; float:left}
ul li{ background:url(images/list_bg.gif) no-repeat 0 6px; padding-left:15px; float:left}
ul li a{ color:#FFFFFF;  text-decoration: none}
ul li a:hover{ text-decoration: underline}
*/

b{ text-transform:uppercase; font-size:10px}

.px{ background:#924A50; height:2px; width:auto}
.px1{ background:#B2575D; height:2px; width:auto}


.logo{ height:202px; padding:49px 0 0 68px}
.menu{ height:60px; padding-left:175px}

strong{ color:#EDE890}

span{ color:#EDE890}

.indent{ padding-left:4px}
.indent1{ padding:11px 0 20px 0}
.indent2{ padding:0 63px 0 48px}

.form input {
	width:184px;
	height:18px;
	color: #000;
	padding:2px 0 0 4px;
	line-height:13px;
	background-color:#ffffff;
}

.form textarea {
	width:184px;
	height:78px;
	color: #000;
	overflow: auto;
	padding:2px 0 0 4px;
	line-height:13px;
	background-color:#ffffff;
}

.abcon
{
	font-family:arial;
	font-size:14px;
	vertical-align:top;
	line-height:15px;
	color:#ffffff;
}


 