/* common elements */

body	{
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 0px;
	background:url(../images/_vtile.gif) top center repeat-y #afd6fa;
	}
html+body {margin:0px 0px 0px 0px;}

/* universal styles */
p, div, table, td, th, ul, li, a, input, select, option, textarea, h1, h2, h3, h4, h5, h6	{
	font-family: "Times New Roman", Georgia, "Book Antiqua", Palatino, serif;
	color:#333;
	text-align:left;
	margin:0px;
	padding:0px;
	vertical-align:top;
	border:none;
	}
p, div, table, td, th, ul, li, a {font-size:14px;}
/* specific styles */
img	{border:0px;}
/* a	{color:#036;} */
ul, li	{list-style-type:none;}
input, select, option, textarea	{background:#fff;}

h1, h2, h3, h4, h5, h6	{font-weight:bold;}

/* hides text when graphics used for text. */
a span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {visibility:hidden;}

/* used to force firefox and other compliant browsers to diaplay backgrounds of floated elements preceding this element */
.clearer {
	clear:both;
	height:1px;
	font-size:1px;
}

#OuterContainer {
	background:url(../images/_htile.gif) top center repeat-x;
	text-align:center;
	
}

#InnerContainer {
	width:804px;
	padding:0px 100px;
	margin:0px auto;
	background:url(../images/InnerContainer.jpg) top center no-repeat;
}
#top_flash	{
	height:94px;
	padding-left: 2px;
}
#top	{
	width:708px;
	height:74px;
	padding:20px 0px 0px 92px;
}
#top span {display:none;}

#top a {
	display:block;
	text-decoration:none;
	height:51px;
}
#logo {
	background:url(../images/logo.gif) top left no-repeat;
	width:284px;
	height:51px;
}


/* main content */

#main {
	width:800px;
	margin:0px auto;
	background:url(../images/main_tile.gif) top left repeat-y #FBFAF4;
}

#Left {
	width:190px;
	float:left;
	background:url(../images/Left_BG.jpg) bottom left no-repeat;
	padding:0px 0px 20px 0px;
	}
/* see "_leftnav.css" for the left area styles */

#Right {
	width:609px;
	
	float:left;
}


#footer {
	clear:both;
	background:url(../images/_footer_bg.jpg) top left no-repeat;
	width:804px;
	height:115px;
	margin:0px auto;
	}