@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccccff;
	margin: 0px;
	padding: 0px;
	font-size: small;
}
li a {
	font-size: .9em;
	color: #330000;
}

#allContent{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 8px;
	border: solid 1px black;
}
#mainContent a {
	color: #660000;
	text-decoration: none;
	font-size: 1.1em;
}

#innerContent{
	background-image: url(images/vert_background.gif);
	background-repeat: repeat-y;
}

#header{
	height: 160px;
	width: 800px;
}

a img {
	text-decoration: none;
	border: none;
}


#mainContent{
	float: left;
	width: 520px;
	padding-left: 20px;
	padding-right: 19px;
}
li {
	list-style-type: square;
	line-height: 1.4em;
	color: #000033;
}

#sideContent{
	width: 240px;
	float:left;
	text-align: center;
	color: #000033;
	font-size: .85em;
}

#sideContent a{
	color: #000033;
	text-decoration: none;
}

#footer{
	clear: left;
	font-size: 0.7em;
	text-align: center;
	border-top: solid 1px #000044;
	background-color: #FFFFFF;
}

#links{
	background-color: #c8da2c;
	width: 800px;
	border-top:solid black 1px;
	border-bottom:solid black 1px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 14px;
}

.notLink{
	color: #000000;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 16px;
}

#links a {
	color: #000044;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#links a:hover{
	text-decoration: underline;	
}
.strong {
	font-size: 1.2em;
	color: #660000;
}
#innerContent .mtitle{
	font-size: 2.6em;
	font-family: "Times New Roman", Times, serif;
	line-height: 0em;
	color: #000033;
}
#innerContent  .mtext{
	font-size:2.2em;
	font-family: "Times New Roman", Times, serif;
	line-height: 0.8em;
	color: #000033;
}
#innerContent  .press{
	font-size:1.6em;
	color: #000033;
}