/* CSS Document */


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#7C866F; 
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7C866F;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: underline;
	color: #7C866F;
}


#imax-main-content 
{ 
	width:980px; 
	background-color:white; 
	margin-left:auto; 
	margin-right:auto;
}


#imax-sys-header
{
	background-color:white;
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}

#imax-sys-footer
{
	background-color:white;
	width:970px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}

#imax-sys-footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000ff;
}
#imax-sys-footer a:visited {
	color: #0000ff;
}
#imax-sys-footer a:hover {
	color: #ff0000;
}
#imax-sys-footer a:active {
	color: #0000ff;
}


#imax-site-header
{
	width:980px; 
	margin-right:auto; 
	margin-left:auto; 
	text-align: center;
	clear: both;
}

#imax-site-footer
{
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}


#imax-site-sidebar
{
	padding:10px; 
}


#imax-site-sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}

#imax-site-sidebar a:link {
	text-decoration: none;
}
#imax-site-sidebar a:visited {
	text-decoration: none;
	color: white;
}
#imax-site-sidebar a:hover {
	text-decoration: none;
	color: green;
}
#imax-site-sidebar a:active {
	text-decoration: underline;
	color: white;
}
