/*=================== STANDARD RULES ====================*/
*{margin:0px; padding:0px;}

body{
	margin:0px 0px 20px 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333333;
 }

h1,h2,h3,h4,h5,h6 {
 color:#3366CC;
 margin-bottom:1em;
 }
h1 {font-size:1.4em;}
h2 {font-size:1.3em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

p {margin-bottom:14px;}


a:link {color:#3366CC;text-decoration:none;}
a:visited {color:#3366CC;text-decoration:none;}
a:hover {color:#3366CC;text-decoration:underline;}
a:active {color:#3366CC;text-decoration:none;}

input, textarea, select, option, button {
 font:1em arial,helvetica,sans-serif;
 border-width:thin;
 }
input{padding:.2em .3em;}

.printonly {display:none;}

/*=================== GLOBAL RULES ======================*/

#header{
	width:769px;
	height:116px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#homelink a{
	position:absolute;
	z-index:999;
	width:300px;
	height:50px;
	top:55px;
	left:10px;
}
#topbar{
	width:769px;
	height:39px;
	background-color:#D6EBF5;
	background-image: url(../images/topbar-int-bg.gif);
	background-repeat: no-repeat;
}
#topbarimg{
	float:left;
	width:234px;
}
#topmenu{
	width:535px;
	height:25px;
	/*margin-left:234px;*/
	float:left;
}

/*=================== FOOTER RULES ======================*/
#footer{
	width:769px;
	height:55px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	font-size:.85em;
	color:#666666;
	margin-top:30px;
}
#footer ul{padding-top:20px;margin-left:0px;}

#footer li{
	display:inline;
	padding:0px 18px;
}
#footer p{padding:8px 0px 0px 20px;}
#footer img{padding:0px 10px;margin-bottom:2px;}

#footer a:link{color:#2855B1; text-decoration:none;}
#footer a:visited{color:#2855B1; text-decoration:none;}
#footer a:hover{color:#2855B1; text-decoration:underline;}
#footer a:active{color:#2855B1; text-decoration:none;}



