@charset "UTF-8";
/* CSS Document */

html, body {
padding:0px;
margin:0px;
background-color:#cccccc;
}
#content {
background-color:#FFFFFF;
width:100%;
padding:0px;
margin:0px;
position:relative;
float:left;
}

#nav {
height:32px;
width:100%;
background-image:url(../images/nav.gif);
background-repeat:repeat-x;
clear:both;
}
.wrapper {
width:670px;
margin:0px auto;
padding:0px 40px;
height:100%;


}
.header {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666;}

a:link.nav {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
letter-spacing:1px;
}
a:visited.nav {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
letter-spacing:1px;
}
a:hover.nav {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#FFC299;
letter-spacing:1px;
}
a:active.nav {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#FFC299;
letter-spacing:1px;
}

a:link {text-decoration:underline;
color:#FF6600;}

a:visited {text-decoration:underline;
color:#FF6600;}

a:hover {text-decoration:none;
color:#FFA366;}

a:hover {text-decoration:none;
color:#FFA366;}

a:link.foot {text-decoration:none;
color:#333333;}

a:visited.foot {text-decoration:none;
color:#333333;}

a:hover.foot {text-decoration:none;
color:#FFA366;}

a:hover.foot {text-decoration:none;
color:#FFA366;}

h1 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-size:32px;
font-weight:bold;
line-height:125%;
}

h2 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-size:18px;
font-weight:normal;
line-height:125%;
}

h3 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#999999;
font-size:16px;
font-weight:normal;
line-height:125%;
}

p, li {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:normal;
line-height:125%;
}

p.td, h1.td, h2.td {
background-color:#FFEBD6;
vertical-align:top;
padding:8px;
margin:0px;
}

table {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:normal;
line-height:125%;
}

td.bborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-collapse:collapse;
}

p.foot {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:9px;
font-weight:normal;
line-height:125%;
}

.left {
float:left;
width:100%;
padding:0px 40px 0px 0px;
height:100%;
min-height:100%;
display: inline;

}
.lefthead {
float:left;
width:414;
padding:0px 40px 0px 0px;
height:100%;
min-height:100%;
display: inline;

}
.right {
float:right;
width:256px;
padding-left:40px;
}

#foot {
clear:both;
background-color:#cccccc;
background-image:url(../images/orange.gif);
background-position:top;
background-repeat:repeat-x;
width:100%;
padding:10px 0px;
}