body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin: 40px;
/*
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(http://blah_waffle_drone.gif);
*/
}

#banner
{
	background: #FFFFFF url(../images/SoTermLogo_WhiteBG_CoolBlue.gif) 100% 0 no-repeat;
	width: 215px;
	height: 56px;
}

img
{
	border: 0px;
}

h1
{
	font-size: 135%;
	margin-top: 30px;
	margin-bottom: 2px;
}

p
{
	margin-top: 2px;
	margin-bottom: 12px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

li
{
	line-height: 125%;
	margin-top: 1px;
	margin-bottom: 1px;
}

caption
{
	background-color: inherit;
	color: #666666;
	font-weight: bold;
	caption-side: bottom;
	text-align: center;
}

th
{
	text-align: left;
}

.SoTerm
{
	background-color: inherit;
	color: #003399;
}

.copyright
{
	background-color: inherit;
	color: #666666;
	font-size: 85%;
	font-weight: normal;
}

.invisible
{
	display:none;
}

.navBarItem
{
	border-top: solid #003399 1px;
	border-bottom: solid #003399 1px;
	border-left: solid #003399 1px;
}

.navBarLastItem
{
	border: solid #003399 1px;
}

a
{
	background-color: inherit;
	color: #003399;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.navBarHref
{
	background-color: #FFFFFF;
	color: #003399;
	font-weight: bold;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}

a.navBarHref:hover
{
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}

a.bigHref
{
	font-size: 120%;
	font-weight: bold;
}

a.copyrightHref
{
	background-color: inherit;
	color: #666666;
}

