/* 
Title:				Milwaukee Iron CSS Style
Author:				CSS Design By Aaron J. Gundersen of CarbinTech
Last Updated: 		5/7/08
 */

body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size:13px;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}

.addressred a{
		text-decoration: none;
		color:#ff0000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-transform:capitalize;
		}

.addressred 	a:visited{
		text-decoration: none;
				}
				
.addressred 	a:active{
		text-decoration: none;
				}
				
.addressred 	a:hover{
		text-decoration: underline;
				}
			
.addressblack{
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:10px;
		text-transform:capitalize;
		}
	
.addresswhite a{
		font-family: "Myriad Pro", Arial, helvetica, sans-serif;
		font-size:14px;
		color:#ffffff;
		text-decoration:none;
		}

.addresswhite 	a:visited{
		text-decoration: none;
				}
				
.addresswhite 	a:active{
		text-decoration: none;
				}
				
.addresswhite 	a:hover{
		text-decoration: underline;
				}

.bodytext{
		font-family: "Myriad Pro", Arial, helvetica, sans-serif;
		font-size:14px;
		color:#ffffff;
		text-align:justify;
		}
.bodytextsmall{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		}
.formhint{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#9933CC;
		}

.highlight{
		font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
		font-size:17px;
		color:#000000;
		font-weight:bold;
		}
.headerbold{
		font-family:Myriad Pro, Arial, Sans-serif;
		font-size:20px;
		color:#000000;
		font-weight:bold;
		}
		
.sitemap{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		text-align:justify;
		text-transform:capitalize;
		}
		
#container { 
	width: 760px;
	min-width:760px;
	margin: 0 auto;
	text-align: left;
} 
		
		
#header 
{
	width:760px;
	height:100px;
	background-color:Gray;
	float:left;
}

#templatetop{
height:115px;
}