* {
	margin: 0px;
	padding: 0px;
}
#shadow {
	background-image: url(../images/dropShadowTransparent.gif);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}

#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	background-color: #ffffff;
	height: 100px;
}
#wrapper #logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}

#wrapper #navigation {
	height: 37px;
	background-color: #e2e2e2;
}
#wrapper #bodyArea ul {
	font-family: Calibri, Cambria;
	font-size: 14px;
	color: #333;
	margin-left: 35px;
	margin-top: -10px;
}


#wrapper #bodyArea #left-column {
	float: left;
	width: 550px;
	background-color: #ffffff;
}
#wrapper #bodyArea #left-column p a{
	font-family: Calibri, Cambria;
	font-size: 14px;
	margin-right: 20px;
	color: #03C;
	right: auto;
}
#wrapper #bodyArea #left-column strong ul li a {
	text-decoration: none;
	color: #03c;
	font-weight: normal;
}
#wrapper #bodyArea #no-column {
	float: none;
	width: 800px;
	background-color: #ffffff;
}
#wrapper #bodyArea #no-column p a {
	font-family: Calibri, Cambria;
	font-size: 14px;
	color: #03C;
	right: auto;
	left: auto;
}
#wrapper #bodyArea #no-column strong ul li a {
	text-decoration: none;
	color: #03c;
	font-weight: normal;
}




#wrapper #bodyArea #footer {
	height: auto;
	clear: both;
	background-color: #AAB7BF;
	left: 12px;
	right: 10px;
	font-family: Calibri, Cambria;
	font-size: small;
	padding: 10px;
}
#wrapper #bodyArea #footer h4 a  {
	font-size: 13px;
	color: #03c;
}





p {
	font-family: Calibri, Cambria;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	font-family: Calibri, Cambria;
	padding-left: 20px;
	padding-top: 5px;
}
h2 {
	font-family: Calibri, Cambria;
	padding-left: 20px;
	padding-top: 5px;
}


h3 {
	padding-top: 5px;
	font-family: Calibri, Cambria;
	padding-left: 20px;
}
h5 {
	font-family: Calibri, Cambria;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
em {
	font-family: Calibri, Cambria;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
}

