/*------------------Main------------------*/

#container {
  margin: 0 auto;
  width: 955px;
  text-align: left;
  } 
  
body
{
text-align: center;
}

body
{
background-image:url(../images/index_background.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}
  
/*------------------Design-----------------*/

.BackgroundBlue {
	background: #004b7f; 
}

.BackgroundWhite {
	background: #ffffff; 
}

.Content {
	background: #004b82; 
	font-family: Myriad-Pro, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	top: auto;
	vertical-align:top;
	padding-left:10px;
	padding-right:5px;
}

.FooterRounded {
	background: #004b82; 
	top: auto;
	vertical-align:top;
	padding-left: 266px;
	padding-top: 6px;
}

.TableContent {
	background: #004b82; 
	font-family: Myriad-Pro, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	top: auto;
	vertical-align:top;
}

.Form {
	background: #004b82; 
	font-family: Myriad-Pro, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	top: auto;
	vertical-align:top;
}

.Footer {
	background:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	color: #2f2f2f;
	top: auto;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
}


/*------------------Links------------------*/
a {
	color:#f5d41d;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}


a:active {
	color:#00519d;
	text-decoration:underline;
}


.anavigation { 
	color: #004b7f; 
} 

.anavigation:hover { 
	color: #2f2f2f;
	text-decoration:underline; 
} 

.anavigation:visited { 
	color: #2f2f2f;
	text-decoration:none;
}
