@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #E0EAFB;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link
{
	color: #000099;
}

#wrapper {
	margin: 0;
	width: 761px;
	position: relative;
	background: #A0A0A0 url('../images/wrapper_bk.gif') repeat-y;
}

#container
{
	width: 751px;
	text-align: left;
	margin: 0;
	background: #E6E6FA url('../images/content_bk2.gif') repeat-y;
}

#banner
{
	width: 751px;
	height: 125px;
	background: url('../images/tryme.png') no-repeat #3A77E9;
}

#mainnav
{
	position: absolute;
	top: 98px;
	left: 15px;
    width: 721px;
	font-size:100%;
    line-height:normal;
}

#mainnav ul
{
    margin: 0;
	padding: 0;
    list-style-type:none;
	overflow: hidden;
}

#mainnav li
{
    float:left;
    margin:0;
    padding:0;
}

#mainnav a:link, #mainnav a:visited
{
    display:block;
    padding: 5px 17px 1px;
	height: 20px;
    background-color: #6495ED;
    color: black;
    text-decoration: none;
    border-left: 1px solid #ADD8E6;
    border-right: 1px solid #ADD8E6;
    border-top: 1px solid #ADD8E6;
    margin-left: 2px;
    margin-right: 2px;
}

#mainnav #current a
{
	background-color: #B2CAF6;
	text-decoration: none;
}

#mainnav a:hover
{
	background-color: #CADCF9;
	text-decoration: none;
}

#mainnav #current a:hover
{
	background-color: #CADCF9;
	text-decoration: none;
}

#mainnav_bottom
{
	width: 751px;
	height: 20px;
	background-color: #B2CAF6;
}

#maincontent
{
	width: 671px;
	padding: 5px 40px 0px;
	background: url('../images/content_bk1.gif') no-repeat center top;
}

#maincontent_left
{
	width: 395px;
	padding: 10px 15px 5px 0px;
	float: left;
}

#maincontent_right
{
	float: left;
	width: 250px;
	padding-bottom: 10px;
}

#maincontent_right1
{
	background: #B2CAF6 url('../images/content_right_bk1.gif') no-repeat center top;
	height: auto;
	padding: 5px 0px 10px 20px;
}

#maincontent_right2
{
	background: #B2CAF6 url('../images/content_right_bk2.gif') no-repeat center bottom;
	height: auto;
	padding: 5px 0px 15px 20px;
}

#maincontent_right1 table
{
	font-size: 10px;
	border: 2px solid #3333CC;
	background-color: #D1E0FF;
}

#maincontent_right1 td
{
	padding: 1px 0;
	text-align: center;
	border-color: #3333CC;
}

#maincontent_right1 th
{
	padding: 4px 0;
	text-align: center;
	background-color: #A3C2FF;
	border-bottom: 2px solid #3333CC;
}

#maincontent h1, #maincontent_left h1
{
	text-align: center;
	font-size: 27px;
	padding-bottom: 10px;
}

#maincontent h1.style2
{
	text-align: center;
	font-size: 20px;
	margin-top: 0;
	padding-bottom: 10px;
}

#events
{
	overflow: scroll;
	width: 188px;
	height: 80px;
	padding: 10px;
	background-color: #D0DFFA;
	text-align: left;	
}

#bottomnav
{
	clear: both;
	background: #5EAEFF url('../images/content_bk3.gif') no-repeat;
	width: 741px;
	height: 27px;
	text-align: center;
	font-size: 13px;
	padding: 12px 5px 0px;
}

#bottomnav a, #bottomnav a:visited
{
	text-decoration: none;
	color: #000066;
	font-weight:bold;
	margin-right: 5px;
	margin-left: 5px;
}

#bottomnav a:hover
{
	text-decoration: underline;
}

#footer
{
	font-size: 10px;
	text-align: center;
	padding: 5px;
	background-color: #B2CAF6;
}

#bottom
{
	width: 761px;
	background: #A0A0A0 url('../images/footer_bk.gif') no-repeat;
	font-size: 8px;
	height: 10px;
}

img
{
	border: 0;
}

img.acm
{
	position: absolute;
	top: 12px;
	left: 18px;
}

img.sigapp
{
	position: absolute;
	top: 25px;
	left: 100px;
}

span.backtotop a, span.backtotop a:visited
{
	background-color: #B3CAF7;
	color: #000000;
	padding: 4px 12px;
	margin-left: 25px;
	font-size: 12px;
	border: 2px solid #6495ED;
}

p.acr_backtotop
{
	padding-top: 10px;
	margin-left: 30px;
	font-size: 12px;
}

span.backtotop a, span.backtotop a:visited, p.acr_backtotop a, p.acr_backtotop a:visited
{
	text-decoration: none;
}

span.backtotop a:hover
{
	background-color: #6495ED;
} 

p.acr_backtotop a:hover
{
	text-decoration: underline;
}

form strong
{
	font-size: 12px;
	margin-bottom: 2px;
}

form table td
{
	vertical-align:top;
}

form p, form h2
{
	padding-right: 5px;
	padding-left: 5px;
}

form p
{	
	font-style: italic;
}

form h2
{
	padding-top: 15px;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 20px;
}

.btn
{
	width: 100px;
}

tr.highlight1 td
{
	/* background-color:#87CEFA; */
	font-weight:bolder;
}

tr.highlight2 td
{
	/* background-color:#B0E0E6; */
}

tr.highlight3 td
{
	/* background-color:#E0FFFF; */
}

span.aform a:link, span.aform a:visited
{
	width: 200px;
	background-color: #84C1FF;
	color: #000000;
	padding: 2px 10px;
	text-decoration: none;
	margin: 0;
	border: 2px solid #000000;
}

span.aform a:hover
{
	background-color: #0099CC;
}

#stap_list li
{
	margin-bottom: 9px;
}

td.highlight
{
	background-color: #A3C2FF;
}
