/*Normal Body Font Styles*/
body, p, div, table, tr, td {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}

/*WebMaster Body Styles*/
body#wmbody {
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	background: #f7e7c9;
	width: 700px;
}

/*Form Field Styles*/
input, textarea, select, option {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}

form {margin:0px;} /*Remove Default Form Margin*/

/* Title Style */

.title 
{
    background-image: url(../images/title.jpg);
    color: #feeecf;
    font-size: 15px;
    font-weight: normal;
    padding: 32px 0px 13px 25px;
    
}


/*Heading Styles*/
h1 
{
    color: #b26d38;
    font-size: 12px;
    font-weight: bold;
    background-image: url(../images/h1_background.jpg);
    height: 13px;
    padding-left: 25px;
}

h2 
{
    color: #cc9966;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;
}

h3 
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;
}

h4 
{
    color: #cc9966;
    font-size: 11px;
    font-weight: bold;
    padding-left: 25px;
}

/*Horizontal Rule*/
hr 
{
    color: #CCCCCC; 
	border:none; 
	background-color:#CCCCCC; 
	height:1px;
}

/*Link Styles*/
a:link, a:visited {
    color: #000;
    text-decoration: underline; 
}
a:hover, a:active {
	color: #8f582d;
    text-decoration: underline; 
}
a img {
	border:0;
} /*Hide image border when image is a link*/


/*List Styles*/
ul {
}

li {
}

.img_border 
{
    border-bottom: solid 28px #000000;
}

/* Hidden */
#hidden 
{
    margin-left: -5000px;
    width: 200px;
}
