@charset "UTF-8";
/* CSS Document */
a img {
	border:0px;
}
body {
	background: #ffffff;
}

#maincontent {
	margin:auto;
	width:780px;
	heigh:auto;
}

#header {
	width:780px;
	height:100px;
}

#navcontainer {
	clear:both;
	width:780px;
	height:36px;;
}
#leftcolumn {
	width:370px;
	height:auto;
	float:left;
	
}
#leftcolumn img {
	padding: 5px 0px;
}
#title {
	width:370px;
	background:#000099;
}
#rightcolumn {
	float:right;
	width:410px;
	height:auto;	
}
#rightcolumn li{
	display:inline;
	text-decoration:none;
	list-style:none;
}
#rightcolumn ul{
	padding:0px;
	margin:0px;	
}

#thumbnail {
	float:left;
	width:130px;
	height:150px;
	border: 1px solid #000099;
	text-align:center;
	padding-top: 5px;
	margin-bottom: 5px;
}

#thumbnailtitle{
	padding-top:5px;
	background-color:#000099;
	width:130px;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	text-align:center;
	vertical-align: bottom;
}
#footer {
	height:75px;
	width:780px;
}
#footer p {
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}
#footeriframe {
	clear:both;
	height:75px;
	width:780px;
}
