{ 
	padding: 0; 
	margin: 0; 
	border: 0; 
} 


html, body, #container { height: 100%; }

body {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#474970;
	text-align: center;
	background-image:url(/images/IAP/tinybackground.jpg);
	
	}

#mainContainer { 
	background-color:white;
	width: 810px; 
	margin: 0 auto;
	text-align: left; 
	margin-top: 3px;
	height: 100%;
	overflow: hidden;

	padding-top:3px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;

	border: solid 2px #FFFF00; /*YELLOW*/
	border-style:groove;
} 


#mainContainerforfooter { 
	background-color:white;
	width: 880px; 
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center; 
	height: auto;
	min-height: 100%;
	border: solid 2px #00FF00;
	border-style:groove;
} 

#Bigtop {
	font-family:"Arial", Arial, serif;
	font-size:1.7em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;		
	width:800px;
	position:relative;
	left:0px;
	top:0px;
	padding:0px;
	}
#Bigtop td {
	text-align:center;
}

#BigTopinside { font-size:0.4em; }


#Containright {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	float: left;
	width:600px;
}



.addClearance { clear: both; } 



h1 {
	margin:0px 0px 15px 0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#000;
	}

.pagetitle {
	font-size:18px;
	margin:8px 0px 12px 0px;
	}



hr {
	line-height: 2px;
	height: 2px;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:8px 0px 12px 0px;
	}

#Content>p { margin:8px 0px 12px 0px; }

img { border:none; }

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:650;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {
	text-decoration:none;
	color:#09c;}
a:visited {
	text-decoration:none;
	color:#07a;}
a:hover {
	text-decoration:none;
	color:red;
	}


#HeaderTitle {
	float: right;
	background-color:#A0CFEC;
	}






#HeaderCurrentEvent {
	margin-top: 3px;
	margin-bottom: 3px;
	color:red;
	text-align: center;
	}

#HeaderCurrentEvent a         { color:red; font-size:17px; }
#HeaderCurrentEvent a:link    { color:red; font-size:17px; }
#HeaderCurrentEvent a:visited { color:red; font-size:17px; }
#HeaderCurrentEvent a:hover   { color:blue; font-size:17px; }


#HeaderNavBar {
	font-size:11px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	}

#HeaderNavBar>a:hover { background-color:#FFFFCC; color:red; }

#HeaderNavBottom {
	background-color:#A0CFEC;
	}

#WhiteLink>a{color:#0000FF;}
#WhiteLink>a:visited {color:#0000FF;}
#WhiteLink>a:hover{ color:white; text-decoration:none; background-color:#A0CFEC; }



#Content {
        float: right;
	width:600px;
	padding-bottom: 25px;
        }



#Adbar {
	text-align: center;
        float: left;
	width:190px;
        }




#Content li {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        }






#fuuter {
	clear: both;
	width:800px;
	text-align: center;
	margin: 0 auto; /* We need to center the footer also */ 
	background: yellow; 
	}



