/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color:#dddcba;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #993300;
	text-decoration: none;
}

a:link{
	color: #993300;
	text-decoration: none;
}

a:visited{
	color: #993300;
	text-decoration: none;
}

a:hover{
	color: #cc9900;
}

a img {
	border: 0;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}

/*** Splash Page ***/
#container {
	position:	relative;
	border:	3px solid #cccccc;
	width:	500px;
	height:	200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-color:#fffedc;
}
#splash_banner {
	position:	absolute;
	top:		20px;
	left:		0;
	width:		100%;
	text-align:	center;
}
.splash_link {
	border: 0;
	text-align:	center;
}
#splash_78cj5 {
	position:	absolute;
	top:		100px;
	left:		100px;
}
#splash_91xj {
	position:	absolute;
	top:		100px;
	right:		100px;
}

/*** Inside Pages ***/
#main_table {
	background-color: #fffedc;
	width:	100%;
}

td#navBar{
	width:	160px;
	vertical-align:	top;
	padding: 10px;
}

td#content{
	display:	block;
	vertical-align:	top;
	padding: 20px;
}

td#Google {
	text-align: left;
	width:	200px;
	vertical-align:	top;
	padding: 0px;
	}
#search {
	border:	1px solid #333333;
	width: 160px;
	margin-left:	20px;
}
#hosting{
	font-size:	11px;
	margin:		10px 20px;
}
#ads, #links {
	margin-top:		10px;
	margin-left:	20px;
}

#title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	padding-top: 5px;
}

#logo {
	height:	60px;
	margin-bottom: 20px;
}


/**** NavBar Format ***/
.nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size: 114%;
 	margin: 0px;
 	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


