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


body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: url('images/backg.jpg') repeat-x #FFFFFF;
	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;
}
.oneColElsCtr #container {
	width: 1049px;
	background: url('images/shadow.jpg') repeat-y #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #header {
	width: 1049px;
	height:195px;
	text-align:center;
	background: url('images/aocc-header.jpg') no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header .menu {
	text-align:center;
	margin-top:145px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 100px;
	clear:both;
}
.footer {
	background: url('images/footer-backg.jpg') no-repeat #FFFFFF;
	width: 1049px;
	height: 80px;
	text-align:center;
	padding-top:25px;
	clear:both;
}
.footer a, .footer p {
	color:#000000;
	font-size: 0.9em;
	margin-top:5px;
	text-align:center;
}
.footer a img {
vertical-align:bottom;
}

/* STYLE  */

p, ul {
	line-height:1.9;
	text-align: left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#D50052;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:42px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#96D6F1;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}
h3 {
	color:#333399;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:1px;
	text-align: center;
}

/*  Menu Stuff  */


#header .menu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#D50052;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	padding-right:15px;
	letter-spacing:1px;
}
#header .menu a:hover {
	text-decoration:underline;
}
.menu li {
	display:inline;
	list-style:none;
	margin: 0px;
	padding: 5px 0px;
}
.menu ul {
	padding:0;
	margin:0;
	text-align:center;
}

.readmore {
	padding-right:25px;
	text-align:right;
	color:#000066;
	background: url('images/arrow.jpg') right no-repeat;
}
.box {
background-color:#99CCFF; border:2px solid #6666FF; width:210px; padding:15px 20px 0px;
  float:right; margin-left:25px;
  }
.right {
	float:right;
	margin:10px;
	margin-left: 25px;
}
.left {
	float:left;
	margin:10px;
	margin-right: 25px;
}
.popup {
	width:500px;
	background:white;
	margin:20px 60px;
	padding:30px;
	border:1px #999999 solid;
}
.popup p, .popup ul {
	text-align:left;
}
img.c1 {float:right; margin-left:95px}
.clear {width:100%; clear:both; }

form { background:#CCFFFF; border:1px dashed #3399CC; padding:10px }
label {width:100px; text-align:right; margin-right:5px; display:inline-block; padding:5px}

