/* Screen layout: */

	body {
	margin: 10px;
	background: white url("../images/bkg.gif") repeat fixed;
	color: black;
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	text-align: center;
	}

	a {
	text-decoration: none;
	color: blue;
	}

	a:hover {
	text-decoration: underline;
	}
	
	#table1 {
	width: 760px;
	background-color: white;
	border: 1px solid black;
	}
	
	.text {
	color: black;
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	text-align: left;
	padding: 0px 10px 15px 5px;
	}
	
	h1 {
	color: #800000;
	font-size: 28px;
	font-weight: bold;
	font-family: Georgia, Serif;
	}
	
	h2 {
	color: #800000;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Sans-Serif;
	}
	
		.emph {
		font-weight: bold;
		color: #800000;
		}
	
		.gr {
		font-weight: bold;
		color: #006600;
		}
	
		.subsc {
		font-size: 11px;
		font-style: italic;
		}
	
		a.emph {
		color: blue;
		text-decoration: none;
		}
	
		a.emph:hover { 
		text-decoration: underline;
		}
		
		.line400 {
		padding: 0px;
		width: 400px;
		border-bottom: 1px solid #DDDDDD;
		}
	
		.line {
		padding: 0px;
		border-bottom: 1px solid #DDDDDD;
		}
	
		.news {
		text-align: left;
		}
	
		.rimg {
		float: right;
		padding: 2px 2px 2px 2px;
		}
	
		.limg {
		float: left;
		padding: 2px 2px 2px 2px;
		}
		
		.caption {
		font-style: italic;
		width: 200px;
		text-align: center;
		}
		
		.foot {
		text-align: center;
		font-family: Tahoma, Sans-Serif;
		font-size: 9px;
		color: #888888; 
		border-top: 1px solid #dddddd;
		padding: 10px 0px 10px 0px;
		}
		
		a.foot {
		color: #888888;
		text-decoration: none;
		border: 0px;
		}
		
		a.foot:hover {
		text-decoration: underline;
		}
		
		.nvsrch {
		font-family: Georgia, Serif;
		color: black;
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		text-align: left;
		
		}

		.nav {
		font-family: Georgia, Serif;
		color: black;
		font-size: 13pt;
		font-weight: bold;
		font-style: italic;
		text-align: left;
		}
	
   		a.nav {
   		text-decoration: none; 
   		}
   		
   		a.nav:hover {
 		color: maroon; text-decoration: underline;
 		}
		
			#container {
			margin-left: auto;
			margin-right: auto;
			width: 760px;
			max-width: 760px;
			text-align: left;
			}
		
			#content {
			background: white;
			border: 1px solid black;
			padding-left: 150px;
			padding-right: 150px;
			}
		
			#content2 {
			background: white;
			border: 1px solid black;
			padding-left: 150px;
			padding-right: 10px;
			}
		
			#content3 {
			background: white;
			border: 1px solid black;
			padding-left: 30px;
			padding-right: 10px;
			}

			#right {
			padding-left: 630px;
			padding-right: 10px;
			top: 150px;
			position: absolute;
			text-align: right;
			}
		
			#right2 {
			padding-left: 400px;
			padding-right: 10px;
			top: 200px;
			position: absolute;
			text-align: left;
			}
		
			#left {
			width: 150px;
			top: 150px;
			text-align: left;
			position: absolute;
			}
	
			#navlist li {
			list-style-type: none;
			padding-bottom: 24px;
			}
		
			#navsearch li {
			display: inline;
			list-style-type: none;
			padding-right: 18px;
			padding-bottom: 10px;
			}
			
/*------------------*/
/* Privacy          */
/*------------------*/

#privacy-wrapper { padding: 20px; width: 700px; text-align: left; }
.privacy-txt { font-family: tahoma; font-size: 11pt; color: black; }
h1.privacy { color: #800000; font-size: 20pt; font-family: tahoma; font-weight: bold; text-align: left; }
h2.privacy { color: black; font-size: 12pt; font-weight: bold; font-family: tahoma; text-align: left; margin: 0px; font-style: normal; }