body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin: 0px;
}
a:link {
	color: #484848;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #484848;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #484848;
}
p 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
h1 {
	font-size: 14px;
	color: #900;
	padding: 0px 0px 15px 0px;
    margin: 0px;
}
h3 
{
    padding: 0px;
    margin: 0px;
    color: #900;
    font-size: 12px;
}
.redbold 
{
    color: #900;
    font-weight: bold;
}
.largebold 
{
    font-size: 16px;
    font-weight: bold;
}
#page {
	width:100%;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b34c4a;
}
#main-container {
	width:914px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width:314px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	
}
#account {
	width:314px;
	float: right;
	padding-top: 15px;
}
#nav {
	clear: both;
	height: 35px;
	background-image: url(images/nav-bk.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 12px 20px 0 20px;
	margin: 0;
}
#links {
	width:614px;
	float: left;
	padding: 4px 0 0 0;
	
}
#links ul
{
    margin: 0;
    padding: 0;
    
}
#links li
{
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0 0 0;
}
#navuls {
	padding: 0;
	margin-left: 17px;
	list-style-type: none;
} 
#quicklinkuls {
	list-style-image: url(images/arrow.gif);
	padding: 0;
	margin-left: 17px;
} 
#search {
	width:214px;
	float: right;
}

#image {
	width:914px;
	clear: both;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 9px;
	height: 183px;
}
#content {
	width:914px;
	clear: both;
	background-image: url(images/greylinebg.gif);
	background-repeat: repeat-y;
}

#left {
	width:180px;
	float: left;
	margin-left: 15px;
}
#center {
	width:490px;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 15px;
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
}
#center a 
{
    color: #900;
}
#center a:hover 
{
    text-decoration: underline;
	color: #900;
}
.image-pad {
	padding-left: 25px;
}

#right {
	width:165px;
	float: right;
	margin-left: 15px;
	padding-left: 15px;
}
#bottom {
	width:914px;
	clear: both;
	height: 45px;
	background-image: url(images/nav-bk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 45px;
	margin-top: 15px;
	text-align: center;
}
#footer {
	width:914px;
	clear: both;
	height: 45px;
	line-height: 45px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}


/* form styles */
.textboxstyle 
{
    width: 160px;
    border: 1px solid #900;
    padding: 3px;
   margin-bottom: 10px;
}
.formlabel 
{
    width: 100px;
    float: left;
   padding-right: 10px;
   padding-top: 5px;
}
.wide 
{
    width: 250px;
}
.buttonstyle 
{
    margin-left: 110px;
    margin-top: 15px;
}


ul
{
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
li
{
    margin: 0px;
    padding: 0px;
}
.level0 
{
   list-style-image: url(images/arrow.gif); 
   color: #900 !important;
}
.level1  
{
    padding-left: 10px;
}
.level2  
{
    padding-left: 15px;
}