p {
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			14px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#4f535e;
	line-height: 		22px;
}

h1 {
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			18px;
	font-style: 		normal;
	font-weight:		bold;
	color: 				#737889;
	line-height: 		22px;
}

h2 {
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			14px;
	font-style: 		normal;
	font-weight:		bold;
	color: 				#4f535e;
  	line-height: 		22px;
}

img {
	border: 			0px;
}

.border {
	border:				1px solid #737889;
}

/* Global positioning */
* {
	margin: 			0px;
	padding: 			0px;
}

body {
	text-align: 			center;
	background-color: 		#a1a5b1;
	background-image:		url(../images/bgbody.jpg);
	background-repeat:		repeat-x;
	background-attachment:	fixed;
	
	scrollbar-base-color: 		#3d5bb6;
	scrollbar-arrow-color: 		#3d5bb6;
	scrollbar-3dlight-color: 	#ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: 		#ffffff;
	scrollbar-highlight-color: 	#3d5bb6;
	scrollbar-shadow-color:		#3d5bb6;
	scrollbar-track-color: 		#ffffff;
}

.container {
	position:			relative;
	margin: 			0 auto;
	margin-top:			20px;
	width: 				900px;
	height:				auto;
	
	background-color:	#f3f3f3;
	border-top:			3px solid #2a59c8;
	background-image:	url(../images/bgcontent.jpg);
	background-repeat:	repeat-y;
}

.header {
	position:			relative;
	height: 			150px;
	width: 				898px;
	background-color:	#f3f3f3;
	text-align:			left;
	border-right:		1px solid #ebecf3;
	border-left:		1px solid #ebecf3;
}

.logo {
	float:				left;
	padding-top:		80px;
	padding-left:		10px;
	width: 				290px;
	height:				70px;
	
}

.banner {
	float:				left;
	width: 				598px;
	height:				150px;
	background-image:	url(../images/banner.jpg);
	background-repeat:	no-repeat;
	background-position:right;
}

.navigation {
	position:			relative;
	padding-left:		152px;
	margin-top: 		0px;
	width: 				748px;

	text-align:			left;
  	border-top:			1px solid #ffffff;
	border-bottom:		1px solid #ffffff;
	
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#646a78;
	
	background-image:	url(../images/navbutton.jpg);
	background-repeat:	repeat-x;
}

.navigation li {
  	display: 			inline;
}

.navigation li a {
	list-style: 		none;
	line-height:		31px;
	
	padding-top:		9px;
	padding-bottom:		9px;
	padding-left:		10px;
	padding-right:		10px;
	margin-left:		-1px;
	
	border-left:		1px solid #ffffff;
	border-right:		1px solid #ffffff;
		
	color: 				#ffffff;
	text-decoration:	none;
}

.navigation a:hover {
	background-color:	#9699a0;
	background-image: 	url(../images/navhover.jpg);
	background-repeat: 	no-repeat;
	background-position:center;
	
	text-decoration:	none;
}

.subnavigation {
	list-style: 		none;
	
	position:			relative;
	margin-left:		5px;
	margin-right:		5px;
	width: 				140px;
	height: 			22px;
	text-align:			left;
	
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#ffffff;
}

.subnavigation li {
	margin-bottom:	20px;
}

.subnavigation li a {
	display:			block;
	line-height:		22px;
	height:				22px;
	
	border-top:			1px solid #ffffff;
	border-bottom:		1px solid #ffffff;
	
	background-image: 	url(../images/subbutton.jpg);
	background-repeat: 	no-repeat;
	
	color: 				#ffffff;
	text-decoration:	none;
}

.subnavigation li a:hover {
	background-color:	#afb0bb;
	background-image: 	url(../images/subhover.jpg);
	background-repeat: 	no-repeat;
	
	text-decoration:	none;
}

.subnavigation li a#current {
	text-decoration:	none;
}

.left {
	float:				left;
	padding-top: 		10px;
	padding-bottom: 	10px;
	width: 				150px;
	height:				580px;
	
	border-left:		1px solid #c5c6c9;
	border-right:		1px solid #737889;
	
	background-color:	#9699a0;
	background-image:	url(../images/bgleft.jpg);
	background-position:top;
	background-repeat:	no-repeat;
}

.right {
	float:				right;
	padding-top: 		10px;
	padding-bottom: 	10px;
	width: 				225px;
	height:				580px;
	
	border-right:		1px solid #c5c6c9;
	border-left:		1px solid #737889;
	text-align:			center;
	
	background-color:	#9699a0;
}

#marqueecontainer {
	position: 			relative;
	margin-left:		5px;
	margin-right:		5px;
	width:				215px;
	height:				268px;
	overflow:			hidden;
	
	border-top:			1px solid #d8d8d9;
	border-bottom:		1px solid #d8d8d9;
}

#marquee {
	position:			absolute;
	width:				215px;
	left:				0;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#ffffff;
	line-height: 		22px;
}

#marquee a {
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		normal;
	font-weight:		normal;
	line-height: 		22px;
  	
	color: 				#ffffff;
	text-decoration:	none;
}

#marquee a:hover {
	text-decoration:	underline;
}

.headertxt {
	float:				left;
	width: 				496px;
	height:				22px;
	text-align:			left;
	
	border-top:			1px solid #3d5bb6;
	border-bottom:		1px solid #3d5bb6;
}

.content {
	float:				left;
	margin: 			0px;
	padding: 			10px;
	 
	padding-bottom:		20px;
	width: 				500px;
	height:				auto;
	
	text-align:			left;
	background-color:	#f3f3f3;
  	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			14px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#4f535e;
	line-height: 		22px;
}

.content a {
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	line-height: 		22px;
  	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			14px;
	font-style: 		normal;
	font-weight:		normal;
	
	color: 				#3d5bb6;
	text-decoration:	none;
}

.content a:hover {
	text-decoration:	underline;
}

.footer {
	position:			absolute;
	bottom:				0;
	left:				0;
	margin: 			0 auto;
	width:				900px;
	margin-bottom:		-30px;
	
	border-top: 		solid 1px #ffffff;
	border-bottom: 		solid 1px #ffffff;
	text-align:			center;

	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		italic;
	font-weight:		normal;
	color: 				#ffffff;
	line-height: 		30px;
	
	background-image:	url(../images/navbutton.jpg);
	background-repeat:	repeat-x;	
}

.footer a {
	color:				#ffffff;
	text-decoration: 	none;
}

.footer a:hover {
	text-decoration: 	underline;
}

.clear {
	display: 			block; 
	height: 			0; 
	clear: 				both; 
	visibility: 		hidden;
}

.formsearch {
	width:				120px;
	height:				15px;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	
  	border:				1px solid #ffffff;
	background-color:	#c5c9d0;
	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#4f535e;
	line-height: 		15px;
}

.forminput {
	width:				152px;
	height:				15px;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	line-height: 		15px;
  	
	border:				1px solid #3d5bb6;
	background-color:	#ffffff;
	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#4f535e;
}

.formsearchbutton {
	width:				75px;
	height:				18px;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  
  	border:				1px solid #ffffff;
	background-color:	#c5c9d0;
	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#4f535e;
	line-height: 		15px;
	
	background-image:	url(../images/search.jpg);
	background-repeat:	no-repeat;
}

.hiddensearch {
	display:			none;
}

.formbutton {
	width:				75px;
	height:				18px;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	
  	border:				1px solid #3d5bb6;
	background-color:	#ffffff;
	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#4f535e;
	line-height: 		15px;
}

textarea {
	width:				350px;
	height:				75px;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
	
  	border:				1px solid #3d5bb6;
	background-color:	#ffffff;
	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#4f535e;
	line-height: 		15px;
}

.text {
	width:				350px;
	height:				75px;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
  	
	background-color:	#ffffff;
	border:				1px solid #3d5bb6;
	
	font-family: 		"Palatino Linotype", "Book Antiqua", "Century Schoolbook";
	font-size:			12px;
	font-style: 		normal;
	font-weight:		normal;
	color: 				#4f535e;
	line-height: 		15px;
}
