/* CSS Document */

/* == ================= == */
/* ==  PAGE CONTAINERS  == */
/* == ================= == */

#container-page {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 767px; 
	margin-left: -383px;
	padding: 0px;
	}

#container-header {
 	width: 767px; 
	height: 150px;
	margin: 0px;
	padding: 0px;
	}

#leftcol {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}
				
#content 
{
	margin: 0px;
	margin-left: 187px;
	padding: 0px 10px 10px;
	}
	
#content-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	}

#container-footer {
	clear: both;
	padding: 5px;
	margin: 0px 1px 0px 187px;
	text-align: center;
	border-top: 2px solid #F9EB90;
	}

/* ======================= */
/* == PAGE TAG ELEMENTS == */
/* ======================= */
	
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	}

p	{
	line-height: 1.25em;
	padding: 0px;
	margin: 0px 0px 10px;
	}
	
img {
	border: 0px;
	}

h1	{
	font-size: 1.3em;
	color: #953C51;
	margin: 0px;
	padding: 0px;
	}

h1.rule {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid #953C51; 
	}

	
h2	{
	font-size: 1.1em;
	color: #953C51;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}

h2 a	{
	font-size: 1em;
	color: #953C51;
	margin: 0px;
	padding: 0px;
	}
	
h3	{
	font-size: .9em;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

h4	{
	font-weight: bold;
	margin: 0px;
	padding:0px;
	font-size: .9em;
	}	

a	{
	color: #0065A4;
	text-decoration: none;
	}

a:hover {
	color: #953C51;
	}

#content li {
	margin-bottom: 10px;
	}

/* ============================== */
/* ==    TABLE ELEMENTS (DREW) == */
/* ============================== */	
	
td {
	vertical-align: top;
	font-size: 12px;
}
table.Container, table.HeaderTop, table.HeaderBottom {
	width: 747px;
	border-collapse: collapse;
}
td.LeftColumn {
	background: url(images/Hand.gif);
	background-color: #ABDBE6;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 150px;
}
td.Main {
	background-color: #92C7D5;
	width: 401px;
	padding-bottom: .5em;
}
td.Main h2 {
	color: #770133;
	font-size: 20px;
	font-family: georgia, serif;
	font-weight: normal;
	margin: 10px 10px .25em 15px;
}
td.Main h2.Internal {
	color: #45717A;
}
td.Main p {
	margin: 0 20px .5em 30px;
	font-size: 12px;
	line-height: 1.3em;
}
td.Main #Breadcrumb {
	width: 401px;
	background-color: #ACD5DF;
}
td.Main #Breadcrumb p {
	margin: 0;
	padding: 10px 5px 5px 5px;
	color: #39435D;
	background: url(images/Breadcrumb.gif);
	background-repeat: no-repeat;
	font-size: 9px;
}
td.RightColumn {
	background: url(images/ShadowBelowNews.gif);
	background-repeat: no-repeat;
	background-color: #77B3BE;
	width: 196px;
}
td.RightColumn h2 {
	color: white;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 10px 0 10px;
}
td.RightColumn p {
	margin-left: 10px;
	margin-top: 0;
	font-size: 12px;
	line-height: 1.3em;
}
td.RightColumn a {
	color: #A91454;
	font-size: .9em;
}
td.RightColumn a.More {
	text-decoration: none;
}
td.Footer {
	background-color: #008194;
	width: 747px;
	border-top: 3px solid #A91255;
	padding: 5px 0 5px 0;
}
table.Footer {
	width: 747px;
}

/* ============================== */
/* ==    NAVIGATION ELEMENTS   == */
/* ============================== */

#leftcol ul {
	list-style: none;
	padding: 5px 0px;
	margin: 0px 0px 0px 5px;
	width: 176px; 
	border-bottom: 1px solid #F9EB90;
	position: relative; 
	top: -30px; 
}

#leftcol ul li {
	position: relative;
}

#leftcol li ul {
	display: none; 
	left: 169px; 
	position: absolute; 
	top: 0px;
}

#leftcol ul li a {
	display: block;  
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	padding: 3px 5px;
}

#leftcol ul li {
	height: 1%;
}

#leftcol ul li a {
	height: 1%;
	}

#leftcol ul li a:hover {
	background-color: #F9EB90; 
	color: #0065A4;
	}

#leftcol li ul li a {
	padding: 3px 5px;
	} 

#leftcol li:hover {
	background-color: #F9EB90;
}

#leftcol li.over {
	background-color: #F9EB90;
}

div.breadcrumb-nav {
font-size:.8em;
margin-bottom: 10px;
}

div.page-menu {
font-size:1em;
margin-bottom: 20px;
}

/* ======================= */
/* ==   PAGE ELEMENTS   == */
/* ======================= */
#container-footer .date {
	float: left;
	text-align: left;
	font-size: .8em;
	}

#container-footer .contact {
	float: right;
	text-align: right;
	font-size: .8em;
	}
	
.alert-box {
	margin: 0px 100px 10px; 
	padding: 20px; 
	border: 1px solid #953C51;
	border-top: 4px solid #953C51;
	border-bottom: 4px solid #953C51;
	}
.alert-box-head {
	margin: 10px 100px 0px; 
	height: 20px;
	background-color:#953C51;
	text-align: right;
	}
	
p.alert	{
	font-size: .9em;
	}
