body
{
	margin: 0px;
	padding: 0px;
	background: url(../images/whiteteal.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 12px 0px 12px 0px;
}

kbd
{
	font-weight: normal;
}

div.sectiontitle
{
	text-align: center;
	position: absolute;
	top: 102px;
	background: url(../images/swirls.gif) repeat-x;
	height: 109px;
}

div.sectiontitle div
{
	width: 400px;
	padding-top: 33px;
	margin-left: auto;
	margin-right: auto;
}

div.header
{
	position: absolute;
	top: 65px;
	left: 20px;
	height: 19px;
	z-index: 50;
}

div.logo
{
	position: absolute;
	top: 0px;
	right: 20px;
	height: 116px;
	z-index: 40;
}

div.side_bar
{
	position: absolute;
	top: 84px;
	left: 20px;
	padding-top: 18px;
	z-index: 30;
	background-color: #5394A3;
}

div.piccaption
{
	float: left; 
	text-align: center;
	padding-right: 10px; 
	padding-bottom: 10px;
}

div.piccaption p
{
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	font-style: italic;
}

div.rightbox
{
	position: absolute;
	top: 231px;
	right: 20px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	z-index: 70;
	font-size: x-small;
	background-color: #E4E5EE;
}

div.rightbox h2
{
	text-align: center;
	font-size: large;
	background-color: #CACCDE;
	padding: 6px;
	margin: 0px;
}

div.rightbox img
{
	text-align: center;
}

div.rightbox p 
{
	padding: 0px 10px 0px 10px;
}

div.rightbox ul
{
	padding: 0px 10px 0px 20px;
}

div.footer
{
	position: relative;
	text-align: center;
	font-size: x-small;
	padding: 10px;
}

div.shortcuts
{
	visibility: hidden;
}

div.menu
{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 180px;
	background-color: #E4ECEE;
	padding-top: 211px;
	text-align: center;
	z-index: 20;
}

/* first level menu items */
div.menu ul
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.menu li
{
	margin: none;
	border-bottom: solid 1px #FFFFFF;
}

ul.menu li a
{
	color: #293A74;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: solid 7px #CADBDF;
	background-color: #CADBDF;
}

ul.menu li a:hover
{
	background-color: #5394A3;
	display: block;
	border: solid 7px #5394A3;
	color: #FFFFFF;
}

/* second level menu items (and clubmenu items if using the right-hand box)*/
ul.menu ul li a
{
	color: #293A74;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: solid 7px #E4ECEE;
	background-color: #E4ECEE;
}

ul.menu ul li a:hover
{
	background-color: #5394A3;
	display: block;
	border: solid 7px #5394A3;
	color: #FFFFFF;
}

/* third level menu items */
ul.menu ul ul li
{
	border-bottom: dotted 1px #293A74;
}

ul.menu ul ul li a
{
	color: #293A74;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: solid 7px #FFFFFF;
	background-color: #FFFFFF;
}

ul.menu ul ul li a:hover
{
	background-color: #5394A3;
	display: block;
	border: solid 7px #5394A3;
	color: #FFFFFF;
}

/*selected menu items */
div.menu a.selected
{
	color: black;
	font-weight: bold;
	display: block;
}

h1, h2, h3, h4, h5, h6
{
	color: #293A74;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 20px 0px 12px 0px;
}

h1
{
	font-size: large;
	margin: 0px;
}
h2
{
	font-size: medium;
}
h3
{
	font-size: small;
}
h4
{
	font-size: small;
}
h5
{
	font-size: small;
	font-weight: normal;
}
h6
{
	color: black;
	font-size: small;
	font-weight: bold;
}

/* regular lists */
div.content li
{
	padding-bottom: 6px;
	padding-top: 4px;
}

/* inline lists */
ul.inline
{
	margin: 0px;
	padding: 0px;
}

ul.inline li
{
	display: inline;
}

div.project div.project_updates_list
{
	padding: 20px;
	border: 1px dotted #293A74;
}

div.project div.project_update
{
	color: black;
	padding-left: 20px;
}

div.project div.project_update img
{
	float: left;
	margin: 4px 14px 10px 0px;
}

div.project div.project_update span.date
{
	font-weight: bold;
}

form
{
	border: 1px dotted #293A74;
	padding: 0px 10px 10px 10px;
}

p.success
{
	color: black;
	background: #F8D37F;
	padding: 20px;
	text-align: center;
}
div.clearer {
	clear: both; visibility: hidden;
}

