body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image:url(../images/background-gradient.png);
	background-repeat:repeat-x;
	background-color: #EBEBEB;
}

p {
	margin: 4px 0 0 0;
}

h1 {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

/* /////////////////// CONTAINERS ////////////////////*/

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#wholePage {
	width: 760px;
	border-color:#999999;
	border-width: 1px;
	border-style: solid;
	background-color:#FFF;
	padding: 10px;
	float: left;
}

#headerBar {
	background-image:url(../images/surfscience_logo.png);
	background-repeat:no-repeat;
	height: 78px;
}

#navBar {
	width: 100%;
	margin: 10px 0 10px 0;
	float: left;
	background-color: #BAE2EC;
	border-color:#CCC;
	border-width: 1px;
	border-style: solid;
}

#footerBar {
	width: 100%;
	margin: 10px 0 10px 0;
	float: left;
	border-top-color:#CCC;
	border-top-width: 1px;
	border-top-style: solid;
}

#siteLinks {
	float: right;
	margin-top: 62px;
}

#leftBar {
	width: 140px;
	float: left;
	padding: 10px;
}

#bodyArea {
	float: right;
	width: 580px;
	margin-top: 10px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-left-width: 1px;

}

/* /////////////////// STYLES ////////////////////*/

/* NAVBAR /////////////////////////*/

#navBar ul{
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 10px;
}

#navBar li{
	display: inline;
	list-style-type: none;
}

#navBar a {
	padding: 3px 10px;
	font-size: 12px;
}

#navBar a:link, #navBar a:visited
{
	color: #000;
	text-decoration: none;
	border-color: #BAE2EC;
	border-style: solid;
	border-width: 1px;

}

#navBar a:hover
{
	color: #000;
	background-color: #E8E8E8;
	text-decoration: none;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
}

/* LEFTBAR /////////////////////////*/


#leftBar ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

#leftBar li{
	padding: 0 0 10px 0;
	margin: 0px;
/*	list-style-type: none;
*/}

#leftBar a {
	padding: 2px 8px;
	width: 130px;
	font-size: 12px;
}

#leftBar a:link, #leftBar a:visited
{
	color: #000;
	text-decoration: none;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;

}

#leftBar a:hover
{
	color: #000;
	background-color: #E8E8E8;
	text-decoration: none;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
}

/* FOOTERBAR /////////////////////////*/

#footerBar ul{
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 10px 0 0 0;
}

#footerBar li{
	display: inline;
	list-style-type: none;
}

#footerBar a {
	padding: 2px 8px;
	font-size: 12px;
}

#footerBar a:link, #footerBar a:visited
{
	color: #000;
	text-decoration: none;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;

}

#footerBar a:hover
{
	color: #000;
	background-color: #E8E8E8;
	text-decoration: none;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
}

/* SITELINKS /////////////////////////*/

#siteLinks ul{
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 10px 0 0 0;
}

#siteLinks li{
	display: inline;
	list-style-type: none;
}

#siteLinks a {
	padding: 2px 8px;
	font-size: 12px;
}

#siteLinks a:link, #siteLinks a:visited
{
	color: #000;
	text-decoration: none;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;

}

#siteLinks a:hover
{
	color: #000;
	background-color: #E8E8E8;
	text-decoration: none;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
}
