/* ------- Base Styles ------- */
body, h1, h2, h3, h4, h5, h6, form{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
}
body{
	margin: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 15px 0px;
}
h1 {
	font-size: 22px;
	color:#EE2690;
	border-bottom: 1px solid #FF9933;
	line-height: normal;
	margin: 5px 0px 0px 0px;
}
h2 {
	font-size: 14px;
	color:#769B28;
	line-height: normal;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color:#ED59A1;
	line-height: normal;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	
}
h4 {
	font-size: 14px;
	color:#FF9933;
	line-height: normal;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}
h6 {
	font-size: 22px;
	color:#EE2690;
	line-height: normal;
	margin: 5px 0px 0px 0px;
}
a:link {color: #EE2690; text-decoration: none;}
a:active {color: #FF0066; text-decoration: none;}
a:visited {color: #ED59A1; text-decoration: none;}
a:hover {color: #EE88BB; text-decoration: none;}

/* -------- Layout Styles ---------- */
#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}
#header {
	height: 100px;
	vertical-align: top;
}
#sidebar {
	font-weight: bold;
	width: 230px;
	text-align: center;
	vertical-align: top;
}
#sidebar .nav {
	margin-right: 24px;
}
#sidebar .address {
	font-size: 9px;
	color: #913449;
}
#sidebar .phone {
	font-size: 11px;
}
#content{
	width: 540px;
	height: 550px;  /* This is to fix an issue in IE on Win where extra space was being inserted above the content. */
	vertical-align: top;
}
#footer {
}
#bread {
	font-size: 10px;
	color: #000000;
}
#bread a {
	text-decoration:none;
	color: #000000;
}
#bread a:hover {
	color: #9EC661;
}