body{
	margin: 0px;
	padding: 0px;
}
.home p {
	font-family: Garamond, Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	text-align: center;
}


.sitemap a:link {
	font-family: Garamond, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;

}

.sitemap a:hover {
	font-family: Garamond, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: underline;
	
}

.sitemap a:visited {
	font-family: Garamond, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;

}
.sitemap a:visited:hover{
	font-family: Garamond, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: underline;

}

.bodybg {
	background-image: url(../images/side_bg.gif);
	background-repeat: repeat-y;
	background-color: white;
}
h1 {
	font-family: Garamond, Verdana;
	font-size: 20px;
	color: #003366;
	letter-spacing: 0.3em;
	font-weight: bold;

}
h2 {
	font-family: Garamond, Verdana;
	font-size: 18px;
	color: black;
	letter-spacing: 0.2em;
	font-weight: bold;

}
h3 {
	font-family: Garamond, Verdana;
	font-size: 16pt;
	color: black;
	font-weight: bold;

}
p {
	font-family: Garamond, Verdana;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-right: 50px;
}
li {
	font-family: Garamond, Verdana;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}
ol {
	font-family: Garamond, Verdana;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}
ul {
	font-family: Garamond, Verdana;
			font-size: 14pt;
	font-weight: normal;
	color: #000000;
}
#home {
	position: absolute;
	left: 185px;
	top: 0px;
}
#content {
	position: absolute;
	left: 182px;
	top: 127px;


}
a:link {
	font-family: Garamond, Verdana;
	/*font-size: 14pt;  NO SIZE NEEDED ON LINK STYLE, LINK SHOULD BE SAME SIZE AS PARAGRAPH, HEADING ETC */
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}
a:hover {
	font-family: Garamond, Verdana;
	/*font-size: 14pt;*/
	font-weight: bold;
	color: #CCCC66;
	text-decoration:underline;
}
a:active {
	font-family: Garamond, Verdana;
	/*font-size: 14pt;*/
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}
a:visited {
	font-family: Garamond, Verdana;
	/*font-size: 14pt;*/
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}
a:visited:hover {
	font-family: Garamond, Verdana;
	/*font-size: 14pt;*/
	font-weight: bold;
	color: #CCCC66;
	text-decoration:underline;
}

.copyright p{
	font-family: Garamond, Verdana;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	
}
.copyright a:link{
	font-family: Garamond, Verdana;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}

.copyright a:visited{
	font-family: Garamond, Verdana;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	
}

.copyright a:hover{
	font-family: Garamond, Verdana;
	font-size: 11px;
	color: #003366;
	text-decoration:underline;
	
}

.copyright a:visited:hover{
	font-family: Garamond, Verdana;
	font-size: 11px;
	color: #003366;
	text-decoration:underline;
}

.formpad{
	margin: 0px;
	padding: 0px;
}


.memberLoginAuthentication_label{
	font-family: Garamond, Verdana;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
