/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(../img/az_logo.jpg); width:275px; height:200px;}
#topheader{float:right; width:486px; height:104px; background-color:white; position:relative; right:40px}
#toplinks{position:absolute; right:30px; top:80px;}
#menu{float:right; width:486px; height:32px; background-image:url(../img/bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:486px; height:20px; background-image:url(../img/bg_submenu.gif); background-position:top; background-repeat:repeat-x; position:relative; right:50px}
#toptitle{position:absolute; left:350px; top:130px;}
#contenttext{float:center; width:740px;}
#leftpanel{float:left; width:330px;}
#rightpanel{float:right; width:330px;}
#footer{float:center; width:760px; background-color:#F0F0F0; padding:8px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px white; height:600px; background-color:white; padding:8px; margin:8px;
}

/*TEXT STYLES*/
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:38px;
	font-weight:bold;
	color:#FFFFFF;
}

.topheadertext {
	font: 1em Verdana, sans-serif;
	font-size:11px;
	color: #003366;
}

.titletext {
	font: 0.7em Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#0066CC;
}

.authortext {
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
	color:#0000FF;
}

.bodytext {
	font: 0.7em Times New Roman;
	font-size:12pt;
	color: black;
}

.abstracttext {
	font: 0.8em Times New Roman;
	font-size:10pt;
	color: black;
}

.itemtext {
	font: 0.7em Times New Roman;
	font-size:14pt;
	font-weight:bold;
	color: black;
}

.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
