body {
    background: #FFF url(../img/dev_bg.gif) 0 0 repeat-x;
    text-align: center;
}

body.home { 
	background: #FFF url(../img/dev_bg.gif) 0 0 repeat-x; 
}

#header {
	height: 46px;
	background: transparent url(../img/dev_header.gif) 0 0 no-repeat;
	padding: 50px 0 0 30px;
	margin: 0 0 30px 0;
}

#menu {
	height: 41px;
	background: transparent url(../../_images/menu.gif) 0 0 no-repeat;
	color: #112853;
	font-size: 14px;
	line-height: 41px;
	text-align: center;
}
	#menu a:link, #menu a:visited {
		color: #FFF;
		text-decoration: none;
		padding: 0 20px;
	}
	#menu a:hover, #menu a:active {
		color: #199245;
	}


.centeredLinks {
	padding:15px 0px 0px 0px;
}

.centeredLinks a {
	padding:0px 20px;
}

.instructionList li {
	padding-bottom:20px;
}


#intros {
	width: 100%;
	float: left;
	padding:  0px;
	padding-bottom:30px;
	background: transparent center left no-repeat;
}
	#intros li {
		font-size: 12px;
		color: #5f5f5f;
		list-style: none;
		border-bottom: 1px solid #e5f3ea;
		padding: 15px;
		padding-left:90px;
	}	
		#intros li span {
			display: block;
			font-size: 16px;
			color: #1a4697;
		}
		#intros li a:link, #intros li a:visited {
			text-decoration: none;
			color: #1a4697/*#199245*/;
			font-weight:bold;
		}
		#intros li a:hover, #intros li a:active {
			text-decoration: underline;
		}
	#intros li#java {
		background: transparent url(../img/java.jpg) 28px 10px no-repeat;
	}
	#intros li#applet {
		background: transparent url(../img/java_applet2.jpg) 28px 10px no-repeat;
	}
	#intros li#flash {
		background: transparent url(../img/flash.gif) 28px 10px no-repeat;
	}
	#intros li#web {
		border: none;
		background: transparent url(../../_images/intro-technology.gif) 28px 10px no-repeat;
	}

#content h2 {
		font-size: 16px;
		font-weight: bold;
		color: #1a4697;
		background: transparent url(../../_images/logo-icon.gif) 0 2px no-repeat;
		padding: 0 0 4px 22px;
}

.faq {
	padding-bottom:15px;
}

.faq a:link, .faq a:visited, .faq a:active {
    color: #1a4697;
    text-decoration: none
}
.faq a:hover {
    color: #6585c1;
    text-decoration: underline;
}


	