/* @override http://67.19.240.212/assets/css/CESO.css */

/* @override http://67.19.240.212/assets/css/CESO.css */

@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
a{
	color: #063065;
	text-decoration: none;
	font-size: 14px;
}
a:hover{
	color: #9b1319;
	text-decoration: none;
	font-size: 14px;
}	
li{
	font-size: 12px;
}
	
	
	ul{
	font-size: 12px;
}
.oneColFixCtrHdr {
	background-image: none;
	background-color: #790c0d;
}

.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFF;
	padding: 5px 5px 15px 35px;
}

.oneColFixCtrHdr #left1 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 40px 15px 50px;
	background-color: #FFF;
}

.oneColFixCtrHdr #right1 {
	padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 470px;
height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-style: solid;
	border-left-color: #97928c;
}


.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 100px 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 220px;
	border-left-style: solid;
	border-left-color: #97928c;
}

.oneColFixCtrHdr #mainFullContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 780px;
	background: #FFFFFF;
	float: left;
	padding: 0 90px;
}
.oneColFixCtrHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #111;
	text-align: center;
	background:#DDDDDD;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 20; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #000;
}

h2 {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #063069;
}


h3 {
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #000;
}
h4 {
	font: 14px Verdana, Geneva, sans-serif;
	color: #063065;
}
h4:hover {
	font: 14px Verdana, Geneva, sans-serif;
	color: #9b1319;
}
p {
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
.menuGrey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

.menuGrey a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #063069;
	text-decoration: none;
}
.menuGrey a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #790c0d;
	text-decoration: none;
}
.menuBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #016aab;
}
.menuRed {
	color: #900;
	font: bold 12px Verdana, Geneva, sans-serif;
}
