/* ------------------------------------------------------ 
	Name: base.css
 	Version: 1.06.3.8
  	Media: Print
  	Description: General colors and formating for printing web pages.
	Notes: None
------------------------------------------------------ */


body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

/*--[a]--------------------------*/		
a {
	color: #000;
	text-decoration: underline;
}

h1 {
	margin: 15px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: bold;
	font-size: 2em;
	font-family: "Times New Roman", Georgia, Times;
}	

em {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	font-family: "Times New Roman", Georgia, Times;
}

#container {
	margin: 10px auto 10px auto;
	width: 700px;
	background: #fff;
	border: 1px solid #000;
}

#content {
	float: left;
}

#header {
	margin: 0;
	padding: 0;
	height: 56px;
	background: transparent url(../../0images/prt_header.jpg) no-repeat;
}

/*--[Columns]-----------------------------*/	
#columns {
	float: left;
	height: 1%;
	width: 100%;
}

#colSingle {
	margin: 0px 147px 0px 148px;
	padding: 10px 0 10px 0;
	width: 405px;
	color: #000;
	text-align: justify;
	line-height: 1.4em;
}

#colSingle img {
	float: left;
	margin: 2px 15px 0 0;
}

#colTbl {
	margin: 0px 30px 0px 30px;
	padding: 10px 0 10px 0;
	width: 640px;
}

#col1 {
	float: left;
	padding: 10px 0 0 30px;
	width: 305px;
}
	
#col2 {
	float: right;
	padding: 10px 30px 30px 20px;
	width: 305px;
}

#col1, #col2 {
	margin: 0;
	color: #000;
	text-align: justify;
	line-height: 1.4em;
}

/*--[Nav]------------------------------*/	
#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 21px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}
	
#nav a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 4px 9px 4px 9px;
	color: #000;
	text-decoration: none;
}

#nav li.selected,  #nav li.selected a {
	text-decoration: underline;
}

/*--[subnav]------------*/	
#subnav {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 21px;
	border-bottom: 1px solid #000;
	background: #fff;
}
	
#subnav li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}
	
#subnav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 9px 4px 9px;
	color: #000;
	text-decoration: none;
}
	
#subnav li.selected,  #subnav li.selected a {
	text-decoration: underline;
}

/*--[Footer]-----------------------------*/	
#footer {
	clear: both;
	position: relative;
	margin: 10px 30px 10px 30px;
	padding: 10px;
	border-top: 1px solid #000;
	color: #000;
	font-size: 1em;
	font-family: "Times New Roman", Georgia, Times;
	text-align: center;
}

/*--[Tagline]----------------------------*/	
p.motto {
	padding-top: 0px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 1.6em;
	font-family: "Times New Roman", Georgia, Times;
	text-align: center;
	letter-spacing: .2em;
	line-height: 1.8em;
}