/* Main CSS - General Formatting */
/* Initial Default Settings*/

/*h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding:0px;
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	}*/
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	}	
a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #990000;
	}
a img {
	border:none;
	}		
.click_here {
	color: #0000FF;
}
/* Firefox hack for short pages and background images */
html {
	height: 100%;
	}
/* Main Settings*/
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.img_left {
	float: left;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.img_right {
	float: right;
	margin-right: -40px;
}
.img_cntr {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#reply p {
	font-size: 12px;
	font-style: normal;
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
}
	/* Width expression - convert to elastic */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	/*min-width: 750px;
	max-width: 960px;
	width: expression(((document.body.clientWidth)) < 750? "750px": ((document.body.clientWidth)) > 960? "960px": "auto" );*/
	width: 760px;
	margin-top: 25px;
	margin-bottom: 0px;
}
#wrapper_r {
	padding: 0px;
}
/*Header Auto Date*/
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 30px;
	padding-top: 35px;
}
/*Main Navigation Bar*/

* html ul#nav a {
	height:1px;
	}
#nav_main {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url(../images/nav_gen/nav_main_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
ul#nav {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(../images/nav_gen/nav_main_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
ul#nav li {
	display: inline;
}
ul#nav a {
	background-color: #FF6;
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F93;
	background-image: url(../images/nav_gen/nav_main_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	}
#nav_main a:link {
	color: #003399;
}
#nav_main a:visited {
}
#nav_main a:hover {
	color: #990000;
	background-color: #FFFF99;
	background-image: url(../images/nav_gen/tick_hov_1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav_main a:active {
}
/*End Main Navigation Bar*/

#content p {
	line-height: 20px;
	margin-left: 200px;
	margin-right: 100px;
	margin-bottom: 15px;
}
#footer p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999966;
	vertical-align: bottom;
	margin-right: 50px;
	margin-top: 5px;
}
