body {
	margin: 0;
	padding: 0px;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #B3BDD1 url(images/bg_page.gif) repeat-x top left;
}

#main {
	background-color: #344B90;
	width: 770px;
	margin: 16px auto;
	text-align: left;
	border: solid 1px #FFF;
}

#head {
	height: 70px;
	background: #6B7EA5;
}

ul#menu {
	height: 25px;
	width: 763px;
	padding: 0 0 0 7px;
	margin: 0;
	background: url(images/ndtech_menu_background.gif);
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

ul#menu li{
	float: left;
	height: 25px;
	list-style: none;
}

ul#menu a{
	display: block;
	float: left;
	padding: 5px 7px;
	height: 15px;
	color: #903;
	text-decoration: none;
}

ul#menu a:hover {
	background: url(images/ndtech_menu_background.gif) left bottom repeat-x;
}

#content {
	width: 500px;
	float: right;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	color: #CCE6FF;
	margin-bottom: 0px;
}

#content h1 {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	height: 26px;
	font-size: 18px;
	padding-top: 2px;
	color: #FFF;
	text-indent: 18px;
}

#content h2 {
	font-size: 14px;
	color: #FFF;
}

#content h3 {
	font-size: 12px;
	color: #FFF;
}

#content p {
	margin: 1em 0;
	text-align: justify;
	line-height: 150%;
}

#content table{
	border-collapse: collapse;
}

#content table td{
	padding: 7px;
	border: dotted 1px #69C;
}

#content a {
	color: #FFF;	
}

#content li { 
	list-style-image: url(images/list.gif);
}

#foot {
	clear: both;
	border-top: solid 1px #B3BDD1;
	height: 40px;
	padding: 5px;
	line-height: 200%;
	background-color: #6B7EA5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

#foot a {
	color: #FFF;
}

#foot a:hover {
	color: #9CF;
}

#copy {
	color: #FFF;
}

#copy a{
	text-decoration: none;
}

#title {
	width: 239px;
	height: 28px;
}

#page-motive {
	width: 240px;
	margin-top: 45px;
}

#left_col{
	float: left;
	width: 29%;
}

#right_col{
	float: right;
	width: 70%;
}

.form-button{
	background-color: #344B90;
	color: #FFF;
	font-size: 10px;
}

#question{
	text-align: right;
}

#question textarea{
	vertical-align: text-top;
	height: 90px;
	width: 70%
}

#question .text{
	width: 70%;
}

.cleaner{
	clear: both;
}
