/* Help IE6 Render */
/* img, div, input, body { behavior: url("/scripts/iepngfix.htc"); } */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; 
	background-image: url(/images/misc/bg-gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

	
a{
	color: #6699cc; 
	text-decoration: none;
}

a:visited{
	color: #800080;
}

a:hover{
	text-decoration: underline;
}

a img{border: none;}

p a{
	color: #6699cc; 
	text-decoration: underline;
}

h1{font-weight: bold; font-size: 1.9em; margin: 0;}
h2{font-weight: bold; font-size: 1.4em; margin: 0;}


#bg-container{
	min-width: 960px;
	width: auto !important;
	width: 960px;
}

#main{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#content{
	width: 960px;

}

#copyright{margin-top: 20px; text-align: center; margin-bottom: 20px;}

#box{
	margin-top: 24px;
	background-color: #ffffff;
	width: 960px;
	height: auto;
	z-index: 2;
	clear: both;
	overflow: auto;
	border: 4px solid #e2ebdf;
}

#mainButtons{width: 627px; overflow: hidden; margin-top: 20px;}
#mainButtons .button{background-image: url(/images/misc/button.gif); background-repeat: no-repeat; height: 65px; width: 293px;}
#mainButtons .shell{float: left; height: 65px; width: 293px; margin-right: 20px; margin-bottom: 20px; overflow: hidden; position: relative;}
#mainButtons .text{font-size: 22px;  margin-left: 20px; padding-top: 20px; }
#mainButtons .shell .link{position: absolute; height: 65px; width: 293px; top: 0px; left: 0px;}

#homeButtons{width: 627px; overflow: hidden; margin-top: 20px;}
#homeButtons .button{background-image: url(/images/misc/button_wide.gif); background-repeat: no-repeat; background-position: right; height: 65px; width: 374px;}
#homeButtons .shell{float: left; height: 65px; width: 374px; margin-right: 20px; margin-bottom: 20px; overflow: hidden; position: relative;}
#homeButtons .text{font-size: 22px;  margin-left: 20px; padding-top: 20px; }
#homeButtons .shell .link{position: absolute; height: 65px; width: 374px; top: 0px; left: 0px;}

#header,#footer{background-color: #26724a; color: #ffffff; text-align: center;}
#header{height: 100px; margin-bottom: 20px;}

.gutter{margin: 20px;}

#footer{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	height: 27px;
	padding-top: 15px;
}

#footer a{color: #ffffff;}

#alert, #ialert {
background : url(/images/misc/icon-alert.gif) no-repeat 15px 10px;
border-bottom : 1px solid #f00;
margin : 0 0 15px 0;
padding : 15px 15px 15px 75px;
}

#alert h2 {
margin : 0;
padding : 0;
}

#alert p, #ialert p {
margin : 1.2em 0 0 0;
padding : 0;
}

#ialert h2 {
color : #f00;
font-size : 20px;
font-weight : bold;
margin : 0;
padding : 0;
}



