/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.b {
	font-weight: bold;
}

/***********************************************/
/* custom ids, divs			       */
/***********************************************/
.menu_item_name {
	font-weight: bold;
	font-size: 1.2em;
	color: #67574A;
}

.midArea select {
	width: 40px;
}

#user_action {
	background-color: #ece1d3;
	display: compact;
	padding-right: 20px;
	text-align: right;
	width: 746px;
}

div#user_action a {
}

#flashMessage {
	color: red;
	font-weight: bold;
	float: right;
	margin: 0px 200px;
	padding: 0px 10px;
	text-align: center;
	width: 342px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#divContainer{
	width:766px;
	height:100%;
	position:relative;
	margin:0 auto;
	padding:0;
	background-color: #ece1d3;
}

#header{
	margin: 0; 
	width: 766px;
}

div#mainContent {
	float: left;
	min-height: 200px;
}

/************* Begin Footer styles ***************/

#footer{
	clear: both;
	background-image: url(/img/footer_bg.gif);
	background-repeat: no-repeat;
	height: 85px;
	font-size: 11px;
	color: #DB7C3E;
}
#footer a:link{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}

#footer a:visited{
    color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
    color: #b24626;
	text-decoration: underline;
}

#footer div.logos {
	float: left;
	padding-right: 6px;
}

#footer div.menu {
	padding-top: 25px;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
/************* End footer styles ***************/
