/* CSS Document */

body{
	margin-top: 0px;
	margin-bottom: 2px;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #666666;
	}	
	
a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

a:visited{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	}r
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;
	}	
	
a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;
	}			

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6699CC;
	line-height: 10px;}	
	
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6699CC;
	line-height: 10px;
	}	
	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}	
	
#main{
	width: 100%;
	height: 100%;
	border: none;
	padding: 0px;
	}
	
#leftside{
	background-image: url(images/back-left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: inherit;
	}	
	
#leftbottom{
	background-image: url(images/left-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	}
		
#rightside{
	background-image: url(images/back-right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: inherit;
	}
	
#rightbottom{
	background-image: url(images/right-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	}	
	
#middle{
	background-image: url(images/back-middle.jpg);
	background-repeat: repeat-y;
	height: inherit;
	width: 748px;
	vertical-align: top;
	}	
	
#middlebottom{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	} 	
		
#content{
	width: 748px;
	border: none;
	}
	
#flash{
	width: 748px;
	height: 416px;
	}
	
#flash2{
	width: 748px;
	height: 150px;
	}	
	
#featureTable{
	border: none;
	padding: 0px;
	vertical-align: top;
	height: 100%;
	}

#features{	
	background-image: url(images/eventWindow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 237px;
	padding-left: 1px;
	text-align: center;
	vertical-align: middle;
	width: 148px;
	}
	
#regular{
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: top;
	height: inherit;
	}
	
#secondary{
	text-align: left;
	width: 740px;
	height: inherit;
	border: none;
		}	
		
.secondary-top{
	background-image: url(images/secondary-top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 10px;
	}
	
.secondary-middle{
	background-image: url(images/secondary-middle.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 727px;
	height: inherit;
	padding-left: 15px;
	padding-right: 25px;}	
	
.secondary-bottom{
	background-image: url(images/secondary-bottom.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;
	}
	
.heading{
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 3px;
	}
.event{
	padding: 0px 3px 0px 3px;
	}
.blackBorder
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}
.myLink
{
	cursor: pointer;
}
