html, body {
	height : 100%;
}

body {
	/* background : #D2DDDB url(../images/background.gif) repeat;  */
	/* background : white url('/images/logo3dfaded.png') repeat; */
	background : #d1ddff;
	/* background : url('/images/bgclouds.jpg'); */
	margin : 0px;
	text-align : center;
}

#wrapper {
	min-height : 100%;
	height : auto !important;
	height : 100%;
	margin : 0 auto -4em;
}

#sky {
	width : 100%;
	height : 180px;
	background : #d1ddff;
	position : absolute;
}

#header {
	text-align : left;
	width : 1000px;
	/* background : url('/images/sydney.png') no-repeat center; */
	background-color : white;
	position : relative;
	overflow : hidden;
	margin : 0px auto;
}

#header_logo {
	margin : 8px;
	display : inline;
	float : left;
}

#header_logo, #header_logo img {
	width : 184px;
	height : 81px;
}

#banner {
	width : 994px;
	height : 280px;
	margin : 10px auto;
	background-color : white;
	text-align : center;
	padding-left : 6px;
}

#bannerimg {
	width : 740px;
	height : 252px;
	margin : 4px;
	border : 1px solid black;
	display : inline;
}

#topnav {
	display : inline-table;
	margin : 0px auto;
	float : left;
	height : 17px;
	width : 800px;
	/* background : url('/images/menubar.png'); */
	background : white;
	border-top : 1px solid lightgrey;
	border-bottom : 1px solid lightgrey;
}

#topnav ul {
	margin : 0px;
	padding : 0px;
	list-style : none;
}

#topnav li {
	float : left;
	margin : 0px 7px;
}

#topnav a {
	color: black;
	font-weight : normal;
}

#topnav a:hover {
	color : red;
	border-bottom : 1px solid gray;
}


#search {
	width : 800px;
	text-align : center;
	margin : 10px auto 4px;
	float : left;
	color : black;
}


#main_container {
	display : inline-block;
	margin : 0px 0px;
	padding : 15px;
	text-align : left;
	width : 970px;
	background-color : white;
}

#rightsidebar {
	float : right;
	width : 243px;
}

#font_selector, #w3c_badges {

}

#main_content {
	float : left;
	width: 710px;
	margin : 10px;
	border-right : 1px solid #ccc;
}

.box {
	width : 243px;
	float : left;
	font-size : 10px;
	text-align : left;
	background-color : white;
	margin : 0px 1px;
	border : 1px ridge lightgrey;
}

.box:hover {
	background-color : #f0f0f6;
}

.box img {
	margin : 0px auto;
}



.msg {
	font-size : 15px;
	text-align : center;
}

.error {
	/* border : 1px solid #f89c9c; */
	color : red;
}

.warning {
	color : #f77e1c;
}

.notice {
	color : #DAEEFE;
}



.topbox {
	background-color: #eeeeee;
	padding: 5px;
	margin: 0px 0px 0px 3px;
}

#push {
	height : 8em;
}

#footer {
	padding : 0px;
	text-align : center;
	background : url('/images/grass.png') repeat-x;
	bottom : 0px;
	width : 100%;
	height : 3em;
	position : fixed;
}

#footer a {
	color : darkblue;
}

#footer a:hover {
	color : blue;
}

#clouds1 {
	background: url('/images/cloud1.png') no-repeat scroll -0 0;
	width : 1307px;
	height : 93px;

	position : fixed;
	left : -1307px;
	
	z-index : -1;
	
	opacity : 0;

}

#clouds2 {
	background: url('/images/clouds2.png') no-repeat scroll 0 0 transparent;
	/*	left:800px;
	position:absolute;
	top:30px;
	z-index:-1;
	opacity:100; */
}


#plane1 {
	background : url('/images/plane.png') no-repeat scroll -0 0;
	width : 67px;
	height : 26px;
	position : absolute;
	left : -100px;
	z-index : 1;
	opacity : 0;
}

