.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: 50px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #330000;
	text-decoration: none;
//	text-align: right;
	padding: 0px 0px;
	margin: 0px 0px;
}

.navigation_bar {
	border-bottom: thin dotted #4494AF;
}

.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4494AF;
	text-decoration: none;
	padding: 0px 2px;
}

.menuItemSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4494AF;
	padding: 0px 2px;
}

.news_item {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-bottom: thin dotted #000000;
	margin: 20px 0px;
}

.news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	border-bottom: thin none #000000;
	margin: 0px 0px;
	padding: 0px 0px;
}

.news_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	border-bottom: thin none #000000;
	margin: 4px 0px;
	padding: 0px 0px;
}

.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	border-bottom: thin none #000000;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: left;
}


.project {
	padding: 0px 0px;
	margin: 0px 0px 0px 10px;
}

.project_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	border-bottom: thin none #000000;
	padding: 0px 0px;
	margin: 0px 0px 0px 10px;
}

.project_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
//	color: #4494AF;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.project_feature_list {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px;
	color: #666666;
}

.project_requirement_list {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px;
	color: #666666;
}

.section_separator {
	border-top: thin none #4494AF;
	border-right: thin none #333333;
	border-bottom: thin dotted #999999;
	border-left: thin none #333333;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;

	padding: 20px 0px 0px 10px;
	margin: 0px 0px 0px 10px;

	color: RGB(205, 0, 0);	
	text-decoration: none;
}

.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4494AF;

	border-top: #4494af;
	border-top-style: dotted;
	border-top-width: thin;
	background-color: #FFFFFF;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;

	margin: 0px 0px;
	padding: 0px 10px;

	text-align: right;
	text-decoration: none;
}

.button_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4494AF;

	border: thin solid #4494AF;
	//background-color: #FFDE8B;
	background-color: #CCCCCC;

	margin: 10px;
	padding: 0px 10px;
	width: 100px;
	height: 60px;

	text-align: right;
	text-decoration: none;
}



.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	//color: #4494AF;
	color: #666666;
	margin: 10px 10px 10px 10px;
//	border: thin solid #4494AF;
	padding: 20px 20px;
	background-color: #FFFFFF;
	text-align: left;
}

.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4494AF;
//	border: thin solid #4494AF;
	background-color: #FFFFFF;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;

}



.photo {
	padding: 10px 10px;
	position: inherit;
	top: 30px;
	right: 120px;
	float: right;
}

body {
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
	background-position: 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	margin: 0;
	padding: 5px;
}


a {
	text-decoration: underline;
	color: #87B2A2;
}



#content {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	background: #ffffff;
}
