BODY{
margin: 0;
padding: 0;
background-color: #FFFFFF;
text-align: center;
font-family: trebuchet ms, tahoma;
font-size: 1.4em;
background-image: url('/images/stripes.gif');
}
P, H1, H2, H3, H4{
padding: 0 10px;
margin: 0 0 10px 0;
}
H1, H2, H3, H4{
margin-top: 15px;
}
DIV{
text-align: left;
}
#all{
margin: 0 auto;
padding: 0;
width: 950px;
background-color: green;
background-image: url('/images/grass.png');
background-repeat: repeat;
}
#top{
margin: 0;
padding: 0 10px;
background-image: url('/images/sky.png');
background-repeat: repeat-x;
height: 130px;
}
#middle{
margin: 0;
margin-top: 130px;
padding: 0;
width: 600px;
background-color: #309050;
float: right;
background-image: url('/images/dark_green.png');
background-repeat: repeat;
}
HR{
clear:both;
width: 95%;
text-align: center;
margin: 0 auto;
padding: 0;
color: #666699;
background-color: #666699;
height: 1px;
border: 0;
}
#bottom{
margin: 0 10px;
padding: 1px 0 0 0;
background-color: #FFFF99;
background-image: url('/images/border.png');
background-repeat: no-repeat;
border-right: 3px solid #FFCC33;
clear: both;
}
#footer{
margin: 0 10px 10px 10px;
padding: 1px;
background-color: #FFFF99;
background-repeat: no-repeat;
border-right: 3px solid #FFCC33;
border-bottom: 3px solid #FFCC33;
border-left: 3px solid #FFCC33;
clear: both;
text-align: center;
}
#bottom DIV{
background-color: #FFFF99;
border-left: 3px solid #FFCC33;
}
#logo{
margin: 20px 0 0 0;
padding: 0;
background-image: url('/images/ita.png');
background-repeat: repeat-y;
height: 170px;
width: 120px;
float: left;
}
#access_image{
margin-top: 100px;
float: left;
}
#nv_tabs{
margin: 0;
padding: 0;
float: right;
}
A:hover{
	color: #990000;
}
A{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
A.button, A.button_selected{
	background: transparent url('/images/button.png') no-repeat scroll top right;
	float: left;
	height: 60px;
	width: 100px;
	margin-left: 5px;
	padding-right: 10px;
	text-decoration: none;
}
A.button SPAN, A.button_selected SPAN{
	background: transparent url('/images/button.png') no-repeat;
	display: block;
	line-height: 50px;
	padding: 10px 0 0 10px;
	text-align: center;
}
A.button:active, A.button_selected{
	background-position: bottom right;
	color: #990000;
	outline: none;
	padding: 0 10px 0 0;
}
A.button:active SPAN, A.button_selected SPAN{
	background-position: bottom left;
	line-height: 60px;
	padding: 0 0 0 10px;
}
A.button:hover{
	color: #990000;
}