/* CSS Document */

/*****************************************/
/* tags                                  */
/*****************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5;
	color: #333;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
h1, h2, h3 {
	margin: 16px 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 12px;
}
p { 
	margin: 5px 0 1em 0;
}
blockquote {
	margin-right: 0;
}


/*****************************************/
/* layout                                */
/*****************************************/
#centerCol {
	background-image: url(../images/bkg_content.gif);
	background-repeat: repeat-y;
}
#leftCol, #rightCol {
	padding-top: 150px;
}
#leftCol, #rightCol, #leftCol p, #rightCol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #999;
}
#leftCol a:link, #rightCol a:link, #leftCol a:visited, #rightCol a:visited {
	color: #999;
	text-decoration: underline;
}
#leftCol a:hover, #rightCol a:hover {
	color: #999;
	text-decoration: none;
}


/*****************************************/
/* site navigation                       */
/*****************************************/
#sitenav {
	margin: 0;
	padding: 0 15px;
	background-color: #e4e4e4;
	height: 24px;
	text-align: right;
}
#sitenav a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}
#sitenav a:link, #sitenav a:visited {
	color: #7B7B7B;
	text-decoration: none;
}
#sitenav a:hover {
	color: #fff;
	text-decoration: none;
}


/*****************************************/
/* header                                */
/*****************************************/
#header {
	margin-top: 50px;
}

/*****************************************/
/* primary navigation                    */
/*****************************************/
#nav {
	background: #fff url(../images/nav_purple.gif) no-repeat top left;
	height: 36px;
}
#nav a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}
#nav a:link, #nav a:visited {
	color: #333;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}

/*****************************************/
/* sub navigation                    */
/*****************************************/
#subnav {
	background: #fff url(../images/subnav.gif) repeat-y;
	color: #666;
}
#subnavtop {
	background: transparent url(../images/nav_purple_tails.gif) no-repeat;
}
#subnavtails {
	background: #fff url(../images/subnav_tails.gif) no-repeat;
	height: 6px;
}
#subnav p {
	margin: 0;
	padding: 0;
}
#subnav a {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#subnav a:link, #subnav a:visited {
	color: #666;
	text-decoration: none;
}
#subnav a:hover {
	color: #666;
	text-decoration: underline;
}
#subnav .divider {
	padding: 0 5px;
}

/*****************************************/
/* breadcrumbs                           */
/*****************************************/
#crumbs {
	font-size: 12px;
	color: #989898;
}
#crumbs a:link, #crumbs a:visited {
	color: #989898;
	text-decoration: underline;
}
#crumbs a:hover {
	color: #989898;
	text-decoration: none;
}

/*****************************************/
/* footer                                */
/*****************************************/
#footer {
	margin-bottom: 15px;	
}
#footer p {
	margin: 0;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/*****************************************/
/* forms                                 */
/*****************************************/
label {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #78B22D;
}
input.txt, textarea.txt {
	border: 1px solid #989898;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
}

/*****************************************/
/* misc text styles                      */
/*****************************************/
.largequote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	color: #999;
}


/*****************************************/
/* footenotes                            */
/*****************************************/
.footnote {
	font-size: 11px;
	line-height: 14px;
	color: #989898;
}
.footnote a:link, .footnote a:visited {
	color: #989898;
	text-decoration: underline;
}
.footnote a:hover {
	color: #989898;
	text-decoration: none;
}

