/*
Name: Type CSS
Creative by: Rise Creative Group
Date modified: 7/9/07
------------------------------------*/


/*base font settings
------------------------------------*/

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#333333;
	}

/*HTML tag font settings
------------------------------------*/

p {
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin: -.2em 0em -.2em 0em;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.7em;
	margin: 0 0em 0em 0em;
	font-weight: bold;
	color: #61307D;
	font-stretch:semi-condensed;
	letter-spacing: -1px;
}

#main_col h2 {
	/*background: url(/images/h2.png) bottom no-repeat;*/
	padding: 10px 0 0 0;
	color: #2f0845;

}

.section-holder h3 {
	margin-left: 10px!important;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: -10px;
	margin-left: 10px;
}


#main_col h3 {
	margin-left: 0px;
	}
	
.sidebar-content-holder h3 {
	font-size: 1.7em;
	letter-spacing: -1px;
	margin-bottom: 6px;
	padding-bottom: 26px;
	background: url(/images/h3-bg.jpg) no-repeat bottom center;
	}

h4 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}
	
hr {
	background: url(/images/line.gif) 15px repeat-x;
	height: 15px;
	border: 0;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}
	
acronym {
	background-color: #D3D3D3; cursor: help;
}

em {
	font-style: italic!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
		
/* Text link styles
------------------------------------*/

a {
	color: #592775;
}

a:visited {
	color: #592775;
}

a:active {
	text-decoration: underline;
	color: #592775;
}
	
a:hover {
	text-decoration: none;
	color: #461A5F;
}
