* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Heltetica, Arial;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
}

body {
	background: black;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	text-align: center;
}

h1 {
	font-family: Times;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	color: inherit;
	font-size: inherit;
}

em {
	color: inherit;
	font-size: inherit;
}

	#outer_container {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
		#header {
			background-image: url(../images/header.png);
			background-repeat: no-repeat;
			width: 1000px;
			height: 292px;
			position: relative;
		}
	
		#logo {
			top:215px;
			left:40px;
			position: absolute;
		}

		#navigation {
			top:212px;
			left:465px;
			position: absolute;
		}
		
			
			#navigation li {
				list-style: none;
				float: left;
				text-align: center;
				height: 92px;
			}
			
			#navigation a {
				font-size: 12px;
				text-decoration: none;
				font-weight: bold;
			}
			
			#navigation li a {
				top: 20px;
				position: relative;
			}

			#navigation .oneline a {
				top:27px;
				position: relative;
			}
			
			.current60w {
				background-image: url(../images/tab60w.png);
				background-repeat: no-repeat;
			}

			.current70w {
				background-image: url(../images/tab70w.png);
				background-repeat: no-repeat;
			}

			.current80w {
				background-image: url(../images/tab80w.png);
				background-repeat: no-repeat;
			}
			
			.current90w {
				background-image: url(../images/tab90w.png);
				background-repeat: no-repeat;
			}

			.current100w {
				background-image: url(../images/tab100w.png);
				background-repeat: no-repeat;
			}

			.current60w a,
			.current70w a,
			.current80w a,
			.current90w a,
			.current100w a {
				color: #004d6c;			
			}

			#navigation a:hover {
				text-decoration: underline;
			}
		
		#body {
			background-image: url(../images/body.png);
			background-repeat: repeat-y;
			width: 1000px;
		}
		
		#sidebar_wide {
			width: 270px;
			background-image: url(../images/sidebar_wide.png);
			background-repeat: repeat-y;
			margin-left: 40px;
			float: left;
		}

		#sidebar_thin {
			width: 180px;
			/* background-image: url(../images/sidebar_thin.png); */
			background-repeat: repeat-y;
			margin-left: 40px;
			float: left;
		}
			
			#sidebar_image {
				margin-bottom: 15px;
			}
		
			#sidebar_thin ul {
				margin-top: 15px;
				margin-left: 15px;
			}
	
			#sidebar_thin li {
				list-style: none;
				margin-bottom: 15px;
			}
	
			#sidebar_thin li a {
				line-height: 20px;
				text-decoration: none;
				font-size: 14px;
				left: 10px;
				position: relative;
			}
		
			#sidebar_thin li a:hover {
				text-decoration: underline;
			}
			
			#sidebar_thin .current {
				font-style: italic;
				font-weight: bold;
			}		
		
		#inner_container {
			float:left;
			margin: 20px;
			margin-top: 0px;
			margin-left: 40px;
		}
			
			#inner_container ul, ol {
				margin-left: 40px;
			}		
			
		#response_message {
			position: fixed;
			margin: 5px;
			background: #ffffff;
			z-index: 20;
		}
		
			#response_message * {
				color: red;
				font-size: 12px;
				letter-spacing: 1px;
				line-height: 18px;
				margin: 10px;
				margin-right: 20px;
			}
			
			#response_message strong {
				font-weight: bold;
				font-size: 16px;
			}

			#response_message td {
				font-size: 12px;
				color: #000;
			}
					
		#footer {
			background-image: url(../images/body.png);
			background-repeat: repeat-y;
			width: 1000px;				
			padding-bottom: 20px;
			padding-top: 20px;
		}
			
			#footer td {
				color: #999;
				font-size: 10px;
				padding-right:40px;	
			}
		
			#footer ul {
				float: left;
				margin-left: 40px;
			}
			
			#footer li {
				list-style: none;
				float: left;
			}
		
			#footer a {
				color: #999;
				font-size: 10px;
			}
			
	input,
	textarea {
		color: #004d6c;
		padding: 5px;
	}
	
	input[type="submit"],
	input[type="reset"] {
		color: #fff;
		background-color: #004d6c;
		width: 100px;
		border: 2px solid #fff;
		margin-right: 10px;
	}

	input[type="submit"]:active,
	input[type="reset"]:active {
		background-color: #006289;
	}

	label {
		width: 140px;
		float: left;
		margin-top: 5px;
	}
	
	.required {
		color: red;
		font-weight: bold;
		font-size: 12px;
	}
	
.areaBody {	
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
}

.areaBody strong {
	font-weight: bold;
}

.areaBody u {
	font-weight: bold;
	font-size: 14px;
}

.areaBody div#head {
	font-size: 21px;
}

.areaBody p#partner {
	font-size: 15px;
}

.areaBody img#R {
	margin:10px 0px 0px 20px; 
}

.areaBody blink {
	color: red;
}

.projectsBody {
	
}

.projectsBody p#head {
	font-size: 21px;
}

.projectsBody p#partner {
	font-size: 15px;
}

.projectsBody strong {
	font-weight: bold;
}

ol#interestList li {
	padding-bottom: 10px;
 }

ol#interestList li strong {
	font-weight: bold;
 }