body {
	margin: 0 auto;
	width: 100%;
	overflow: auto;
}

/* Here we set up the sizes and positions of the navigation frames*/
#main {
	margin-right: 20%;
	margin-left: 12%;
	width:68%
}
#title {
	width: 100%;
	height: 77px;
	background-color: #999966;
}
#navigation {
	float: left;
	width: 12%;
	height: 100%;
	background-color: #999966;
}
#news {
	float: right;
	width: 20%;
	overflow: auto;
}
#footer {
	width: 100%;
	height: 10%;
	clear: both;
	text-align: center;
	background-color: #000000;
}

/*Here we set up the attributes of the various text styles we use*/

font.title{
	margin-left: 15px;
	color: #000000;
	font-family: "Arial black";
	font-size: 40px;
}

font.footer{
	color: #FFFFFF;
	font-family: arial;
	font-size: 10px;
}

font.caption{
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-style:bold;
}

div.mainbody{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: small;
	font-family: arial;
}

p.navigation{
	margin-left: 15px;
	margin-right: 15px;
	font-family: arial;
	font-size: large;
	color: #000000;
	a:visited
}

div.scroll{
	height: 800px;
	width: 100%;
	overflow: auto;
	padding: 0px;
}

/*Here we set up the link attributes */
a.navigation:link    {color: #151B54;}
a.navigation:visited {color: #254117;}
a.navigation:hover   {color: fuchsia;}
a.navigation:active  {color: fuchsia;}

/*Here we set up the cv layout table */

table#cv{
	width: 100%;
}
table#cv td{
	padding: 5px;
}
.cvtitle {
	font-family: "arial black";
	font-weight: bold;
	font-size: large;
}
.cvelement{
	font-family: arial;
	font-size: small;
}
.cvheader{
	font-family: arial;
	font-size: small;
	font-style: bold;
}
