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


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #dbe1fd;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 790px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2B4F81;
	padding: 0px;
} 
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
#containerBottom {
	width: 100%;
	background-color: #DBE1FD;
	background-image: none;
	margin: 0;
	padding: 0px;
	clear: both;
} 

/*************************************************************
					Header and Masthead
*************************************************************/

#header {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 770px;
} 

/********************** Masthead ***********************/

#header #masthead {
	background-image: url(../images/bg-masthead.gif);
	background-repeat: no-repeat;
	height: 91px;
}
#header #masthead #AALlogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 91px;
	width: 400px;
}
#header #masthead #ISO {
	float: right;
	height: 46px;
	width: 357px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 13px;
	color: #990000;
	font-family: "Trebuchet MS", sans-serif;
}
#header #masthead #linksTop {
	float: right;
	height: 20px;
	width: 357px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A3A3A3;
	padding-right: 13px;
	padding-top: 20px;
}
#header #masthead #linksTop a {
	color: #A3A3A3;
	text-decoration: none;
	padding-left: 22px;
}
#header #masthead #linksTop a:hover, #header #masthead #linksTop a:active {
	color: #990000;
	text-decoration: underline;
}

/*************** Header Photos and Flash ****************/

#header #photobox {
	background-image: url(../images/bg-photo.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/****************** Main Navigation ********************/

#header #navbar {
	background-image: url(../images/bg-navbar.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	height: 46px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*************************************************************
					Main Page Layout
*************************************************************/

#mainContent {
	background-image: url(../images/bg-repeat.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0px;
}
#mainContent #paddingBottom {
	margin: 0; 
	padding: 0;
	height: 40px;
}

/*************************************************************
			Column Layout for Main Page Content
*************************************************************/

#column_wrapper {
	background-image: url(../images/body-stretch.gif);
	background-repeat: repeat-y;
	background-position: center;

}
#column_top {
	height: 30px;
}
#column_bottom {
	height: 10px;
	background-image: url(../images/bg-column-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding: 0px;
}


/*************************************************************
				Left Column - Side Bar
*************************************************************/

#left {
	width: 234px;
	float: left;
	min-height:455px;
	height:auto !important;
	height:455px;  /* do not remove this second height tag - it must mirror the min-height to complete the minimum height setting */
	background-image: url(../images/bg-side-gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#left .content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 43px;
	padding-left: 10px;
}
.sideExtra {
	margin-top: 30px;
	font-size: 12px;
	color: #0099CC;
	padding-left: 15px;
	padding-right: 40px;
}
.sideExtra a {
	color: #009900;
}

/*************************************************************
				Right Column - Main Content
*************************************************************/

#right {
	width: 556px;
	float: left;
	font-size: 11px;
	background-image: url(../images/bg-body-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#right .content {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 17px;
}
#right .content p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#right .content a {
	color: #990000;
	text-decoration: underline;
}
#right .content a:hover, #right .content a:active {
	color: #336699;
}
#right h2 {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/dotted-line-H.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#right h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#right ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#right  ul li {
	list-style-type: none;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	line-height: 16px;
}
#right blockquote {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #996600;
	padding-left: 10px;
	margin-left: 30px;
	margin-top: 5px;
	margin-right: 0px;
	padding-top: 0px;
	font-style: italic;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*************************************************************
				Google Search Box & Results Page
*************************************************************/

#googleSearch     {
	margin-left: 25px;
	margin-top: 44px;
}
#googleSearch  .searchField {
	width: 130px;
}
#googleSearch  .searchButton   {
	background-image: url(../images/button_go.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	height: 23px;
	width: 24px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cse-search-results a, .w, .q:visited, .q:active, .q, .b a, .b a:visited {
	font-size: 12px;
	font-weight: bold;
}
