body {
	background-color: #15486c;
	background-image: url(images/Blue-Gradient.gif);
	background-repeat: repeat-x;
	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 */
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	color: #000;
}
#container {
	margin: 0 auto;
	width: 900px;
	margin-top: 10px;
	text-align: left;/* this overrides the text-align: center on the body element. */
	background-color: #758EA8;
	border:2px solid #fff;
}
#header {
	width: 900px;
	height: 340px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image:url(images/AIBD_2013_2.png)
}
#header p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 130%;
	color: #cbcab2;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
#logo {
	height: 180px;
}
#header img {
	float: right;
	margin-top: 70px;
	margin-right: 5px;
	margin-left: 5px;
}
#navigation {
	height: 35px; 
	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 */
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	background-color: #f4da6d; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 15px;
	border: 5px solid #da251c;
	
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#sidebar p {
	text-align: center;
	margin: 2px;
}
#sidebar img {
	
}
#content {
	margin-top: 5px;
	margin-right: 250px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	padding-right: 40px;
	border: 10px solid #00304e;
}
table {
	margin: auto;
}
.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;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 88%;
	color: #000;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 10px;
}
h1 {
	font-family: "Berlin Sans FB", "Trebuchet MS", sans-serif;
	font-size: 220%;
	font-weight: lighter;
	color: #00304E;
	text-align: center;
	padding-top: 10px;
	text-shadow: #A0A0A4 4px 5px 6px
}
a {
	color: #000;
}
a img{border:none;}
h2 {
	font-size: 180%;
	font-weight: 400;
	color: #00304E;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: "Berlin Sans FB", "Trebuchet MS", sans-serif;
}
h3 {
	font-size: 160%;
	color: #15486c;
	font-family: "Berlin Sans FB", "Trebuchet MS", sans-serif;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #253C59;
	margin-top: 6px;
	margin-bottom: 5px;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 120%;
	color: #253C59;
	margin-top: 8px;
	margin-bottom: 5px;
	text-align:left
}
h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 105%;
	color: #253C59;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center
}
td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 85%;
	color: #000;
	vertical-align: top;
}
#wave img {
	position: relative;
	left: -60px;
	top: -35px;
}
#wave {
	height: 20px;
}
#footer {
	height: 80px;
	background-color: #fff;
	border: 6px solid #00304e;
	padding-bottom: 0px;
}
#footer p img {
	padding: 10px;
}
h4 a {
	color: #253C59;
}
#content img {
	padding-right: 5px
}
