@charset "UTF-8";
body  {
	background: url(../images/aecmbg.jpg) repeat-x top center #f2fbfc;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 980px;
	background: url(../images/aecbg2.gif) repeat-y top center;
	margin: 0 auto;
	text-align: left;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
} 
#header { 
	background: #FFFFFF url(../images/780aec_01.gif) left top no-repeat; 
	padding: 0;
	border-bottom: 10px solid #ff9221;
	height: 155px;
	width: 750px;
	padding-left: 220px;
	padding-top: 9px;
	padding-right: 10px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	border-top: 2px solid #FFFFFF;
}
#sidebar1 ul.main {
	margin: 0;
	padding: 0;
}
#sidebar1 li.main {
	display: block;
	list-style: none;
	padding: 8px;
	background: url(../images/bluebutton.gif) repeat-x top left #04b1e6;
	margin: 0 0 2px 0;
	border: 1px solid #089dcb;
	font-size: 14px;
	font-weight: bold;
}
#sidebar1 li.main a {
	text-decoration: none;
	color: #ffffff;
	display: block;
}
#sidebar1 ul.sub {
	margin: 0;
	padding: 0;
}
#sidebar1 li.sub {
	display: block;
	list-style: none;
	padding: 8px;
	background: url(../images/subbutton.gif) repeat-x top left #c5e8fa;
	margin: 0 0 2px 0;
	border: 1px solid #8fb9d0;
	font-size: 12px;
	font-weight: bold;
}
#sidebar1 li.sub a {
	text-decoration: none;
	color: #000000;
	display: block;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	border-top: 2px solid #FFFFFF;
}
#sidebar2 a.link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 8px;
	background: url(../images/orangebutton.gif) repeat-x top left #ef8e32;
	margin: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cf7015;
	text-align: center;
}
#sidebar2 p {
	padding: 0;
	margin: 0;
}
#mainContent {
	margin: 0 10px 0 230px;
	padding: 0 10px;
} 
#footer {
	padding: 0 10px 0 20px;
	text-align: right;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #999999;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.imgMargin {
	margin-top: 1px;
}
.imgMarginDos {
	margin-top: 5px;
}
#video {
	display: block;
	padding:10px;
	border: 1px solid #efefef;
	text-align: center;
	background: #def8fc;
}
h1, h2 {
	letter-spacing: -1px;
}
p {
	font-size: 12px;
	line-height: 20px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #00c8eb;
}

a:hover, a:active {
	text-decoration: underline;
	color: #00c8eb;
}
li {
	font-size: 12px;
	line-height: 20px;
}
