﻿body {
	margin: 0;
	background-color: #e6e6e6;
	font: 11px Verdana, Ariel, Helvetica, sans-serif;
	font-weight: normal;
}
#container {
	background: #ffffff;
	width: 850px;
	margin: auto;
	border-radius: 20px;
	box-shadow: 2px 2px 10px #333333;
	-webkit-box-shadow: 2px 2px 10px #333333;
	-moz-box-shadow: 2px 2px 10px #333333;
}
img {
	border: none;
	display: block;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #324f80;
	font-weight: bold;
	text-align: center;
}

td {
	vertical-align: top;
}
.cellshade {
	background: #e8e8e8;
	border: 10px #e8e8e8 solid;
	font-size: medium;
	border-radius: 10px;
}
.shadowleft {
	background-image: url('images/shadowleftcut.gif');
	background-repeat: repeat-y;
	background-color: #e6e6e6;
}
.shadowright {
	background-image: url('images/shadowrightcut.gif');
	background-repeat: repeat-y;
	background-color: #e6e6e6;
}
.shadowdown {
	background-image: url('images/shadowdowncut.gif');
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	width: 880px;
	height: 19px;
}
.shadowleftcorner {
	background-image: url('images/shadowleftcorner.gif');
	background-color: #e6e6e6;
	background-repeat: no-repeat;
}
.shadowrightcorner {
	background-image: url('images/shadowrightcorner.gif');
	background-color: #e6e6e6;
	background-repeat: no-repeat;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
	text-align: center;
}
.subtitleblue {
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	color: #2a3795;
	text-align: center;
}
.subtitlered {
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
.subtitlewhite {
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.subtitleblack {
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.bluetext {
	font-weight: bold;
	color: #2a3795;
}
.center {
	margin: auto;
}
.centertext {
	text-align: center;
}
.blackbg {
	background-color:black;
}
.pinkbg {
	background-color:#FFCCFF
}
.greenbg {
	background-color:#ccffcc;
}
.yellowbg {
	background-color:#ffffcc;
}
.menubar {
	background-color: #990033;
	background-image: url('images/menu.gif');
	background-repeat: repeat-x;
	text-align: center;
}
a.menubar, .menubar ul, .menubar ul li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation li {
	display: inline;
	list-style: none;
	padding-right: 30px;
}
