h1 {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
p {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
li {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
a {
	font-family: Verdana;
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}
.sgBold{
	font-family: Verdana;
	font-weight: bold;
}
.sgItalic {
	font-family: Verdana;
	font-style: italic;
}
.sgBoldItalic {
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
}
.sgItalicWhiteLrg {
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
}
.whiteText {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	color: #FFFFFF;
}
/* The following lines are for html page layout */
#header {
	width: 700px;
	padding-left: 5px;
	margin: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 5px;
	padding-bottom: 0px;
	border-bottom: 1px #999999 solid;	
}
#header h1{
	font-size: 20px;	
}
#wrapper{
	width: 750px;
	margin: auto;
}
#menu{
	float: left;
	width: 110px;
	height: 480px;
	border-right: 1px #999999 solid;
	margin: 5px;
	margin-top: 0px;
	padding: 5px;
	padding-left: 10px;
	padding-top: 10px;
	
}
#menu a{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#content{
	float: left;
	width: 550px;
	height: 455px;
	overflow: auto;
	margin: 5px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 5px;
	margin-left: 10px;
}
