/* Site Design by: http://www.staninteractive.com */

body {
	background-color: #CCCCCC;
	margin: 100px 0px 0px 0px;
	padding: 0pt 0pt 0pt 0pt;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	text-align: center;
}
body.event{
	margin: 0px 0px 0px 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	line-height: 14px;
	font-weight : bold;
}

a:visited {
	color: #333333;
	text-decoration: underline;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	line-height: 14px;
	font-weight : bold;
}

a:active {
	color: #013C74; 
	text-decoration: none;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	line-height: 14px;
	font-weight : bold;
}

a:hover {
	color: #013C74;
	text-decoration: none;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	line-height: 14px;
	font-weight : bold;
}

#mainBox{
	border: 0px solid #000000;
	overflow-y: hidden;
}

#textBox{
	background-color: #FFFFFF;
	width: 559px;
	height: 478px;
	border: 0px;
	padding: 0pt 15pt 15pt 0pt;
	text-align: justify;
	overflow: auto;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	line-height:14px;
	color: #333333;
}

.titleBox{
	background-color: #CCCCCC;
	width: 150px;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight : bold;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 15px;
	border-bottom: 0px solid #666666;
	border-top: 0px solid #666666;
	letter-spacing: 1.5px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}