body {
	color:#000000;
	background-color: #bbbbdd;
	margin:0px;
	padding:0px;
	font-family: verdana, arial, helvetica, sans-serif;	
	}


.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	border-left:1px dotted #aacccc;
	margin: 80px 10px 0px 200px;
	padding: 1.5em 10px 0px 10px;
	z-index:5; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.topicsColumn {
	position:absolute;
	top:84px;
	right:00px;
	background:#dddddd;
	font-size: 12px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-top: 0px solid #ffffff;
	border-bottom:1px solid #ffffff;
	 border-left:1px dotted #aacccc
	z-index:122;
	color:#333333;
}
	
	

	
.topicsHome {	
	text-align:left;	
	background:#dddddd;
	/* background-image:url(/layout/footer2-grad.jpg);
	background-repeat:repeat-x; */
	border-bottom:1px solid #ffffff;
	margin:0px 0px 0px 0px;
	width:190px;
	padding:5px 6px 0px 5px;
	z-index:3;
	height:7em;
	font-size: 12px;
	}

.topicsHome p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}




		
.topicsMain {
	position:absolute;
	top:80px;
	left:180px; 
	width:450px;
	height:215px;
	text-align:center;
	/*background:#bbbbdd; */
	border:0px #cccccc;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	font-size: 12px;
	}



.topicBox {
	position:relative;
	background:#bbbbdd;
	background-image:url(/layout/footer2-grad.jpg);
	background-repeat:repeat-x;
	width:150;
	float:right;
	border-top:0px solid #aaaacc;
	margin:10px 0px 0px 10px;
	padding:0px 10px 10px 10px;
	z-index:3;
	}
.topicBox p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.topicBox p.head{
	font-weight:bold;
	font-size: 14px;
	color:#333399;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}


.highlightBox {
	float:left;
	background:#ffffff;
	border:1px dotted #CC0000;
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	z-index:3;
	}



.captionBox {
	position:relative;
	float:right;
	margin:0px 0px 0px 10px;
	padding:0px 10px 0px 10px;
	z-index:3;
	}

.captionBox p{
	text-align:center;
	font-style:italic;
	}


h1 {
	position:absolute;
	top:-.8em;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 24px;
	line-height:20px;
	color:#333399;
	
	}



h2 {
	margin: .7em 0px 0px 0px;
	padding: .3em 0px 0px 0px;
	font-size: 16px;
	color:#333399;
	}

h2.likeh1 {
	margin: 1.5em 0px .3em 0px;
	padding: 0em 0px 0px 0px;
	font-size: 24px;
	color:#333399;
	}


#leftBox h2  {
	font-size: 14px;
	color:#333399;
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

h3 {
	margin: 0.7em 0px 0.5px 0px;
	padding: .3em 0px 0px 0px;
	font-size: 12px;
	color:#333399;
	}

#leftBox h3 {padding-top: 3px;
	font-size: 12px;
	color:#333399;
	}



h4 {
	margin: 0.7em 0px 0.5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

p {
	margin: 0.7em 0px 0.5px 0px;
	padding: 0px 0px 0px 0px;
	}

ol, ul, dl {
	margin-top:0px;
	}
dl {
	font-size: 12px;
	margin-top:10px;
	}
dd, {
	margin-bottom:5px;
	}

ul ul, dl ul {
	}

.content li,  .newsColumn li {
	list-style-image: url(/layout/leftboxbullet.gif)
}

legend {
	color:#333399;
	font-weight: bold;
	font-size: 12px;
	background-color:#bbbbdd;
	padding: 3px 6px 3px 6px;
	}

fieldset	{
	background-color:#bbbbdd;
	border: 1px;
	border-style: dotted;
	border-color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 0px 3px;
	}

fieldset p	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

dt {
	font-weight: bold;
	}


hr {
	color:#FFFFFF;
	}


a:link {
	color:#0033ff;
	}

a:active {
	color:#FF3300;
	}

a:visited {
	color:#990099;
	}

a:hover {
	color:#991100;
	}

th, td {
	font-size: 12px;
}

table.std  {
	vertical-align: top;
	font-size:12px;
	margin: 6px 0px 0px 0px;
	}

table.std td {
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;
	border-color: #ffffff;
	background-color:#bbbbdd;
	padding: 3px 4px 3px 4px;
	vertical-align: top;
	}
table.std tr.head {
	border: 1px;
	background-color: #333399;
	}
table.std tr.head td {
	border-top: 0px;
	vertical-align: bottom;
	background-color: #333399;
	}
table.std tr.head p {
	color: #ffffff;
	}






#leftBox {
	position:absolute;
	width:190px;
	top:150px;
	background:transparent;
	left:0px;
	font-size: 12px;
	padding:5px 5px 0px 5px;
	margin:0px 0px 0px 10px;
	z-index:2;
	color:#333333;
		/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
		Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
		IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
		declaration. The incorrect IE5/Win value is above, while the correct value is 
		below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180;
	}
		/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
		length values to user agents that exhibit the parsing error exploited above yet get 
		the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
		a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
		body>#navAlpha {width:180px;}


#leftBox li  {
	position:relative;
	left:-2em;
	color:#333333;
	list-style-image: url(/layout/leftboxbullet.gif)
	}
	
#ornament	{
	position:absolute;
	left:0px;
	top: 80px;
	background-image:url(/layout/ornament1.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:350px;
	z-index:1;
}


#header {
	background-image:url(/layout/header.jpg);
	background-repeat:repeat-x;
	background-color: #bbbbdd;	
	position:absolute;
	left:0px;
	top: 0px;
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #aaaacc;
	height:80px;	
	z-index:2;
}

#middle {
	font-size: 12px;
	background-color: #eeeeee;
	width:100%	
}

#nameBox {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:80px;

	border-bottom: 6px solid #cc0000;
	z-index:0;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#nameBox p {
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	margin:5px 0px 0px 0px;
	}

#nameBox a:link {
	color:#ffffff;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	}
	
#nameBox a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	}

#nameBox a:hover {
	color:#dd0000;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	}
	
#nameBox a:active {
	color:#FF0000;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	}




.footer {
	position:relative;
	bottom:0px;
	width:100%;
	height:2em;
	vertical-align:bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0.5em 0px;
	color:#ffffff;
	z-index:100;
	}

.footer p {
	font-size: 10px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	}

.footer2 {
	position:relative;
	height:75px;
	width:100%;
	background-image:url(/layout/footer2-grad.jpg);
	background-repeat:repeat-x;
	background-color: #aaaacc;
	z-index:2;
	left:0px;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#ffffff;
	font-size: 10px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #9999bb;
	}
#footer3 {
	position:absolute;
	z-index:-10;
	height:4em;
	top:-4em;
	left:0px;
	width:100%;
	background-image:url(/layout/footer-grad.jpg);
	background-repeat:repeat-x;
	background-color: #bbbbdd;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#990000;
	font-size: 10px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #bbbbdd;
	}
	
#copyw {
	margin: 0px 0px 0px 200px;
	padding: 10px 10px 0px 10px;
}

#fleurdelis {
	position:absolute;
	left:140px;
	bottom:20px;
	width:49;
	height:50;
	}




p.breadcrumb  {
	margin: 35px 0px 0px 0px;
	font-size: 10px;
	color:#000000;
	}

.footer a:link {
	color: #333399;
	}

.footer a:active {
	color:#ff0000;
	}

.footer a:visited {
	color: #333399;
	}

.footer a:hover {
	color: #dd0000;
	}

