body {
	background:url(assets/global/images/bkgd.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:18px;
}

h5 {
	font-size:16px;
	font-style:italic;
}

h4 {
	font-size:14px;
}

a {
	color:#860c17;
}

a:hover {
	color:#575617;
}

#container {
	width:960px;
	margin:0 auto;
	position:relative;
	background:#ffeb95;
}

#header {
	background:url(assets/global/images/coloredBar.jpg) no-repeat #575617;
	padding-top:9px;
	clear:left;
	overflow:hidden;
}

#headerGlobal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.1px;
	float:right;
	padding-top:15px;
	padding-right:20px;
	padding-bottom:0px;
	width:160px;
	color:#ffeb95;
}

#menu {
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.15px;
	font-size:15px;
        font-weight:bold;
	padding:10px;
	text-transform:uppercase;
}

#menu a {
	text-decoration:none;
	color:#575617;
	padding-left:3px;
	padding-right:5px;	
}

#menu a:hover {
	background:#ffca08;
	color:#831b1c;
}

#content {
	clear:both;
	padding:20px;
	clear:left;
	overflow:hidden;
}

#insideLeft {
	float:left;
	width:700px;
}

#insideRight {
	float:right;
	width:200px;
}

#insideTop h1 {
	text-align:center;
	color:#860c17;
	font-size:28px;
	letter-spacing:-0.1px;
}

#insideBottom {
	clear:both;
}

#mainColumnLeft {
	float:left;
	width:325px;
}

#mainColumnRight {
	float:right;
	width:325px;
}

#footer {
	background:url(assets/global/images/coloredBar.jpg) bottom no-repeat;
	padding-bottom:10px;
	clear:both;
	text-align:center;
	color:#121212;
	font-weight:bold;
	font-size:14px;
}	

.clear {
	clear:both;
}

.separator_MainMenu {
    border-left: 1px solid #575617; 
}

.activePageMenuItem { 
    background:#ffca08;
	color:#831b1c;
}


.LiveEdit_drop_down   { 
	text-transform:uppercase;
	text-align: left; 
	color:#f99526;
	width: 100px; 
	background-color:#575617;
}

.LiveEdit_drop_down a {  
	font-size: 15px;
	 font-weight:bold;
	color:#f99526;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-position: center top; 
	display: block; 
	padding: 4px 8px; 
}

.LiveEdit_drop_down a:hover {
  	background:#ffca08;
	color:#831b1c;
}

