@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e2e2e2;
	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 */
	color: #000000;
}
#header {
	height:121px;
	width:100%;
	background: #ffffff url(images/header_bg.gif) top left repeat-x;
}
#header_img {
	height:121px;
	width: 867px;
	background: transparent url(images/header.gif) top center no-repeat;
}
#all {
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#container {
	width: 867px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	_width: 950px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left:40px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px 20px 20px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#ylamenu {
	font-size:0.8em;
	_font-size:0.7em;
	padding-top:15px;
}
#ylamenu a {
	margin: 0 7px;
	color: #005d7b;
	text-decoration:none;
}
#ylamenu a:hover {
	text-decoration:underline;
}

#alamenu {
	font-size:0.8em;
	_font-size:0.7em;
	margin-top:5px;
}
#alamenu a {
	margin: 0 2px;
	color: #005d7b;
	text-decoration:none;
}
#alamenu a:hover {
	text-decoration:underline;
}

#left {
	float:left;
	width:300px;
	border:solid 0px;
	padding-top:40px;
}
#right {
	margin-left:320px; 
	width:400px;
	border:solid 0px;
	padding-top:40px;
	font-size:0.80em;
}

#container h1 {
	font-weight:normal;
	font-size: 1.3em;
	color: #005d7b;
}
#container p {
}
li a {
	color: #005d7b;
}

#footer {
	background-color: #e2e2e2;
	height:50px;
	width:100%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

