html, body, #wrapper 
	{
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#wrapper 
	{
	margin: 0 auto;
	text-align: left;
	vertical-align: center;
	width: 100%;
	}

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	}

a:link
	{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited
	{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover
	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	}

.footer 
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif, tahoma;
	font-size: 12px;
	color: #7F7F7F;
	}
	
a:link.footer
	{
	color: #7F7F7F;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited.footer
	{
	color: #7F7F7F;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover.footer
	{
	color: #7F7F7F;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	}
	
.mainBorder 
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8C9CA4;
	border-right-color: #8C9CA4;
	border-bottom-color: #8C9CA4;
	border-left-color: #8C9CA4;
	}
	
.pageHeader 
	{
	text-indent: 15px;
	height: 29px;
	width: 367px;
	font-size: 18px;
	line-height: 34px;
	color: #FFFFFF;
	background-color: #5177d8;
	}
	
.tableBorder 
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 2px;
	}
	
ul
	{
	list-style-image:  url(/img/bullet.gif);
	margin-left: 41px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 1px;
	}
	
.photoBorder 
	{
	border: 2px solid #49AADB;
	}
	
.subheader 
	{
	font-size: 20px;
	font-weight: bolder;
	color: #49AADB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #EE6600;
	border-right-color: #EE6600;
	border-bottom-color: #CCCCCC;
	border-left-color: #EE6600;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	}