body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFF;
	font-size: 12px;
	color: #5F6062;
	background-image: url(../images/backgroundSimple.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #5F6062;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #5F6062;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F03E30;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 3px;
	text-align: justify;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5F6062;
	font-weight: bold;
	margin: 0px;
}

#container_big {
	width: 940px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	float: left;
	position: relative;
	width: 940px;
	text-align: left;
	padding: 0px;
}


#header {
	float: left;
	position: relative;
	width: 940px;
	height: 200px;
	text-align: left;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	color: #FFF;
	vertical-align: top;
	padding-left: 11px;
}

#name {
	font-size:22px;
	float: right;
	padding-top: 70px;
	padding-right: 13px;
	padding-bottom: 0px;
	color: #5F6062;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 4px;
}
#name span {
	color:#F03E30
}

#imageHead {
	float: left;
	position: absolute;
	width: 900px;
	left: 20px;
	overflow: hidden;
	top: 129px;
	height: 209px;
}


#content {
	float: left;
	position: relative;
	width: 940px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}

#mainLeft {
	width: 180px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}

#main {
	width: 500px;
	padding-left: 0px;
	padding-top: 20px;
	float: left;
	min-height: 430px;
}

#mainRight {
	width: 170px;
	padding-top: 20px;
	float: right;
	padding-right: 20px;
}

input, button {
	background-color: #fff;
	color: #5F6062;
	border: 1px solid #5F6062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	margin-top: 4px;
}

textarea {
	background-color: #fff;
	color: #5F6062;
	border: 1px solid #5F6062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}
option {
	color: #5F6062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	list-style-type: square;
}

.box {
	float: left;
	position: relative;
	width: 223px;
	height: 312px;
	text-align: center;
}

.box p {
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 20px;
}

.box h1 {
	line-height: 22px;
	font-size: 16px;
}

.box p a {
	text-decoration: none;
	color: #5F6062;
}

.box p a:hover  {
	text-decoration: none;
	color: #5F6062;
}
.boxImages300w {
	float: left;
	position: relative;
	width: 315px;
	text-align: left;
	margin-bottom: 10px;
}

div.clear {
clear: both;
}

#footer {
	position: relative;
	width: 940px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 400px;
	margin-left: 0px;
	margin-top: 20px;
}

#footer a {
	color: #5F6062;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:hover {
	color: #5F6062;
	text-decoration: none;
}

#footerCopyright {
	float: left;
	width: 550px;
	padding-left: 20px;
	padding-top: 150px;
}

#nameFooter {
	font-size:15px;
	float: right;
	padding-top: 150px;
	padding-right: 13px;
	padding-bottom: 0px;
	color: #5F6062;
	letter-spacing: 10px;
	font-weight: bold;
	text-transform: none;
}
#nameFooter span {
	color:#F03E30
}
ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 39px;
}

#navigation li a {
	color: #5F6062;
	line-height: 39px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
}


a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.imageGeneral		{
	float: right;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
	text-align: center;
}

.imageGeneralLeft		{
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
}

table {
	width: 100%;
	font-size: 12px;
	}
th{
	text-align: left;
	vertical-align:bottom;
	}
td {
	text-align: left;
	vertical-align:top;
	}
	
hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D84788;
	padding-bottom: 20px;
}

.uppercase {
	text-transform: uppercase;
	}

.innerBox {
	width: 290px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}

.teamBox {
	width: 400px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}

.chooseBold
{
	font-weight: bold;
}
#content .exclam {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	color: #F03E30;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 65px;
}

#content .boxRight {
	background-color: #F03E30;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}

#content .boxRight a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content .boxRight a:hover  {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.largeFont {
	font-size: 22px;
	font-weight: bold;
}

