/*
	Default page values
*/
body
{
	background-color: white;
	font-size: 11px;
	font-family: verdana,helvetica,arial,sans-serif;
	margin: 10px;
}

p
{
	font-size: 11px;
	font-family: verdana,helvetica,arial,sans-serif;
	margin: 10px 10px 10px 20px;
}

/*
	Links
*/
a:link { 
 color: #cc3300; 
 font-weight: bold; 
 text-decoration: none; 
}

a:visited { 
 color: #cc9966; 
 font-weight: bold; 
 text-decoration: none; 
}

a:active { 
 color: #cc3300; 
 font-weight: bold; 
 text-decoration: none; 
}

a:hover { 
 color: #cc3300; 
 font-weight: bold; 
 text-decoration: underline; 
}

/* Set borders and sectional design elements */

.toprow {
	vertical-align: bottom;
}

.footer
{
	text-align: center;
	color: #999;
	margin-top: 10px;
	letter-spacing: 0px;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
.footer a:link		{ color: #333; text-decoration: underline; font-weight: normal;}
.footer a:visited	{ color: #999; text-decoration: none; font-weight: normal;}
.footer a:active	{ color: #333; text-decoration: underline; font-weight: normal;}
.footer a:hover		{ color: #000; text-decoration: none; font-weight: normal;}

.menuitems
{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: #ccc;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.bottomborder
{
	padding-bottom: 5px;
	margin-bottom: 3px;
	border-bottom: #ccc;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.leftborder
{
	border-color: #CCC;
	border-width: 0px 0px 0px 1px;
	border-style: none none none solid;
}


.navbar
{
	text-align: center;
	letter-spacing: 2px; 
	color: #333;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana,helvetica,arial,sans-serif;
	padding: 0px 0px 8px 0px;
}
.navbar a:link		{ color: #333; text-decoration: none; font-weight: normal;}
.navbar a:visited	{ color: #999; text-decoration: none; font-weight: normal;}
.navbar a:active	{ color: #333; text-decoration: none; font-weight: normal;}
.navbar a:hover		{ color: #000; text-decoration: underline; font-weight: normal;}

h1
{
	font-family: georgia, times, "times new roman", serif;
	text-align: center;
	font-size: 20px;
	color: #c96;
	font-weight: 800;
	margin: 20px 0px 15px 0px;
	

}

h2
{
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin: 30px 0px 15px 5px;
}

h3
{
	font-family: georgia, times, "times new roman", serif;
	font-size: 14px;
	color: #666;
	font-weight: 600;
	margin: 25px 0px 15px 10px;
}

h4
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin: 20px 0px 10px 15px;
}


/* OTHER */

ul
{
	padding-left: 0px;
	font-size: 11px;
	margin: 5px 0px 5px 60px;
	font-family: verdana,helvetica,arial,sans-serif;
}

ol
{
	margin-left: 30px;
	padding-left: 0px;
	font-size: 11px;
	font-family: verdana,helvetica,arial,sans-serif;
}


li {
/* list-style-image:url(list-bullet.gif);*/
 margin-left: 0px; 
 padding-left: 0px;
 padding-bottom: 5px;
 	font-size: 11px;
	font-family: verdana,helvetica,arial,sans-serif;

}

.smText
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 9px;
	color: #333;
	font-weight: normal;
}


.medText {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 14px;
}

.lgText { font-size: 12px; }


