/* CSS Document */

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,
fieldset, form, label, legend{
/*table, caption, tbody, tfoot, thead, tr, th, td {*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
}
body {
	line-height: 1;
	background:url(images/bg.jpg) repeat-x left top #443B41;	
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	margin-top:10px;
	font-size:12px;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
form{
margin:0px;
padding:0px;
}
a{
text-decoration:none;
outline:none;
color:#FF9900;
}

a:hover{
text-decoration:none;
outline:none;
color:#00CCFF;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-bottom:10px;
}
h3{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
}
.mainwrapper{
width:848px;
margin:auto;
padding:0px;
background:none;
}


.clear{
margin:0px;
padding:0px;
clear:both;
}
/*.menu{
margin:0px;
padding:0px;
}
.menu ul{
margin:0px;
padding:0px;
width:183px;
}
.menu li {
padding:0px 0px 0px 0px;
color:#542B0D;
}

.menu li a {
color:#CA8F08;
line-height:25px;
font-size:12px;
border-bottom:dotted 1px #CA8F08;
display:block;
text-decoration:none;
}
.menu li a:hover{
color:#FF6600;
text-decoration:none;

}*/

.banner{
background:url(images/banner.jpg) no-repeat left top; 
}
.leftcolbg{
background:url(images/leftcolumn-bg.jpg) repeat-x left top ;
}
.rightshadow{
background:url(images/shadowbg.jpg) repeat-y left top;
}
.rightttopshadow{
background:url(images/rightcolumnshadowtop-bg.jpg) left top repeat-x;
padding:10px;
}
.txtmain{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:1.5;
}
