/* CSS Document */

body.splash{
	width: 600px;
	height: 600px;
	background-color: #8B8DF9;
	font-family: helvetica, sans-serif;
	color: #7E3AC4;
}

body.splash table{
	width: 500px;
	height: 550px;
	position: absolute;
	top: 45px;
	left: 110px;
	padding: 0px;
}

body.splash td{
	text-align: center;
	font-size: 42px;
}

body.splash a:link, body.splash a:visited{
	background-color: transparent;
	text-decoration: none;
	color: #7E3AC4;
}

body.splash a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #C7DDFA;
}

body{
	width: 750px;
	background-color: #5541AF;
}

#containerTable{
	width: 684px;
	height: 600px;
	position: absolute;
	top: 35px;
	left: 60px;
	background-color: #408EF8;
}

#contentContainer{
	width: 553px;
	height: 99%;
	background-color: #FFFFFF;
	border-top: solid 2px #083C83;
	border-right: solid 1px #083C83;
	border-bottom: solid 3px #083C83;
	border-left: 3px solid #5541AF;
	border-collapse: collapse;
}


#contentText{
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 20px;
	
}

#contentText p{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 8px;
}

#contentText .heading{
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-left: -8px;
	border-bottom: solid 2px #5541AF;
}

#contentText .table{
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
	
}

#contentText .table td{
	padding: 2px 10px;
}

#contentText a:link, #contentText a:visited{
	background-color: transparent;
	color: #B5183B;
	text-decoration: none;
}

#contentText a:hover{
	color: #7E3AC4;
	text-decoration: underline;
}

.header1{
	width: 554px;
	height: 131px;
	background-color: transparent;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	border-left: 3px solid #5541AF;
	border-collapse: collapse;
}

.header2{
	width: 554px;
	height: 131px;
	background-color: transparent;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	border-left: 3px solid #5541AF;
	border-collapse: collapse;
}

.header3{
	width: 554px;
	height: 131px;
	background-color: transparent;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	border-left: 3px solid #5541AF;
	border-collapse: collapse;
}

.header4{
	width: 554px;
	height: 131px;
	background-color: transparent;
	background-image: url(images/header4.jpg);
	background-repeat: no-repeat;
	border-left: 3px solid #5541AF;
	border-collapse: collapse;
}

.header5{
	width: 554px;
	height: 131px;
	background-color: transparent;
	background-image: url(images/header5.jpg);
	background-repeat: no-repeat;
	border-left: 3px solid #5541AF;
	border-collapse: collapse;
}

.header6{
	width: 554px;
	height: 131px;
	background-color: transparent;
	background-image: url(images/header6.jpg);
	background-repeat: no-repeat;
	border-left: 3px solid #5541AF;
	border-collapse: collapse;
}

.title{
	width: 254px;
	height: 30px;
	background-color: #408EF8;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	float: left;
	margin-left: 0px;
	padding-top: 6px;
	padding-left: 6px;
}

.contact, .contact:visited{
	float: right;
	width: 214px;
	height: 18px;
	background-color: #083C83;
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: right;
	text-decoration: none;
	margin-top: 109px;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 1px;

}

.contact:hover{
	background-color: #8B8DF9;
	color: #C7DDFA;
}


#navigation{
	width: 127px;
	height: 100%;
	background-color: #408EF8;
	font-family: helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

#navigation .links{
	text-align: center;
}

#navigation ul{
	list-style: none;
}

#navigation .img{
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 6px;
}

#navigation li{
	margin-top: 18px;
	margin-left: -40px;
}

#navigation li  a:link, #navigation li a:visited{
	background-color: transparent;
	display: block;
	text-decoration: none;
	color: #083C83;
}

#navigation li a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #FFFFFF;
}

#footer{
	width: 553px;
	height: 32px;
	background-color: transparent;
	position: absolute;
	left: 140px;
	font-family: helvetica, sans-serif;
	color: #C7DDFA;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	
}

#footer a:link, #footer a:visited{
	background-color: transparent;
	color: #E56AF4;
	text-decoration: none;
}

#footer a:hover{
	color: #C7DDFA;
	text-decoration: underline;
}

/* Form styles */


form{
	display: inline;
}

input{
	margin-top: 4px;	
	margin-left: 4px;
}

input.txt{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #371F17;
	background-color: #8B8DF9;
	padding: 1px 4px 2px 4px;
	border: 1px inset #8C0808;
}



textarea{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #371F17;
	text-align: left;
	background-color: #8B8DF9;
	width: 250px;
	height: 100px;
	padding: 4px 6px;
}

input.btn{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px 4px 2px 4px;
}


input.txt:focus{
	background-color: #C7DDFA;
	border: 1px inset #FA3B87;

}

textarea:focus{
	background-color: #C7DDFA;
	border: 1px inset #FA3B87;

}

