@charset "utf-8";
/* CSS Document */

/* DESIGNER NOTE
   This file contains the global css that will effect all pages within the website */

*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}

/* DESIGNER NOTE
   Change width to the overall width of your page */

#container{
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

.floatLeft {
	float:left;
}

.floatRight{
	float:right;
}
.left_align {
	text-align: left;
}


img {
	border:0px;
}
span.hidden {
	display: none;
}


a {
	decoration:none;
	color: #3D5F7A;
}
.sponsor_logos {
}


a:hover {
	decoration:underline;
}

h1 {
	color: #333333;
	font-style: italic;
	font-size: 2.1em;
	line-height: 1.1em;
	margin-bottom: 0.25em;
}

.index {
	color: #333333;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 0.25em;
}

h2 {
	margin: 10px 0px;
	font-size: 1.4em;
	font-style: italic;
	padding: 0px;
	line-height: 1.2em;
	
}

h3 {
	font-size: 1.6em;
	color: #2B4457;
	font-style: italic;
	padding-top: 10px;
}


p {
	font-size: 1em;
	color: #666666;
	line-height: 1.4em;
	margin-bottom: 15px;
}
