                                                                 /* FOUNDATION STYLES*/
body{
	background-color: #6c8cc7;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0
	line-height: 1.5em;
}

* {
margin: 0;
padding: 0;
}



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

a {
	color: #d80100;
	text-decoration: underline;
	font-style: italic;
}
                                           /* FONT STYLES AND ALIGNMENT */

.underline{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.boldItalic{
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.boldCenter{
	font-weight: bold;
	text-align: center;
}

.center{
	text-align: center;
}

.floatLeft{
	position: relative;
	float: left;
}

.floatRight{
	position: relative;
	float: right;
}

.clearer{
	clear: both;
	line-height: 0em;
}

.indent{
	text-indent: 2em;
	text-align: justify;
}

.leftAlign{
	text-align: left;
}

.rightAlign{
	text-align: right;
}


                                                       /*LINE HEIGHTS*/
                                                       
.lineHalf{
	line-height: 1.5em;
}
                                                       
.double{
	line-height: 2em;
}


                                                       /*COLOURS AND TEXT HEADERS*/
                                                       
.redPageTitles{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d80100;
}
                                                       
.blueSecondHeader{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #312183;
}


                                                       /*FOUNDATIONS*/

#wrapper{
	position: relative;
	width: 970px;
	margin: 50px auto;
	text-align: justify;
}

#iceHeader{
	position: relative;
	width: 970px;
	height: 448px;
	background-image: url(images/headers/complexHome.jpg);
	background-repeat: no-repeat;
}

#indexContent{
	position: relative;
	width: 940px;
	height: 400px;
	padding: 15px;
	background-color: #ffffff;
}

#curlCalContent{
	position: relative;
	float: left;
	text-align: center;
	width: 940px;
	padding: 15px;
	background-color: #ffffff;
}

#leftColumn{
	position: relative;
	float: left;
	width: 440px;
	padding: 10px;
}

#rightColumn{
	position: relative;
	float: right;
	width: 440px;
	padding: 10px;
}

#linkContainer{
	position: relative;
	float: right;
	width: 216px;
	padding: 10px;
	margin-left: 400px;
	margin-top: 100px;
}

#linkContainer a{
	text-decoration: none;
	font-weight: bold;
}
	