body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg-blue-gradient.gif);
}
span.clear {
	height:0px; overflow:hidden;
	display:block;
	float:none; clear:both;
}
#container {
	margin: 15px auto 0;
	text-align: left;
	width: 763px;
}
#header {
	background-color: #DDDDDD;
	background-image: url(../images/header.gif);
	height: 120px;
	width: 763px;
	margin-left: -1px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	width: 716px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#shadow {
	background-image: url(../images/bg_body-shadow.png);
	width: 761px;
	background-repeat: repeat-y;
	background-position: right;
	/*padding-left:-1px;*/
}
#inner {
	background-color: #FFF;
	width: 763px;
	margin: 0px;
	padding: 0px 0px 0px -15px;
}
/*#page-content {
	padding-right: 20px;
	padding-left: 20px;
}*/
#footer {
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e1c2f;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: 755px;
	color:#005388;
	font-size:9px;
	text-align:center;
}
#header-links {
	padding: 15px 15px 15px 600px;
	font-size: 11px;
	line-height: 17px;
}

#header-links a {
	text-align: right;
	vertical-align: top;


}
#footer-bottom {
	background-image: url(../images/bg_footer-shadow.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 763px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#blue-bar {
	height: 15px;
	width: 100%;
	width: 755px;
	margin-bottom: 5px;
	background-image: url(../images/blueline.gif);
	background-repeat: repeat-x;
}

.red-bar {
	height: 4px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e1c2f;
	margin-top:0px;
	width: 755px;
	margin-bottom: 5px;
}

#menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e1c2f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e1c2f;
	padding-top: 3px;
	padding-bottom: 3px;	
}
#home-text {
	padding-left: 20px;
}
#homepage-flash {
	margin-top: 8px;
}
.home-boxes {
	border:1px solid #CCCCCC;
	float:left;
	height:130px;
	margin-top:10px;
	padding-left:4px;
}
#presentation-box {
	margin-left:10px;
	width:255px;
}
#news-box {
	margin-left:5px;
	width:265px;
}
#events-box {
	width: 190px;
	margin-left: 5px
}
#page-content {
padding:0px;
margin:0;
width: 750px;

}


#snap-apps-home {
	height: 170px;
	width: 181px;
	float: right;
	border: solid 1px #CCC;	
	margin-right: 3px;
	padding: 5px;
}

#snap-apps-home p {
	padding-left: 10px;
}
