/* CSS Document */

html,body {
	padding: 0px;
	margin: 0px;
	font-family: courier, arial, serif, "times new roman";
	font-size: 12px;
}
div.header {
	background-image: url(../images/headerBg.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 150px;
}
table.mainLinks {
	position: absolute;
	top: 140px;
	left: 5%;
	height: 30px;
	z-index: 10;
}
table.mainLinkDrop {
	
	position:absolute;
	z-index: 11;
}
div.mainContent {
	float: left;
	width: 65%;
	height: 100%;
	padding: 10px;
}
div.leftLinks {
	float: right;
	padding: 5px;
	margin: 5px;
	/*
	background-color:#e0e0e0;
	border: thin solid black;
	*/
}

/* ####################################################################
###
###			Rollover link style tags
###
###################################################################### */
a.rollMain {
	text-decoration: none ;
	padding-top: 5px;
	display: block ;
	width: 200px ; 
	height: 29px ;
	background: transparent url(../images/link0.gif) no-repeat left top;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:14px;
	font-style:normal;
	font-stretch:narrower;
	font-weight:bolder;
}
a.rollMain:hover {
	text-indent: 0 ;
	background: transparent url(../images/link1.gif) no-repeat left top ;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

/* News Style */

.news { 
	color: rgb(50,50,50);
	font-size: 18px;
	font-variant: small-caps;
	font-weight: 600;
	font-family: serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	border-bottom: dashed 1px rgb(200,50,50);
}

.quote {
	background-color: rgb(225,225,225);
	border: solid 1px rgb(150,150,150);
	-moz-border-radius: 10px;
	padding: 5px;
	margin-left: 10px;	
	margin-right: 10px;
	font-style: italic;
}

.author {
	
	text-align: right;
	font-family: arial;
	font-size: 12px;
	margin-top: -6px;
	margin-right: 15px;
	
}

.subnews {
	color: rgb(200,50,50);
	font-size: 16px;
	font-family: arial;
	padding-left: 15px;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 5px;
}

div.offer td,tr {

		font-size: 13px;
		border: 1px double rgb(200,200,200);
		padding: 5px;
		
}

.info1 {
	
	font-size: 14px;
	font-family: helvetica;
	color: rgb(100,100,100);
	margin-bottom: -5px;
	font-weight: 600;
	
}

.info2 {
	
	font-size: 12px;
	font-family: helvetica;
	padding-left: 10px;
	
}

#Pathway {
	font-size: 12px;
	font-family: helvetica;
}

#theWall {
	font-size: 12px;
	font-family: "times new roman", serif;
}

input,textarea {
	background-color: transparent;
	padding: 5px;
	font-weight: 500;
}
