.FinePrint
	{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	}

/* MAIN NAV */
.ahctpac {
	width:216px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	background-color:#FFFFFF;
}

p,td,li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#684077;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;			
}

hr {
	width:210px;	
	border-top: 1px dotted #666;
	height:1px;
}

h1 {
	color:#291f1d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

h2 {
	color:#333333;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.body {
	border:1px solid #000000;
}

.header{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}

.box {
	font-family:"Myriad Web Pro";
	font-weight:bold;
	padding-left:5px;
}

.tleft {
	background-image: url(/images_layout/header_top_left.gif);
	background-repeat:no-repeat;
	width:720px;
	height:89px;
}

.hleft {
	background-image:url(/images_layout/header_left.gif);
	background-repeat:no-repeat;
	width:176px;
	height:202px;
}

.hmiddle {
	background-image:url(/images_layout/header_middle.gif);
	background-repeat:no-repeat;
	width:544px;
	height:202px;
}

.mleft {
	background-color:#FFFFFF;
	margin-right:15px;
	padding-top:10px;
	width:253px;
	height:539px;
}

.middle {
	background-color:#FFFFFF;
	color:#333333;
	margin-left:20px;
	text-align:left;
	width:460px;
	height:539px;
	padding-top:10px;
	padding-bottom:10px;
}

.mright {
	background-color:#FFFFFF;
	background-image:url(/images_layout/vert.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:257px;
	height:539px;
	padding:10px 0 0 10px;
}

.right {
}

.dots {
	padding-left:10px;
}

.contact {
	color:#333333;
}

.line {
	background-image:url(/images_layout/line.gif);
	background-repeat:repeat-x;
	height:3px;
}

.top {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
}

.bottom {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.foot {
	background-color:#FFFBD5;
}

#navcontainer
	{ 
	background-color:#FFFFFF;
	width:253px;
	height:539px;
	}

#navcontainer ul
	{
	margin:0;
	padding:0;
	list-style-type: none;
	}

#navcontainer ul li
	{
	margin:0;
	padding:0;
	float:left;
	}

#navlist a
	{
	list-style:none;
	color:#333333;
	margin-top:10px;
	margin-left:0;
	margin-bottom:90px;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	}

#navlist a:link, #navlist a:visited
	{
	text-decoration: none;
	font-weight:bold;
	color:#000000;
	}

#navlist a:hover
	{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}

/* TOOLS */
#tools
	{
	margin:0;
	padding:8px 0 8px 0;
	text-align:left;	
	}

#tools a
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#684077;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	}

#tools a:hover
	{
	text-decoration:underline;			
	}

#tools ul
	{
	display:inline;
	margin:0;
	padding:0;
	}

#tools li
	{
	display:inline;
	margin:0;
	padding:8px 0 0 10px;
	text-align:right;
	font-size:12px;
	}

.Print a
	{
	padding-left:25px;
	background: url("/images_layout/icon_print.gif") no-repeat left 50%;
	}

.Print a:hover
	{
	text-decoration:underline;
	background: url("/images_layout/icon_print.gif") no-repeat left 50%;
	}

.Email a
	{
	padding-left:30px;
	background: url("/images_layout/icon_email.gif") no-repeat left 50%;					
	}

.Email a:hover
	{
	text-decoration:underline;
	background: url("/images_layout/icon_email.gif") no-repeat left 50%;					
	}

.Logout a
	{
	padding-left:18px;
	background: url("/images_layout/icon_logout.gif") no-repeat left;
	background-position:0 1px;
	}

.Logout a
	{
	text-decoration:underline;
	background: url("/images_layout/icon_logout.gif") no-repeat left;
	background-position:0 1px;
	}

#copyrights
	{
	background-color:#F5F2EF;	
	}

/* BEGIN: Login page */
.error
	{
	color:maroon;
	}
.success
	{
	color:green;
	}
/* END: Login page */

/* Events Frontend Begin */
.events_header
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	background-color:#CCCCCC;
	font-weight:bold;
	}

.events_description
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	background-color:white;
	padding-right:5px;
	}

.events_data
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	background-color:white;
	padding-left:5px;
	}

.required
	{
	color:maroon;
	}

.contact_even
	{
	background-color:#ECE4DD;
	}

.contact_odd
	{
	background-color:#E2D6CB;
	}

.contact_required
	{
	color:maroon;
	}
/* Events Frontend End */


.bna_popup
	{
	background-color:#F1F8F8; 
	}