@import "header.css";

@import "nav.css";

@import "content.css";

@import "footer.css";

@import "lightbox.css";





html{

	margin:0;

	padding:0;

	background:#2d5976;

}



body {	

	margin:0;

	padding:0;

	font-size:70%;	

	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;	

}

#top_top{

width:966px;

margin:auto;

}

#top {

	width:966px;

	margin:auto;

	background:url(images/top_bg.gif) repeat-y;		

}

#top_inside{

width:900px;

margin:auto;

}



a{color:#f08116;text-decoration:none;}

a:hover{text-decoration:underline;}

img{border:0;}

p{margin-top:6px;margin-bottom:6px;}



h1{

padding-left:16px;

color:#3b85b4;

font-family:"Myriad Pro","Arial Narrow";

font-size:200%;

margin:1px 0 12px 0;

}
h3{
font-size:200%;
margin:0;
padding:0;
}



.empty{clear:both;}

.error{

color:#ff0000;

}

.message{

color:#009900;

}