body {
	margin:0px;
	text-align: center;
	background-color: #373737;
}
html {overflow-y: scroll;}
.Container {
	margin:0 auto;
	text-align: center;
	position: relative; 
	top: 0px; 
	width: 800px;
	margin-top:5px;
	background-color: #fff;
}

a:link {color: #373737; text-decoration: none;}
a:visited {color : #373737; text-decoration: none;}
a:hover {color: #373737; text-decoration: underline;}
a:active {color: #373737; text-decoration: underline;}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

.MoreLink {text-align:right;}
.MoreLink a {color: #666; text-decoration: none;}
.MoreLink a:hover {color: #000; text-decoration: none;}

.TypicalText {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	border: 0px solid blue;
}
/*Left Column Style*/
.leftColumn {
	float:left;
	width:230px;
	margin:10px 0px 0px 0px;
	color: #000;
	background: #fff;
	border:0px solid black;
}
.LeftNav { 
	height:28px;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	line-height:30px;
	background: url(../../images/nav/button.jpg) no-repeat center;
	border:0px solid black;
}
.LeftNav a {color : #fff;}
.LeftNavOn { 
	height:28px;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	line-height:30px;
	background: url(../../images/nav/button_on.jpg) no-repeat center;
	border:0px solid black;
}
.LeftNavOn a {color : #fff;}
.LeftContent { 
	text-align:left;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #373737;
	padding: 0px 5px 0px 25px;
	margin-top:10px;
	background: #fff;
}
.LeftImage { 
	text-align:center;
	padding: 0px 5px 0px 25px;
	margin-top:20px;
	background: #fff;
}
/*Left Column Style*/

/*Right Column Style*/
.rightColumn {
	float:right;
	width:530px;
	margin:10px 20px 20px 0px;
	border:0px solid black;
}
.rightColumn h1 {
	text-align:left;
	font-size: 20px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #cccccc;
}
.RD {color:#364461;}
.RightContent { 
	text-align:left;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #373737;
	margin-bottom:30px;
	background: #fff;
}
.FormLeft {
	float:left;
	width:40%;
	text-align:right;
	padding-top:3px;
	margin-bottom:5px;
}
.FormRight {
	float:right;
	width:59%;
	text-align:left;
	margin-bottom:5px;
}
.Form {
	height:15px;
	font-size:12px;
	width:90%;
}
.Form2 {
	height:15px;
	font-size:12px;
	width:45%;
}
/*Right Column Style*/

.TypicalTextProject {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	visibility: hidden; 
	position: absolute; 
	top: 170px;left:0px; 
	padding:20px;
	cursor:pointer; 
	background-color: White; 
	border: 3px solid Black; 
	text-align: center;
}



/*Footer Style*/
.Footer { 
	height:75px;
	font-family: Tahoma,Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 15px;
	color: #fff; 
	text-decoration: none;
	padding-top:20px;
	background: #373737 url(../../images/page/gr1.jpg) repeat-x top;
}
/*Footer Style*/
