/* CSS Document */

body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}

a.pink {
	color: #ffffff;
	text-decoration: none;
}

a.pink:hover {
	color: #e94454;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #e94454;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-bottom: 10px;
}

#main {
	width: 900px;
	margin: 0 auto;
	background-color: white;
	padding: 0px;
}
ul.pink
{
	list-style-image: url('images/bullet1.png');
	text-align: left;
	font-family:"Futura LtCn BT";
	line-height: 1.1em;
	font-size:20px;
	
}

ul.pink_main
{
	list-style-image: url('images/bullet1.png');
		
	
}

#header {
	background-image: url(images/header1.jpg);
	background-repeat:no-repeat
	
}

#header .logos {
	height: 104px;
	background-color: white;
}

#header .navcontainer {
	height: 130px;
	background-image: url(images/background_nav.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#header .nav {
	
	

	
}

.nav .menuitem {
	width: 200px;
	height:0px;
	
}

.nav .menuitem a {
	color: white;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	text-align: right;
	
}

.nav .menuitem a:visited {
	color: white;
}

.nav .menuitem a:hover {
	color: yellow;
}

.navcontainer .title {
	width: 700px;
	float: bottom;
	padding-top: 10px;
	font-size: 10px;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	text-align: center;
	color: white;
	letter-spacing: 3px;
}
.navcontainer .title2 {
	width: 900px;
	float: bottom;
	padding-top: 10px;
	font-size: 10px;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	text-align: left;
	color: white;
	letter-spacing: 3px;
}

/**** CONTENT CSS ****/

#content {
	width: 820px;
	margin: 0 auto;
}

#leftcol {
	width: 600px;
	float: left;
}

#rightcol {
	width: 220px;
	float: left;
	border: 0px solid white;
	background-color: #FFFFFF;
}

.headline {
	font-size: 18px;
	letter-spacing: 3px;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	font-weight:bold;
	text-align: left;
	
	
}

#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	padding: 15px 0px;
}

#footer a {
	color: black;
	text-decoration: underline;
}

