/********************************
 * GENERAL HTML Attributes
 ********************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #666;
	text-align: justify;
}

p {
	border-collapse: collapse;
	margin: 0px;
	padding: 10px;
	font-size: inherit;
}

h1, .h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
	font-weight: bold;
}

h2, .h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: bold;
}

a:link, a:visited  {
	text-decoration: none;
	border: none;
	border-collapse: collapse;
	color: #666;
	font-weight: bold;
}

img {
	border: none;
}

ul {
	background-image: inherit;
}

li {
	list-style: none;
	background-image: url(imagesSite/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 20px;
	margin-left: -30px;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table {}

table td {
	vertical-align: top;
}

/********************************
 * CONTAINER
 ********************************/
#container {
	width: 1024px;
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#container #language {
	font-size: 0.8em;
	text-align: right;
	margin: 0px 15px 7px 0px;
}

/********************************
 * CONTAINER
 * Main Banner and Navigation area
 ********************************/
#container #header01 {
	background: url(images/header01.2.jpg) #FFFFFF;
	background-repeat: no-repeat;
	width: 1028px;
	height: 295px;
}

#container #header01 #navigation {
	padding: 26px 50px 0px 737px;
}

#container #header01 #navigation img {
	padding: 1px 0px 2px 0px;
}

#container #header02 {
	background: url(images/header02.jpg) #FFFFFF;
	background-repeat: no-repeat;
	width: 1028px;
	height: 43px;
	padding: 0px 0px 0px 60px;
}

/********************************
 * CONTAINER
 * Body Content attributes
 ********************************/
#container #bodyContainer {
	background: url(images/body.jpg) #FFFFFF;
	background-repeat: repeat-y;
	width: 1028px;
}

#container #bodyContainer #bodyContent {
	padding: 30px 80px 0px 80px;
}

/********************************
 * CONTAINER
 * Content Footer attributes
 ********************************/
#container #footer01 {
	background: url(images/footer01.jpg) #FFFFFF;
	background-repeat: no-repeat;
	width: 1028px;
	height: 77px;
}

#container #footerContainer {
	background: url(images/footerBody.jpg) #FFFFFF;
	background-repeat: repeat-y;
	width: 1028px;
}

#container #footerContainer #footerContent {
	padding: 20px 60px 0px 80px;
	margin: 0px auto 0px auto 0px;
	text-align: center;
}

#container #footer02 {
	background: url(images/footer02.jpg) #FFFFFF;
	background-repeat: no-repeat;
	width: 1028px;
	height: 31px;
}

#container #copyright {
	text-align: center;
	margin: 7px 0px 0px 0px;
}

#container #copyright a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 0.8em;
}

/********************************
 * Various Attributes
 ********************************/
.missionHeader {
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
	color:#FFFFFF;
	text-shadow: #333333;
}

.mission {
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
	color: #999999;
}

.blueHeader {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: normal;
	color: #0565B1;
	text-decoration: none;
	padding: 60px 0px 0px 80px;
}

.missionHeader {
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
	color:#FFFFFF;
	text-shadow: #333333;
}

.title {
	font-size: 0.6em;
}

/********************************
 * DISPLAY Attributes
 ********************************/
.floatRight {
	float: right;
	padding: 10px 10px 10px 20px;
}

.floatLeft {
	float: left;
	padding: 10px;
}

/********************************
 * IMAGE ROTATOR Attributes
 ********************************/
.rotator
{
	border: none;
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 180px;
	height: 127px;
}

.rotator img
{
	border: 0;
	cursor: pointer;
	width: 180px;
	height: 127px;
}