html { 
	background: #222; 
	color: #000; 
	font: 65%/1.5 Arial, Helvetica, sans-serif; 
	}

p { 
	font-size: 1.2em; 
	line-height: 19px; 
	}

* html p {
	line-height: 1.5em; 
	}

* :focus {
	outline: 0 none;
	-moz-outline: 0 none;
}


a { 
	color: #DDD; 
	text-decoration: none; 
	}

a:hover { 
	color: #999; 
	border: 0 !important; 
	}

#mainBlock { 
	position: relative; 
	width: 900px; 
	}

#mainContent p { 
	margin-left: 40px; 
	width: 500px; 
	margin-bottom: 1em; 
	text-align: justify; 
	}

#mainContent p.p3 { 
	font-size: 0.8em; 
	}

#mainContent h1 { 
	font-weight: normal;
	font-size: 1.2em; 
	text-align: center; 
	}

#mainContent a { 
	font-weight: bold; 
	}

#sideContent { 
	position: absolute; 
	top: 220px; 
	right: 0; 
	width: 360px; 
	}

#sideContent p { 
	margin-left: 20px; 
	width: 320px; 
	margin-bottom: 1em; 
	font-size: 0.8em; 

	}

#sideContent p.p2 { 
	margin-left: 20px; 
	width: 320px; 
	margin-bottom: 1em; 
	font-size: 0.8em; 
	text-align: center; 
	}

#sideContent p.p3 { 
	margin-left: 20px; 
	width: 320px; 
	margin-bottom: 1em; 
	font-size: 0.8em; 
	text-align: center; 
	}

#sideContent p.p4 { 
	margin-left: 20px; 
	width: 320px; 
	margin-bottom: 1em; 
	font-size: 0.7em; 
	line-height: 1.2em; 
	text-align: justify; 
	}

#AZContentL { 
	float:left;
	margin-left: 20px; 
	width: 280px; 
	margin-bottom: 1em; 
	}

#AZContentR { 
	float:right;
	width: 420px; 
	margin-bottom: 1em; 
	}

#AZContentL p, #AZContentR p { 
	font-size: 0.8em; 
	line-height: 1.5em; 
	}



.floatleft { float: left; }

.floatright { float: right; }

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
}


