html > body {
	margin-top: 10px;
}

body{
	margin-top: 8px;
	padding:0;
	background-color: #eeeeee;
	font-family: arial;
}

b{font-size: 110%;}

#list li {
	padding-top: 15px;
}

.years {
	font-family: arial;
	font-size: 80%;
	text-align: justify;
}

.parts {
	padding-bottom: 5px;
}

a:focus { outline:none;}

a{
	text-decoration: underline;
	color: #0066CC;
	outline-style: none;
	outline: none;
}

a:hover{text-decoration: none; outline-style: none;}

p{
	font-size: 70%;
}

.cotitle{
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 10px;
}

.newstitle{
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
}

.pagetitle{
	font-size: 100%;
	font-weight: bold;
}

.pagelink{
	font-size: 70%;
	color: #0066CC;
}

.text{
	font-size: 70%;
}

#cotitlelink{
	font-size: 120%;
	font-weight: bold;
	color:#0066CC;
}

#cotitlelink a{
	color:#0066CC;
	outline-style: none;
}

#maincontainer{
	width: 775px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFF;
}

#topsection{
	background: #FFF;
	height: 90px; /*Height of top section*/
	padding-top: 10px;
	padding-bottom: 5px;
}

#topsection h1{
	margin: 0;
	padding-top: 10px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFF;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumnFull{

}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -775px; /*Set left margin to -(MainContainerWidth)*/
}

.left{
	background-color:#003366;
	color:#FFFFFF;
}

#footer{
	font-family: Arial;
	font-size: x-small;
	clear: left;
	width: 751px;
	background: #FFFFFF;
	color: #999999;
	text-align: justify;
	padding: 0px 8px 0px 8px;
}

#footer a{
	color: #CCC;
	text-decoration: none;
	outline-style: none;
}

#footer a:hover{
	color: #CCC;
	text-decoration: underline;
	outline-style: none;
}

.copyLeft {
	float: left;
	color: #c0c0c0;
}

.copyRight {
	float: right;
	color: #c0c0c0;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
