/* BASICS */
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: center; /*IE5 FIX - TEXT SET TO LEFT ALIGN IN #CONTAINER */
	background-color: CC99BB;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0px;
	padding: 0px;
}
h1,
h2,
h3 {
	display: none;
	}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h5 {
	font-size: 16px;
	font-weight:bold;
	color: #CC148F;
	margin-bottom: 6px;
}
h6 {
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 5px;
}
	
/* LAYOUT DIVS */
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 732px;
	height:100%;
	text-align: left;
	position: relative;
	border: 4px solid #CC148F;
	background-color: #FFFFFF;
}
#header {
	width: 732px;
	height: 146px;
	background-color: CC148F;
	background: url(../img/header.gif) top center no-repeat;
}
#column_container {
	width:732px;
	padding: 60px 0px 5px 0px;
}
#left_column {
	padding: 0px 10px 0px 15px;
	width: 341px;
	top: 176px;
	float: left;
	}
#right_column {
	padding: 0px 15px 0px 10px;
	width: 341px;
	top: 176px;
	float: right;
	}
#nav {
	padding: 0px 0px 0px 0px;
	width: 734px;
	background-color: #CC148F;
	position: absolute;
	top: 144px;
	clear: both;
	}
#footer {
	clear: both;
	text-align: center;
	color: #666666;
}
/* OTHER STUFF */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#left_column img,
#right_column img {
	padding-bottom: 5px;
}
/* NAVIGATION */
#nav ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	list-style-type: none;
	list-style: none;
}
#nav ul li { 
	display: block;
	float:left;
	list-style-type:none;
	padding: 0px 2px 0px 0px;
	margin: 0px;
   }
#nav ul li a {
	display:block;
	height:30px; 
	width:58px;
	background:transparent url(../img/navigation.gif) no-repeat 0 0;
	text-indent:-9009px;
}
#nav ul li#services a {
   width:83px;
   background-position: -58px 0;
   }

#nav ul li#fees a {
   width:60px;
   background-position: -141px 0;
}
#nav ul li#applications a {
	width:120px;
	background-position: -201px 0;
}
#nav ul li#contact a {
	width:108px;
	background-position: -321px 0;
}

#nav ul li a:hover,
#nav ul li#active a {
	width:58px;
	background-position: 0 -31px;
}
#nav ul li#services a:hover,
#nav ul li#services_active a {
	width:83px;
	background-position: -58px -31px;
}
#nav ul li#fees a:hover,
#nav ul li#fees_active a {
	width:60px;
	background-position: -141px -31px;
}

#nav ul li#applications a:hover,
#nav ul li#applications_active a {
	width:120px;
	background-position: -201px -31px;
}

#nav ul li#contact a:hover,
#nav ul li#contact_active a {
	width:108px;
	background-position: -321px -31px;
}


/* LINK STYLES */

a:link {
	font-weight: bold;
	color: #CC148F;
	text-decoration: underline;
}
a:hover {
	color: #CC33FF
	font-weight: bold;
	text-decoratio: underline;
}
a:visited {
	color: #CC148F;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #CC33FF;
	font-weight: bold;
}

/* TEXT STYLES */
.red { color: #FF0000; }
em {
	color: #FF0000;
	font-style: italic;
}
strong {
	font-weight: bolder;
	}
ul {
padding: 0px;
margin: 0px 0px 0px 10px;
list-style-image: url(../img/bullet.gif);
}
td p { 
padding: 0px;
margin: 0px;
}
#column_container li {
	margin-bottom: 6px;
}