@charset "utf-8";


/***************************************************/
/* Body Content Styles -  These styles are applied */
/* automatically and cannot be manually applied.   */
/***************************************************/

/* This styles the Heading 1 tag in the body content area. */
#content h1 {
	font-size: 1.2em;
	color: #663366;
	margin-top: 0px;
}

/* This styles the Heading 2 tag in the body content area. */
#content h2 {
	font-size: 1.0em;
	color: #663366;
}

/* This styles the Heading 3 tag in the body content area. */
#content h3 {
	font-size: .9em;
	color: #663366;
}

/* This styles the Paragraph tag in the body content area. */
#content p {
	font-size: .8em;
	color: #333333;
}

/* This styles the Unorder List tag in the body content area. */
#content ul {
	font-size: .8em;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

/* This styles the Order List tag in the body content area. */
#content ol {
	font-size: .8em;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

/* This styles the link color in the body content area. */
#content a:link, #content a:visited {
	color: #663366;
}
#content a:hover, #content a:active {
	color: #FF6600;
}



/*************************************************/
/* Sidebar Styles -  These styles are applied    */
/* automatically and cannot be manually applied. */
/*************************************************/

/* This styles the Heading 1 and Heading 2 tags in the sidebar area. */
#sidebar h1, #sidebar h2 {
	font-size: 0.9em;
	color: #663366;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* This styles the Paragraph tag in the sidebar area. */
#sidebar p {
	font-size: .7em;
	color: #333333;
	margin-top: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* This styles the Unorder List tag in the sidebar area. */
#sidebar ul {
	font-size: .7em;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

/* This styles the Order List tag in the sidebar area. */
#sidebar ol {
	font-size: .7em;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

/* This styles the link color in the sidebar area and makes them bold. */
#sidebar a:link, #sidebar a:visited {
	color: #663366;
	font-weight: bold;
}
#sidebar a:hover, #sidebar a:active {
	color: #FF6600;
	font-weight: bold;
}


/*********************************************************************/
/* Text Color Styles -  These styles must be applied manually and    */
/* will only change the text color when applied to sections of text. */
/*********************************************************************/

.highlight_gr_blue {
	color: #669999;
}
.highlight_dk_blue {
	color: #386798;
}


/******************************************************************/
/* Link Color Styles -  These styles must be applied manually and */
/* will only change the link color when applied to text links.    */
/******************************************************************/

a.link_dk_blue:link, a.link_dk_blue:visited {
	color: #686798;
}
a.link_dk_blue:hover, a.link_dk_blue:active {
	color: #FF6600;
}
a.link_green:link, a.link_green:visited {
	color: #3C5A55;
}
a.link_green:hover, a.link_green:active {
	color: #FF6600;
}
a.link_white:link, a.link_white:visited {
	color: #FFFFFF;
}
a.link_white:hover, a.link_white:active {
	color: #FFCC99;
}
a.link_top:link, a.link_top:visited {
	font-size: .7em;
}
a.link_tope:hover, a.link_top:active {
	font-size: .7em;
}
