/*****************/
/*   MAIN BODY   */
/*****************/
body {
	margin: 1em auto;
	padding: 0em;
	background:#DDF0F3;
  	font-family: Verdana,Tahoma, Arial,sans-serif;
}

#canvas_box{
	background-color: rgb(255,255,255);
}

#outer_box{
	width: 76%;
	margin: 0em auto;
}


#content_box{
	background: fbfbfb;
}

#header-section {
	width: 76%;
	margin: 0em 0em 0em 0em;
}
#header {
	clear: both;
	margin: 0em 0em 1.5em 0em;
	border-top: solid 0.1em rgb(175,175,175);
	border-bottom: solid 0.1em rgb(175,175,175);
	background-color: rgb(235,235,235);
	text-transform: uppercase;
	line-height: 2.0em;
	height: 2.0em;
	color: rgb(50,50,50);
}
#header ul {
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.0em;
}

#header li {
	float: left;
	white-space: nowrap;
}

#header li a {
	display: block;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 0.1em rgb(175,175,175);
	background-color: rgb(235,235,235);
	text-decoration: none;
	color: rgb(50,50,50);
}

#header a:hover {
	border-right: solid 0.1em rgb(175,175,175);
	background-color: rgb(220,220,220);
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(50,50,50);
}

#header .selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(175,175,175);
	background-color: rgb(220,220,220);
	color: rgb(50,50,50);
}

* html #header a {width:1%;}

#logo{
	width:100%;
	color:#96003C;
	background:#fff3fa;
	border:1px solid #96003C;
}

#logo h1 {
	padding-top: 10px;
	text-transform: uppercase;
	color:#96003C;
	font-size:2.4em;
	font-weight:bold;
	margin-left:20px;
}
#logo em{
	font-weight:bold;
	font-size:1.2em;
	font-style:normal;
	color:#96003C;
}
/*******************/
/***   FOOTER    ***/
/*******************/
#footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 1.0em 0em 1.0em 0em;
	padding: 0.25em 0em 0.3em 0em;
	border-top: solid 0.1em rgb(150,150,150);
	border-bottom: solid 0.1em rgb(150,150,100);
	background-color: rgb(220,220,220);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 1.0em;
}

#footer dt {
	text-align:left;
	float:left;
	margin-left: 20%;
}

#footer dd {
	text-align:left;
	margin-left: 40%;
}
/**************************/
/***   MISCELLANEOUS    ***/
/**************************/
a:hover {
	color: rgb(10,106,245);
	text-decoration: none;
	background-color: rgb(255,255,255);
}

span.company_name{
	color:#96003C;
	font-weight:bold;
}

hr {
	background: rgb(200,200,200);
	color: rgb(200,200,200);
	border: rgb(175,175,175);
}

h1{
	text-align:left;
	color:#96003C;
	font-weight:bold;
	font-size:1.4em;
	margin:25px;
	margin-left:5px;
}
h2{
	text-align:left;
	color:#96003C;
	font-weight:bold;
	font-size:1.2em;
	margin:5px;
	margin-left:0;
/*text-transform:uppercase;*/
}
	h3,span.heading{
	color:#96003C;
	font-weight:bold;
	font-size:1.2em;
	margin:0.4em;
	margin-left:0;
}
}
	h4,h5{
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
	margin:0.4em;
	margin-left:0;
}

div.validation_error {
	font-size:1.4em;
	font-weight:bold;
	color:red;
	margin:0.3em;
}
