body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	position: relative;
	background-color: #FFF;
}
.oneColFixCtrHdr #Homeheader {
	padding: 0px 10px 0px 8px;
	background-color: #FFDF00;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url(../images/ALL_header1_background.gif);
}
#aidanlogohead {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 126px;
}
.oneColFixCtrHdr #header {
	padding: 15px 5px 0px 10px;
	background-color: #FFFFFF;
	height: 30px;
}
.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: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

/*
.oneColFixCtrHdr #mainContent {
	height: 528px;
	background-color: #FFF;
}
*/
.oneColFixCtrHdr #mainContent2 {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContentVideo {
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/video_bg.gif);
	background-repeat: no-repeat;
	height: 450px;
	margin-left: 5px;
}

.oneColFixCtrHdr #mainContent {
	margin: 0px 150px 0px 120px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #sidebar1 {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 85px; /* 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 */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.oneColFixCtrHdr #sidebar2 {
	position: absolute;
	top: 120px;
	right: 1px;
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	background-color: #FFF;
	border: 1px;
	border-bottom-color: #333;
	padding: 1px;
}

#newslinksheading
{
	width:138px;
	background-color:#A9A9A9;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	padding:1px;
	float: right;
	margin-left: 0px;
}


.oneColFixCtrHdr #footer {
	padding: 10px 10px 20px;
	vertical-align: top;
	color: #FFF;
	background-color: #013d72;
}


/* ///////////////////////////////END Original Style Sheets */


/* body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} */

.mainNavOn {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}


.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #10427B;
	font-weight: bold;
}
.titleVideos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #093E74;
	font-weight: normal;
}

/* ///////////////////////////////Link styles */

a.hidden {
	color: #084273;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

a.hidden:visited {
	color: #084273;
}

a.hidden:hover {
	color: #3AB3DD;
}

a.hidden:active {
	color: #F00;
}
a.footer {
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}
a.footer:hover {
	color: #9CF;
}
a.footer:visited {
	color: #999;
}

a.footer:active {
	color: #F00;
}
