@charset "UTF-8";
body  {
	background-image: url(images/global/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EEEEEE;
}
body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	height: 170px;
} 
#header #logo {
	padding-top: 25px;
	float: left;
	padding-left: 25px;
} 
#header #images {
	padding-top: 20px;
	padding-right: 25px;
	float: right;
} 
#navigation {
	height: 70px;
	padding-right: 15px;
	padding-left: 15px;
} 
#navigation .nav {
	height: 30px;
	text-align: center;
	background-image: url(images/global/nav_fill.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
} 
#navigation .nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
} 
#navigation .nav2 {
	height: 40px;
	text-align: center;
	background-image: url(images/global/nav2_fill.gif);
	background-repeat: repeat-x;
} 
#navigation .nav2 a {
	color: #FFFFFF;
	line-height: 14px;
} 


#header p {
	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 */
	display: none;
}

#main {
	background-image: url(images/global/content_bkgr.gif);
	background-repeat: repeat-y;
	height:1%;
} 
#front {
	float: left;
} 
#front h1 {
	font-size: 24px;
	color: #7a003b;
	font-weight: normal;
}
#content h2 {
	font-size: 18px;
	color: #7a003b;
	font-weight: normal;
}
#front h3 {
	font-size: 12px;
	color: #7a003b;
}
#front .box {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	font-size: 12px;
}

#content {
	float: left;
	width: 660px;
	margin: 20px 0 20px 40px;
    text-align:justify;
} 
#content h1 {
	font-size: 24px;
	color: #7a003b;
	font-weight: normal;
}
#content h2 {
	font-size: 18px;
	color: #7a003b;
	font-weight: normal;
}
#content h3 {
	font-size: 14px;
	color: #7a003b;
}
#rightcolumn {
	float: right;
	width: 205px;
	height: 100%;
	margin: 20px 40px 20px 0;
}
#rightcolumn h2 {
	padding-right: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#rightcolumn p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	line-height: 16px;
}
#footer {
	font-size: 90%;
	background-image: url(images/global/footer_bkgr.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;
	height: 60px;
} 
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited {
	color: #013e7d;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

	
