/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333366;
	font-size:12px;	
	line-height:normal
}

.Paragragh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333366;
}


a:link, a:visited, a:hover {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color:#9999CC;
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
}

h1{
 font-size:14px;
 color: #333366;
}

h2{
 font-size:16px;
 color: #333366;
}

h3{
 font-size:18px;
 color: #333366;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Wrap {
	width:750px;
	margin: 0px auto;
}	
	
#Header {
	background-image: url(../images/header.gif);
	position: absolute;
	visibility: visible;
	height: 100px;
	width: 590px;
	left: 260px;
	top: 0px;
}

#SideColumnTop {
	background-image: url(../images/side_col_bg.gif);
	position: absolute;
	visibility: visible;
	height: 100px;
	width: 160px;
	left: 100px;
	top: 0px;
}

#SideColumn {
	background-image: url(../images/side_col_bg.gif);
	position: absolute;
	visibility: visible;
	height: auto;
	width: 160px;
	left: 100px;
	top: 100px;
}

#Nav {
	position: absolute;
	width: 590px;
	height: 31px;
	position: absolute;
	visibility: visible;
	left: 260px;
	top: 100px;

}

#Content {
	background: #FFFFFF;
	width: 570px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: absolute;
	visibility: visible;
	left: 260px;
	top: 131px;
}

#Footer {
		position: absolute;
		background:#333366;
		width:590px;
		left: 260px;
		top: 
	}
	

