body{
	color:#333;
	font-size:9.5pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	margin-top:25px;
	/*background-color:#c8d7e3;*/
}

h1{
	font-size:18pt;
}

h2{
	font-size:15pt;
	text-align:center;
}

h3{
	font-size:13pt;
}

h4{
	font-size:11pt;
	background-color:#a5bbcc;
	padding:3px;
}

div{
	/*border:1px solid #f3c;*/
}

img{
	margin:0px;
	padding:0px;
}


#Container{
	width:100%;
	text-align:center;
	margin-top:5px;
	float:none;
}

#Content{
	width:760px;
}

#LinkBar{
	width:760px;
	text-align:center;
	#margin-bottom:10px;
	background-color:#000;
	background-image:url(images/Link.gif);
	color:#fff;
	height:40px;
	min-height:40px;
}

	#LinkBar a:link{
		color:#000000;
		text-decoration: none;
		font-weight:bold;
	}

	#LinkBar a:visited{
		color:#000000;
		text-decoration: none;
		font-weight:bold;
	}
	
	#LinkBar a:hover{
		color:#000000;
		text-decoration: underline;
		font-weight:bold;
	}	

	.topLink{
		width:110px;
		height:36px;
		float:left;
		font-weight:bold;
		margin-top:4px;
		color:#000000;

	}


/*  Index Page */
	#Left{
		width:165px;
		position:relative;
		float:left;
		height:500px;
		min-height:500px;
		line-height:1.32;
		text-align:left;
		font-size:8pt;
	}
		
		#Left a:link{
			color:#0054A6;
			text-decoration: none;
		}

		#Left a:visited{
			color:#0054A6;
			text-decoration: none;
		}
		
		#Left a:hover{
			color:#0054A6;
			text-decoration: underline;
		}
		
		#Left h4{
			margin-bottom:1px;
		}
	
		#Left h5{
			font-size:12px;
			margin-top:5px;
			margin-bottom:5px;
		}
	
		#leftImage{
			position:absolute; 
			width:165px;
			float:left;
		}
	
	#Right{
		width:595px;
		float:right;
		padding:0px;
		margin:0px;
	}
	
			#CenterContent{
				width:440px;
				float:left;
				margin:0px;
				padding:0px;
				text-align:center;
			}
				#CenterContent h2{
					margin-top:19px;
				}
				
				#CenterContent p{
					text-align:justify;
					padding-left:12px;
					padding-right:12px;
				}
				
					#CenterContent a:link{
						color:#0054A6;
						text-decoration: none;
					}
			
					#CenterContent a:visited{
						color:#0054A6;
						text-decoration: none;
					}
					
					#CenterContent a:hover{
						color:#0054A6;
						text-decoration: underline;
					}		
				
			
			#RightContent{
				width:155px;
				float:right;
				height:500px;
				min-height:500px;
				text-align:right;
			}
		
			
				#RightLinks{
					text-align:left;
					font-size:8pt;
					margin-left:5px;
					margin-right:5px;
				}
				
					#RightLinks a:link{
						color:#0054A6;
						text-decoration: none;
					}
			
					#RightLinks a:visited{
						color:#0054A6;
						text-decoration: none;
					}
					
					#RightLinks a:hover{
						color:#0054A6;
						text-decoration: underline;
					}		
		
	#Footer{
		width:760px;
		float:left;
		text-align:center;
		margin-top:5px;
		background-color:#000000;
		color:#FFFFFF;
	}

		#Footer a:link{
			color:#FFFFFF;
			text-decoration: none;
		}

		#Footer a:visited{
			color:#FFFFFF;
			text-decoration: none;
		}
		
		#Footer a:hover{
			color:#FFFFFF;
			text-decoration: underline;
		}		
		
/* About Page */
		
		