/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.366;
	margin: 0px;
	padding: 0px;
	background: #4F2026;
	font-size: 95%;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.footer a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #4F2026;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 12px;
	color: #334d55;
	font-weight: normal;
}

h6{
	font-size: 85%;
	color: #334d55;
	font-weight: normal;
}

ul{
	list-style-type: circle;
	font-weight: normal;
	color: #4F2026;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 802px;
} 

/***********************************************/
/*Component Divs                               */
/***********************************************/

.footer {
	height: 58px;
	width: 801px;
	background: url(../img/addressbar.jpg);
	font-size: 13px;
	color: #4F2026;
	line-height: 18px;
}
.navholder {
	height: 157px;
	width: 135px;
}
q {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.input {
	color: #FFFFFF;
	background: #4F2026;
}
.redborder {
	border: 1px solid #4F2026;
}
