#rotate
{

}
.MenuCss
{
	font-size:30px;	
}

body {
	margin: 0px;
	background-color: #E4E4E4;;
	font-family:Arial, Helvetica, sans-serif;	
	color: #006A71;
	font-size:12px;
	text-align:left;
}
#page {
	position: relative;
	margin: 0px auto 0;
	width: 960px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-y;
	height: 100%;
}
#header {
	height:252px;
	width:960px;
	background-image: url(images/gs_header2.jpg);
	background-repeat:no-repeat;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 140px;
	width:960px;
	font-size: 12px;
	color: #3006A71;
}
#content {
	padding-left: 46px;
	width: 550px;
	height: 300px;
	text-align:left;
}
#nav {
	width:300px;
	padding-left: 0px;
	font-size: 14px;
	color: #4C593B;
}
#nav td {
	border-bottom: solid 1px #C1D82E;
	text-align:left;		
}
#nav a:link, #nav a:visited {
	color: #4C593B;
	text-decoration:none;
}
#nav a:active, #nav a:hover {
	color: #708358;
	text-decoration:none;
}
#navTable {
	width:280px;
}
#navTable td {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
.home {
	color: #E47233;
	font-size:36px;
	font-weight: bold;
}
.home2 {
	color: #006A71;
	font-size:24px;	
	font-weight: bold;	
	font-style:italic;
}
.subNav {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 20px;
}
h1 {
	color: #E47233;
	font-size:20px;
	font-weight: bold;
}
h2
{
	color: #E47233;
	font-size:16px;
	font-weight: bold;
}

p {
	color: #006A71;
	font-size:12px;
}
a:link, a:visited {
	color: #007D85;
	text-decoration: underline;
}
a:hover, a:active {
	color: #E47233;
	text-decoration: none;
}