@charset "utf-8";
/* CSS Document */
*
{
	text-decoration: none;
	list-style:none;
	margin: auto;
	padding: 0px;
	border: 0px;
	border-collapse:collapse;
}
form input, textarea, select
{
	border:1px solid;
	margin:1px;
}
#wrap
{
	text-align: center;
	padding:50px;
	padding-top:30px;
}
#wrap table, table td, p
{
	text-align: left;
	vertical-align: top;
	margin: auto;
}
#footer
{
	text-align: center;
	vertical-align: bottom;
	padding: 20px;
}
#proglist td
{
	padding: 5px;
}
#Msg
{
	font-size: 14px;
	font-weight: bold;
	color: #802020;
	text-align: center;
	padding: 20px;
}
#calendar
{
	width:900px;
	text-align:center;

}
#calendar td
{
	text-align:center;
	border:groove;
	padding:5px;
}
#calendar table
{
	margin-top:20px;
	background: repeat-x url(images/tbl_cont_bkgr.jpg);
}
.cal_div
{
	display:none;
	position:absolute;
	border:groove #F00000;
	padding:10px;
	background: repeat-x url(images/tbl_cont_bkgr.jpg);
}
.calendar_td
{
	background: repeat-x url(images/tbl_cont_bkgr.jpg);
	height:110px;
}
.calendar_td p, span
{
	color:#003030;
}
.ev_title
{
	font-size:12px;
	font-weight: bold;
}
.ev_text
{
}
body
{
	color: #5C5D5F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#menu *
{
	display: inline;
}
.dropdown
{
	position:relative;
	float:left;
	width:100%;
	font-size:10px;
}
.sh_fill
{
	background: repeat-y url(images/sh_left_fill.jpg);
	vertical-align: top;
}
.sh_fill_right
{
	background: repeat-y url(images/sh_right_fill.jpg);
	vertical-align: top;
}
.content1
{
	background: repeat-x url(images/tbl_cont_bkgr.jpg);
	padding:20px;
	width:640px;
}
.register_box
{
	background: #F4F4F4;
	border: solid 2px #EBEBEB;
	text-align: left;
	padding: 10px;
	padding-bottom:0px;
}
.homegreytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9C9D9F;
	line-height:11px;
}
.blacktext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
.greytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C4D4F;
	text-align:left;
}
.greytextbold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5D5F;
	font-weight: bold;
}
.headinggray
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C3112F
}
.blue
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00558D;
}
.bluetitle
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00457D
}
.whitetitle
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.testimonialsheading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.testimonialstext
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
}
.blacktitle
{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.black_subtitle_u
{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
}
.whitelink
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bigwhitetitle
{
	font-size: 19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.bigbluetitle
{
	font-size: 23px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #00457D;
}
.title
{
	text-align:center;
	font-size:24px;
	padding:20px;
}
.border
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border2
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
p
{
	padding:5px;
}
a
{
	color:#F00000;
}