/*
     
	  
*/

* {
    
    
	padding: 0;
	margin: 0;
}

BODY {
    
    
	font-family: "MS UI Gothic";
	font-size: 13px;
	line-height: 18px;
}

#wrapper {
    
    
	margin: 16px auto 0px;
	width: 760px;
	background-color: #fdfdfd;
}

#faux {
    
    
	margin-bottom: 0px;
	overflow: auto;
		/* Paul O Brien Fix for IE  */
	width: 100%;
}

#header {
    
    
	color: #333;
	width: 760px;
	padding: 0px;
	height: 100px;
	margin: 20px 0px 0px;
	background-image: url(images/aztec_top_1.gif);
}

#navigation {
    
    
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#leftcolumn {
    
    
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 160px;
	float: left;
}

#content {
    
    
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: 0px;
	width: 380px;
	display: inline;
	position: relative;
}

#rightcolumn {
    
    
	display: inline;
	position: relative;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 195px;
	float: right;
}

#footer {
    
    
	width: 760px;
	clear: none;
	color: #999999;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 40px;
	font-family: Arial;
	text-align: center;
	border-spacing: 0px;
	background: url(images/footer_1.gif) no-repeat;
	vertical-align: 29px;
	white-space: normal;
}

.clear {
    
    
	clear: both;
	background: none;
}

A:hover {
    
    
	color: white;
	background-color: #5e7bc8;
}

H1 {
    
    
	font: bolder 140% "MS UI Gothic";
	color: #ffffff;
	background-color: #5e7bc8;
	text-align: left;
	border: 1px groove #000099;
	padding: 4px;
	font-size: 160%;
	font-weight: bold;
}

H2 {
    
    
	font: bolder 130% "MS UI Gothic";
	color: #348be2;	
	color: #ffffff;
	background-color: #679ad6;
	text-align: left;
	border: 1px groove #000066;
	padding: 4px;
}

H3 {
    
    
	font: bolder 110% "MS UI Gothic";
	color: #ffffff;
	background-color: #87b8e7;
	text-align: left;
	border-color: #000066;
	padding: 6px 6px 6px 6px;
	border-style: groove double double;
	border-width: 1px;
}
H4 {
    
    
	font: bolder 120% "MS ui gothic";
	text-align: left;
	border: 0px none;
	padding: 0px;
	color: #666666;
}
H5 {
    
    
	font-weight: bolder;
	font-family: "MS ui gothic";
	text-align: left;
	color: #348be2;
}
H6 {
    
    
	font: bolder "MS ui gothic";
	text-align: left;
	color: #666666;
}
HR {
    
    
	color: #000066;
	height: 3px;
}

P {
    
    
	color: #000066;
}

A {
    
    
	color: #0f3dd9;
	text-decoration: underline;
}

A:visited {
    
    
	color : #990099;
	text-decoration: underline;
}

A:HOVER {
    
    
	color: #ffffff;
	text-decoration: underline;
	font-style: normal;
}

A:ACTIVE {
    
    
	color: #FF9933;
	text-decoration: underline;
}

UL {
    
    
	color: #009999;
	list-style-image : url(image/i_cad_02b.gif);
	list-style-position: outside;
}

UL UL {
    
    
	list-style-image : url(image/p_lis009.gif);
}

OL {
    
    
	list-style-type: upper-alpha;
}

OL OL {
    
    
	list-style-type: lower-alpha;
}



