@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bkg.jpg) top center no-repeat #fff;
	margin: 0;
	padding: 0;
	color: #000;
	margin:auto;
}
.holder {
	width:1100px;
	margin:0 auto;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h1{
	font-family:Verdana, Geneva, sans-serif; 
	color:#090; 
	font-style:italic;
}

h2{ color:#333;
	font-weight:bold;
	font-size:24px;
	padding:0 0 0 15px;
	margin:0px;
}

h4{font-size:12px;
	font-style:italic;
	padding:5px 0 0 15px;
	margin:0;
}

.logo{height:212px; 
	width:734px; 
	margin:auto;
	padding-top:20px; 
	position:relative; 
	z-index:10;
}
/*//////////////////  NAV  //////////////////*/

.nav{background:url(images/nav.png) no-repeat; 
	width:173px; 
	height:203px; 
	position:absolute; 
	left:-166px;
	top:300px;
	padding:20px 0 0 5px; 
	font:Verdana, Geneva, sans-serif; 
	font-weight:bold; 
	font-size:16px;
}

.nav a{display:block;
	padding:10px 0;
}
a img { 
	border: none;
}

.nav a:link {
	color:#000;
	text-decoration:none;
}

.nav a:visited {
	color: #000;
	text-decoration: none;
}

.nav a:hover, a:active, a:focus {
	text-decoration: none;
	color:#090;
}
a:link{
	text-decoration:underline;
	color:#393;
}

/*//////////////////  CONENT  //////////////////*/

.box{
	margin:0px auto 0 auto; 
	z-index:5; 
	position:relative;
}

.container-top{
	background:url(images/body_header.png) no-repeat; 
	width: 734px; 
	height:20px;
	margin:auto;
	padding:0px;
 }

.container {
	width: 694px;
	background:url(images/body.png) repeat-y;
	padding:0 20px;
	margin: 0 auto;
	min-height:400px;
}

.container-bottom{
	background:url(images/body_Footer.png) no-repeat;
	width:734px; 
	height:39px; 
	margin:auto;
}

.content {
	padding: 10px 0;
}

hr{
	border-top:1px solid #090; 
	width:600px; 
	border-bottom:1px solid #090; 
	margin:0;
}

.table{background:url(images/tableBKG.jpg) no-repeat; 
	width:398px; 
	height:353px; 
	margin:auto;
	padding:20px 20px 20px 40px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}