html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
margin:0 0 0 0;
text-align:center;
background-color:#EFECEC;
background-image: url(images/bg-main1.jpg);
background-repeat: repeat-x;
}

table td p {
font-family:Verdana,Arial,sans-serif; 
font-size: 12px; 
color: #333333; 
line-height:1.6;
}

li {
padding-bottom:8px;
}

ul {
padding-left:10px;
margin-left:10px;
margin-bottom:12px;
}

ol {
margin-bottom:12px;
}

#wrapper {
width:1000px;
margin:auto;
font-family:Verdana,Arial,sans-serif; 
font-size: 12px; 
color: #333333; 
line-height:1.4;
text-align:left;
}

/* CONTENT */

h1 {

}

h2 {
font-size:14px;
font-weight:bold;
padding:0;
padding-bottom:5px;
padding-top:16px;
color: #000000; 
}

#content {
background-image:url(images/content-main1.gif);
background-repeat:repeat-y;
padding:20px 60px;
}
/* GENERIC */

.floatleft {
float:left;
margin-right:20px;
margin-bottom:20px;
}

.floatright {
float:right;
margin-left:30px;
margin-bottom:20px;
text-align:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
/* FOOTER */

.footer {
height:26px;
padding-top:12px;
text-align:center;
color:#DDDDDD;
background-color:#1D0001;
background-image:url(images/bg_footer.gif);
background-repeat:repeat-x;
font-size:10px;
}

/* LINKS */
a:link, a:active {color: #C61F26; text-decoration:underline}
a:visited {color: #C61F26; text-decoration:underline} 
a:hover {color: #C61F26; text-decoration:none}


/* FORM */


input.box:hover {
border:solid 1px #888888;
}

textarea.box {	
background:#F5F5F5 url(images/bg_input.gif) left top no-repeat;
border:1px solid #bfbfbf;	
padding:2px;
padding-left:6px;
width:200px;
margin-bottom:10px;
font-family: Verdana,arial, helvetica; 
font-size:8pt;
}

textarea.box:hover {
border:solid 1px #888888;
}

select {
background:#F5F5F5 url(images/bg_input.gif) left top no-repeat;
border:1px solid #bfbfbf;	
padding:2px;
padding-left:6px;
font-family: Verdana,arial, helvetica; 
font-size:8pt;
margin-bottom:10px;
}