/* CSS Document */

body {margin:0;padding:0;font-family:verdana;font-size:9pt;
background:url(bgheader.gif) repeat-x top left scroll;
}
p {white-space:normal}

a {
	text-decoration:none;
	color: #495A8E;
}
a:hover {
	color:#FE563C;
	text-decoration: underline;
}


#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	margin-top:3em;
}

#header {
	width:100%;
	/*background-image:url(bgheader.gif); */
	height:150px;
}

#headerpic {
	text-align:center;
}

#header h1 {}

#nav {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.navitem {
	float:left;
	width:100px;
	padding:5px;
	border-left:1px dotted #6F9C03;
	border-bottom:1px dotted #6F9C03;
	margin-right:3px;
	background-color:#BEFE5F;
}

#title{
	text-align:center;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #55CAF5;
}

#middle {
	width:520px;
	float:left;
	margin-top:5px;
	padding-right:20px;
	border-right:1px dashed #bfbfbf;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
}

#sidebar {
	width:150px;
	margin-top:15px;
	margin-left:570px;
}
#photo {
	padding-top: 10px;
}
#logo {
	padding-top: 35px;
}
#cwg {
	padding-top: 20px;
}
#footer {
	width:100%;
	background-image:url(../../Blueishsky/BlueishSky/bgfooter.gif);
	background-repeat:repeat-x;
	overflow:auto;
	border-top:1px dashed #bfbfbf;
}

#footercontent {
	width:900px;
	margin:0pt auto;
	padding-bottom:10px;
	padding-top:10px;
	overflow:auto;
}

.label {
	color:#000000;
	width:250px;
	float:left;
	text-align:left;
}

#endofpage {
	width:100%;
	background-color:#6AD0F6;
	color:#495A8E;
	font-size:7pt;
	border-top:1px dashed #00b0f1;
	margin-top:30px;
}

#headerpic {
	/*background:url(cloud1.gif) top right scroll no-repeat; */
	width:100%;
}
.blue10 {
	font-family: Verdana, Geneva, sans-serif;
	color: #039;
	font-size: 10pt;
}
.red10 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FC5640;
	font-size: 10pt;
}

