body {
	font-family:arial;
}

#wrapper .middle-panel {
	text-align:center;
	color:#000094;
	font-size:90%;
}

#wrapper .middle-panel p {
	color:#000094;
}

#wrapper .footer {
	color:#8b8b8b;
	font-size:70%;
	text-align:center;
	padding-bottom:20px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:130%;
	color:#00b2da;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:18px;
}

h1 {
	letter-spacing:-1px;
}

h2 {
	font-size:110%;
	text-transform:none;
}

h3 {
	font-size:80%;
	color:#000;
}

h4 {
	font-size:100%;
	color:#00b2da;
	text-transform:none;
	margin-bottom:3px;
}

h5 {
	font-size:100%;
	color:#00b2da;
	text-transform:none;
	text-align:center;
}

h6 {
	color:#000;
	font-size:80%;
	text-transform:none;
	margin-bottom:3px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

#wrapper .content a {
	color:#00b2da;
	text-decoration:none;
}

#wrapper .content a:hover {
	text-decoration:underline;
}

#wrapper .content .text p {
	font-size:80%;
	color:#666;
	line-height:18px;
	margin-bottom:18px;
}

#wrapper .content .middle-panel p {
	font-size:90%;
	color:#000084;
	margin-bottom:18px;
	line-height:18px;
}

#wrapper .content ul {
	margin-bottom:18px;
}

#wrapper .content ul li, #wrapper .content ol li {
	background:url(/img/bullet.gif) no-repeat 0 3px;
	list-style:none;
	font-size:80%;
	margin:0 0 5px 15px;
	padding-left:15px;
	color:#00b1d9;
}

#wrapper .content ol li {
	list-style-type:decimal;
}


/************************ Blog */
div.blog .entry .date {
	text-align:center;
	color:white;
}

div.blog .entry .date a {
	color:white;
	text-decoration:none;
}

div.blog .entry .date .day {
	font-size:150%;
}

div.blog .entry .date .monthYear {
	font-size:50%;
}

div.blog .entry .snippet {
	font-size:70%;
	line-height:17px;
}

div.blog .entry .snippet a {
	color:black;
	text-decoration:none;
}

div.blog .entry .snippet a:hover {
	color:#781878;
	text-decoration:underline;
}

.newsInfo p{
	color:#b8b9bc;
}

table {
	margin-bottom:15px;
	color:#666;
}

table td {
	font-size:85%;
}

table th {
	font-weight:bold;
	font-size:85%;
	padding-right:10px;
}