/* Blue Sky CSS Document */

html, body {
	background-image: url(images/body_background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: repeat-x;
	background-color: #A5D2FF;
	background-position: top;
	margin: 0px;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

#position {
	margin: 10px;
}

#container {
	width: 670px;
	background-color: white;
	height: 100%;
	text-align: left;
	padding: 1px;
}

#header {
	width: 100%;
	height: 234px;
}

#logo {
	float: left;
	background-image: url(images/logo.jpg);
	width: 353px;
	height: 234px;
	background-repeat: no-repeat;
}

#flash {
	float: right;
	background-color: #A5D2FF;
	width: 315px;
}

h1 {
	font-size: 21px;
	font-family: Tahoma;
	font-weight: normal;
	color: #A5D2FF;
}

#menu {
	clear: both;
	width: 100%;
	height: 53px;
	background-image:url(images/menu_background.jpg);
	text-align: center;
}

.divider {
	float: left;
	background-image:url(images/menu_divider.jpg);
	width: 1px;
	height: 53px;
}

.menuitem {
	float: left;
	background-image:url(images/menu_item.jpg);
	height: 53px;
}

#menu a{
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-family: Tahoma;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	display: block;
	font-weight: bold;
}

#footer {
	background-color: #265482;
	text-align: center;
	font-size: 10px;
	color: white;
	padding: 10px;
}

#footer a {
	color: white;
}