* {padding: 0; margin: 0; }

html {background-color:#002157; } /*darker blue*/

body {padding: 10px; }

#banner img {display: block; }

#main {
	background-color:#006bac; /*lighter blue*/
	width:800px;
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	overflow: auto;
	padding: 0px;
	height: 100%;}

#contentContainer, #contentContainerLong {background-color:white; overflow:hidden; border-bottom: 5px solid #006bac;}

#contentContainerLong {height: 880px; padding: 0px; margin: 0px; border-bottom: 5px solid #006bac;}	

/*Start General styles*/

h1 {
	color:#9933cc;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 7px;
	}

h2 {
	color:#9933cc;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	}

.bold {font-weight: bold;}	

#pinkText {
	color: #9933cc;
	font-style:italic;
	font-weight: bold;
	}
	
#paddingBottom {
	padding-bottom: 15px;
	}
	
/* Start Nav Bar Contents */

#navBarLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-variant: small-caps;
	width:160px;
	height: 100%;
	color: white;
	background-color: #006bac;
	float: left;}
	
#navBarGutter {
	padding: 0 .75em .75em .75em;
	height: 99%;
	}	

#navBarLeft ul {
	list-style-type: none;
	margin-bottom:30px;
	}
	
#navBarLeft li {
	margin-bottom: 8px;
	}
	
#navBarLeft a {
	color: white;
	text-decoration: none;
	display: block;
	}
	
#navBarLeft a:hover {
	text-decoration: underline;
	}

#contact {
	font-size: small; font-variant: normal;
	}
	
#contact li {
	margin-bottom: 0;
	}

/* Start Center Column*/

#center {
	width: 640px;
	background-color:white;
	float: right;
	padding: 0px;
	}	

#centerLeftColumn {
	width: 280px;
	float: left;
	padding: 10px 10px 5px 10px;
	color: black;
	font-size: small;
	line-height: 165%;
	}
	
#centerLeftColumn img {padding-bottom: 8px;}

#slogan {
	width: 280px;
	color: #9933cc;
	font-weight: bold;
	font-size: 15px;
	border-top: solid 2px #744b87;
	border-bottom: solid 2px #744b87;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom: 7px;
	}

/* Start Right Column Contents*/

#centerRightColumn {
	width: 320px;	
	float: right;
	padding: 10px;
	color: black;
	}

#centerRightColumn p {
	font-size: small;
	line-height: 130%;
	padding: 10px 0px;
	}
	
#centerRightColumn li{
	padding-bottom:10px;
	padding-left: 5px;
	font-size: smaller;
	list-style-type:square;	
	margin-left: 12px;}
	
#partners li, #partners2 li, #forms li, #chargeconference li, #address li {
	list-style-type: none;
	padding-left: 0px;
	}
#partners a, #partners2 a, #forms a, #chargeconference a, #address a {
	text-decoration: none;
	}
	
#partners a:hover, #partners2 a:hover, #forms a:hover, #chargeconference a:hover, #address a:hover {
	text-decoration: underline;
	color: #9933cc;
	}

ul#forms li {
	margin-left: 0px;
	}
	
ul#address li {
	padding: 0px;
	}