body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Assets/bg_grad.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	text-align: center;
}
#content a:link, a:visited, a:hover {
	color: #0033FF;
	text-decoration:underline;
}

.caption {
	color: #FFFFFF;
	font-size: 10pt;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.caption_head {
	font-size: 16pt;
	color: #FFFFFF;
	margin: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#page {
	position:relative;
	width:800px;
	height:600px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#page #content {
	width: 738px;
	float: right;
}
.smallType {
	font-size: 9px;
}

#page #navBar {
	width: 40px;
	background-color: #eeeeee;
	float: left;
}
p {
	font-size: 16px;
}



#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: left;
	clear: both;
	position: relative;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
	/*
	position:relative;
	top: 610px;	*/
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

/*

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

#sectionLinks a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}
*/

#page #masthead {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}
