/* 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.5em; margin: 0;}
h2{font-weight: bold; font-size: 1.4em; margin: 0;}


#content_shell{
width: 658px;
margin-left: auto;
margin-right: auto; 
}

#content_shell .box{border: 4px solid #f2f3f3; background-color: #ffffff; padding: 10px; position: relative;}
#content_shell .link{position: absolute; top: 0px; left: 0px; height: 160px; width: 317px;}

#header{
	margin-top: 80px;
	text-align: center;
	margin-bottom: 30px;
}


#header .tagline{margin-top: 30px; font-family: Georgia, Arial, sans-serif; font-size: 24px;}

#footer{
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	padding-top: 15px;
	clear: both;
	border-top: 1px solid #75acd3;
	margin-bottom: 20px;
}



#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;
}
