/*
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;
	}
	
/*Lists
------------------------------------*/	

#split_col1 ul {
	border-top: 2px solid #003366;
	list-style-type:square;
	padding-left: 20px;
	line-height: 1.6em;
	color:#000;
	background-color: #E0EDFD;
	padding: 10px 5px 5px 20px;
}


/*HTML tag font settings
------------------------------------*/

p {
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

#sidebar h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; 
	color: #0B1F2F;
	background: url(../images/sidebar-top.jpg) no-repeat #A5BDD1;  
	padding: 10px 0 0 10px;
	margin: 0;
	height: 38px;
	width: 271px;
	line-height: 38px;
	vertical-align: middle;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	color: #20659E;
}

h3 {
	font-size: 1em;
	margin: 0 0em 0em 0em;
	font-weight: bold;
	font-style: italic;
	color: #0C2235;
}

	h3 + p {
	margin-top: 0;
	}
	
	h3 + ul {
	margin-bottom: 1em;
	}
	
	ul + h3 {
	padding: .8em 0 2em 0;
	}

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;
	color: #000;
}

	
acronym {
	background-color: #D3D3D3; cursor: help;
}
		
/* Text link styles
------------------------------------*/

a {
	color: #003399;
}

a:visited {
	color: #003399;
}

a:active {
	text-decoration: none;
	color: #003399;
}
	
a:hover {
	text-decoration: none;
	color: #003399;
}