body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	margin-top:4px;
	padding: 0px;
}

a {
	color: #262163;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #262163;
}

#logo {
	height: 69px;
}

#bounding-area {
	width: 1000px;
	height: 550px;
}

#header, #footer {
	width: inherit;
	height: 23px;
	color: white;
	background-color: #262163;
}

#header-content {
	text-align: left;
	padding-left: 20px;
	height: 17px;
}

#footer-content {
	float: right;
	height: 17px;
}

#footer-content a img {
	margin: 3px;
	margin-right: 10px;
}

#copyright {
	width: inherit;
	height: 1em;
	color: #3fabd9;
	text-align: right;
	font-size: 10px;
}

#main {
	position:relative;
	width: inherit;
	height: 650px;
	background-image: url('../images/tdk-background.jpg');
	background-repeat: no-repeat;
}

#main #section-title {
	position: absolute;
	top: 18px;
	left: 95px;
}

#main-content {
	position:absolute;
	top: 118px;
	left: 247px;
	width: 504px;
	height: 410px;
	border: 0px solid #3fabd9;
	/*background-color: white;
	opacity: .8;*/
}

#main-content #middle {
	width: 502px;
	height: 410px;
	border: 1px solid #3fabd9;
/*	background-color: white;
	opacity: 0.8;
	filter:alpha(opacity=80); */
}

#main-content #middle2 {
	width: 502px;
	height: 310px;
	border: 1px solid #3fabd9;
}
#main-content #shadow-bottom {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 504px;
	height: 5px;
	background-color: #262163;
}

#main #shadow-right {
	position: absolute;
	width: 5px;
	height: 410px;
	left: 751px;
	top: 120px;
	background-color: #262163;
}



/* FAQ List Setup */

ul.faq {
	list-style-image: url('../../images/common/downarrow.gif');
	padding: 0px 15px 0px 34px;
	margin: 0px;
}

ul.faq li {
	margin: 10px 0px 0px 0px;
}

ul.faq .question {
	font-weight: bold;
	font-size: 12px;
	color: #262163;
}

ul.faq p {
	margin-top: 5px;
	margin-bottom: 10px;
}

ol li {
	margin-left: -15px;
	margin-bottom: 4px;
}

/* Bullet-List Setup */

ul.bullet-list {
	list-style-image: url('../../images/common/rightarrow.gif');
	padding: 5px 15px 10px 34px;
	margin: 0px;
}

ul.bullet-list li {
	margin: 0px 0px 5px 0px;
}

li.exclaim-list {
	list-style-image: url('../../images/common/exclaim.gif');
/*	padding: 5px 15px 5px 0px;
	margin: 0px;
*/
}


/* FAQ */
#main-content #faq-content #middle {
	height: 409px;
	/*overflow: crop;*/
}

.faq {
	margin: 0px;
	padding: 8px 15px 7px 15px;
}

.faq .question {
	font-weight: bold;
	color: #262163;
	margin: 0px;
}

.selected .question, .hover .question {
	color: #262163;
}

.faq .answer {
	display: none;
	margin: 10px 0px 0px 22px;
}

.faq .answer a {
	
}

.selected .answer {
	display: block;
}

.question .arrow-icon {
	float: left;
	display: block;
	margin-top: 4px;
	padding-right: 10px;
	width: 9px;
	height: 16px;;
	background-image: url('../../images/common/rightarrow.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

.selected .question .arrow-icon {
	background-image: url('../../images/common/downarrow.gif');
}

.faq ul, .faq ol, .faq p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#faq-panel {
	width: 470px;
}

#instructions {
	text-align: left;
	width: 420px; 
	/*height:180px;*/ 
	height:235px;
	overflow: auto;
	border: 1px #3fabd9 solid;
	padding: 5px;
}
#instructions2 {
	text-align: left;
	width: 420px; 
	/*height:180px;*/ 
	height:180px;
	overflow: auto;
	border: 1px #3fabd9 solid;
	padding: 5px;
}
/* FOR FORMS */

label {
	float: left;
	padding: 0px 0px 20px 0px;
}
input, select {
	/*
	float: right;
	clear: right;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

/* REDIRECT POPUP */
#redirect-popup {
	position: absolute;	
	width: 430px;
	height: 100px; 
	left: 320px;
	top: 150px;
	z-index: 99;
	
	border: #262163 solid;
	border-width: 1px 3px 3px 1px;
	padding: 30px 10px 5px 10px;

	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #3fabd9;
	
}


/* OPACITY */
.trans75 {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;"><
}

