* {
	border:0px none;
	margin:0px;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	padding:0px;
}

body {
	font-family: Verdana, Tahoma, ArialCE, HelvaticaCE, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
/*	background-color: #435D90;*/
}

.png {
    	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}


a {
	color: #0D3D47;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {

}

h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

h2 {

}

h2.left {
	background-image: url(../images/leftLinkPic.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 12px;
}

h3 {

}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.message {
	color: green !important;
	margin: 0px 0px 4px 0px !important;
}

.error {
	color: red !important;
	margin: 0px 0px 4px 0px !important;
}

.clear {
	clear: both;
}

ol, ul {
	margin: 0px 0px 10px 24px;
}

ul {
	list-style-type: circle;
}

li {
	padding: 0px 0px 5px 0px;
}


#wrapper #wrapperAll {
	clear: both;
	margin: 0px auto;
	background-image: url(../images/wrapperBottomBG.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#wrapperAll p {
	margin: 0px 0px 0px 0px;
}

#headerAll {
	width: 100%;
	page-break-after: auto;
	background-image: url(../images/headerBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#headerAll #header {
	width: 992px;
	height: 336px;
	margin: 0px auto;
}
