/*, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend {
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
/*	border: 0;
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
*/	

body {
	background-color: #A7A8A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center; /* Necessary for IE, which non-standardly will center EVERY kind of xhtml element 
	                       inside the body tag if it has this parameter.  Other browsers only center
						   inline content when this tag is set this way.  */
}
ul {
	margin: 0;
	padding: 0;
}	

p {
	margin-bottom: 1em;
}

li {
	list-style-position: inside;
}


#easc_outer {
	top: 0;
	width: 980px;  /* width must be set to an absolute pixel value in order for the browser to be able to
	                  calculate the desired left and right margins */
	border-top: solid 1px #2e3192;
	margin-left: auto;
	margin-right: auto; /* This creates a centered block within the body tag above for browsers that adhere to
	                    a strict DTD, like the one we use at the top of our xhtml pages.  IE 6+ will adhere
						to this margin rule if the DTD is strict, but IE 5.* and lower need the above fix
						in the body tag above for "text-align" .*/
	
	background: #fffff;
	padding: 0;
	text-align: left;
}

/*
	Header elements, everything above the body section
----------------------------------------------------------- */
#easc_header {
	position: relative;
	width: 980px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2E3192;
	height: 115px;
	clear: both;
}

/* 	Right banner image */
#header_right {
	width: 490px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: right;
}

/* 	Left banner image */
a#header_left {
	width: 465px;
	display: block;
	border-left: 25px solid rgb(164, 62, 49);
	height: 0;
	margin: 0;
	padding: 70px 0 0 0;
	overflow: hidden;
	background-image: url(../images/banners/banner_left.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	float: left;
}

/*
	Body, everything between header and footer
----------------------------------------------------------- */
#easc_body {
	position: relative;
	width: 980px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_default.gif);
	padding-top: 0px;
	padding-bottom: 1px;
}

#easc_content {
	padding: 0 0 0 205px;
	margin: 0 10px 0 0;
}

/*
 Navigation Menus
----------------------------------------------------------- */

#easc_leftmenu {
	float: left;
	margin-top: 12px;
	margin-left: 25px;
	width: 170px;
	display: inline;
}

#easc_leftmenu ul
{
  list-style-type: none;
}

/* For Front page only */
#easc_rightmenu_front {
	position: relative;
	float: right;
	width: 195px;
    height: 243px;
	padding: 0px;
	background-color: #F0F0F0;
	display: inline;
}

#main_rightmenu {
	position: relative;
	float: right;
	width: 195px;
    height: 217px;
	padding: 0px;
	margin: 0 -10px 0 0px;
	background-color: #F0F0F0;
	display: inline;
    clear: right;
}
/* For Secondary pages - to work with thinner intro images */
#easc_rightmenu {
	position: relative;
	float: right;
	width: 195px;
	height: 145px;
	padding: 0px;
	background-color: #F0F0F0;
	display: inline;
}

/*
 Front and secondary page images
----------------------------------------------------------- */

/* Image on Front page */
#easc_front_image {
	position: relative;
	float: left;
    height: 243px;
	width: 590px; 
	margin: 0;
	padding: 0;
}
	
/* Image on Secondary page */
#easc_main_image {
	position: relative;
	float: left;
	top: 0;
    height: 145px;
	width: 590px; 
	margin: 0;
	padding: 0;
}

.image_caption {
	 position: relative;
	 float: left;
     font-size: 85%;
	 color: #3333; 
	 margin: -22px 0 0 30px;
}	 

/*
	Footer. Bottom section of the page, copyright, TOU, Sitemap and related links
----------------------------------------------------------------------------- */
#clear_both {
	clear: both;
	width: 980px;
}

#footer {
	clear: both;
	width: 980px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 5px;
	/* height: 25px; */
}

