/* CSS Document */

body{
	background: url(background.gif) white center no-repeat fixed;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	color: #111111;
	margin: 0px;
	padding: 0px;
	font-size: small;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#111;
	}
	
p,pre {
		margin:0px 0px 0px 0px;
	}

	#Header{
		background: url(ai_logo4.gif) no-repeat;
		position:absolute;
		top:5px;
		left:0px;
		height:90px;
		width:760px;
		margin:0px;
		padding:0px;
		z-index:2;
		}
	
	#Content{
		position:absolute;
		top:100px;
		left:180px;
		right:180px;
		margin:0px;
		padding:0px;
		z-index:5;
		}
	
	#Menu{
		position:absolute;
		top:100px;
		left:5px;
		width:170px;
		margin:0px;
		padding:0px;
		z-index:4;
		}
	
	#Right{
		position:absolute;
		top:100px;
		right:5px;
		width:170px;
		margin:0px;
		padding:0px;
		z-index:4;
		}
		
/* pretty menu stuff */		
.buttonscontainer {width: 170px;}

.buttons a {color: #333333;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #010066;
font: 10px Trebuchet MS, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #010066;
color: #FFFFFF;
text-decoration: none;}

.buttons a:visited {
color: #333333;
text-decoration: none;}

.buttons a:hover {background-color: #010066;
color: #FFFFFF;
text-decoration: none;}

/* */
.buttontcontainer {width: 270px;}

.buttont a {
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
	display: block;
	border: 1px solid #010066;
	border-bottom: 0.5px solid #010066;
	font: 10px Trebuchet MS, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: centre;
	
}

.buttont a:hover {background-color: #010066;
color: #FFFFFF;
text-decoration: none;}

.buttont a:visited {
color: #333333;
text-decoration: none;}

.buttont a:hover {background-color: #010066;
color: #FFFFFF;
text-decoration: none;}

/* end of menu class stuff */