body {
background-color : #ffffff; 
margin: 20 100 60 20;
} 

#TopSideNavLink
{
	padding: 7 7 7 7;
	margin: 0 12 10 12;
	align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Maroon;
	width: 172px;
	background-color: #ffefd5;
}


#SideNavLinks
{
	padding: 10 0 10 0;
	margin: 0 12 0 12;
	align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #330099;
	border-bottom: solid 1px #330099;
	width: 172px;
}

#FormField
{
	margin-top: 3px;
	color: Gray;
}


#SubNavLinks
{
	padding: 10 14 30 18;
	align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #606060;
}

#Contacts
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #330099;
	line-height: 22px;
	margin: 0 12 0 12;
} 

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #330099;
	margin-bottom: 0px;
	margin-top: 0px;
}

#MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #330099;
	line-height: 24px;
} 




h1
{
	font-size: 29px;
	font-weight: normal;
}

h4
{
	font-weight: normal;
}

a:hover
{
	color: Maroon;
}




a.NoLine:link
{
	
	text-decoration: none;
	color: #330099;
}
a.NoLine:active
{
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}
a.NoLine:visited
{
	text-decoration: none;
	color: #9999CC;
}
a.NoLine:hover
{
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}



a.NoLineSelected:link
{
	text-decoration: underline;
	color: Maroon;
}
a.NoLineSelected:active
{
	text-decoration: underline;
	color: Red;
	font-weight: bold;
}
a.NoLineSelected:visited
{
	text-decoration: underline;
	color: #E9967A;
}
a.NoLineSelected:hover
{
	text-decoration: underline;
	color: Red;
	font-weight: bold;
}




/***** tabbed navigation *****/

#sub-nav, .extra-nav {
	background: url(../images/tab-line.gif) bottom repeat-x;
	float: left;
	width: 100%;
} /*IE6*/

#sub-nav {
	margin-bottom: 1.5em;
	font-size: 125%;
	font-weight: bold;
}

#sub-nav br, .boxed br, .extra-nav br, #searchform br {
	clear: both;
}

#sub-nav h2, .extra-nav h2, .extra-nav h3 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
}

.extra-nav h2, .extra-nav h3 {
	float: left;
	line-height: 1.1;
	position: relative;
	top: 8px;
	font-size: 175%;
}

.extra-nav h3 {
	padding-top: 0.3em;
}

#sub-nav ul, .extra-nav ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
	font-size: 85%;
}

.extra-nav ul {
	padding-top: 2px;
}

#sub-nav li, .extra-nav li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(../images//tab-back.png) 100% -100px;
	float: left;
	border-bottom: 1px solid #31009C;
   text-align: center;
}

.extra-nav {
	padding-right: 5px;
}

.extra-nav li {
	float: right;
}

.extra-nav h2 {
	float: left;
	border: none;
}

#sub-nav li.active, .extra-nav li.active {
	border-bottom: 1px solid #fff;
	background: url(../images/tab-back.png) 100% 0;
}

#sub-nav li a, #sub-nav li a:visited, #sub-nav li span, .extra-nav li a, .extra-nav li a:visited, .extra-nav li span {
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(../images/tab-back.png) 0 -100px;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */
	color: #31009C;
	font-family: Arial, Helvetica, sans-serif;
}

#sub-nav li.active a, #sub-nav li.active span, .extra-nav li.active a, .extra-nav li.active span {
	background: url(../images/tab-back.png) 0 0; 
} /*IE6*/

#sub-nav li.sub-comments a, #sub-nav li.sub-comments a:visited, #sub-nav li.sub-comments span, #sub-nav li.sub-comments a, #sub-nav li.sub-comments span {
	background-image: url(../images/tab-back-comment.png);
	padding-left: 28px;
}

#sub-nav li.sub-comments a.friend, #sub-nav li.sub-comments a.friend:visited, #sub-nav li.sub-comments span.friend, #sub-nav li.sub-comments a.friend, #sub-nav li.sub-comments span.friend {
	background-image: url(../images/tab-back-comment-friends.png);
}

#sub-nav li:hover, .extra-nav li:hover {
	background-position: 100% -200px;
}

#sub-nav li:hover a, .extra-nav li:hover a {
	background-position: 0 -200px;
}

#sub-nav li.active:hover, .extra-nav li.active:hover {
	background-position: 100% 0;
}

#sub-nav li.active:hover a, .extra-nav li.active:hover a {
	background-position: 0 0;
	text-decoration: underline;
}

.extra-nav li a, .extra-nav li span {
	font-size: 125%;
	font-weight: bold;
	color: #31009C;
	letter-spacing: -0.02em;
}
