/* CSS Document */



html {
height: 100%;
}



body {
background-color:  #343434;
background-image: url(images/layout/bgnd-im.jpg);
background-repeat: repeat-x;
background-attachment:fixed;
margin:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-bottom: 0px;
}


td{
text-align: center;
}	




/*/////////////////////////////////TEXT STYLES//////////////////////////*/

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}


a {
color: #000000;
}

a:link {
text-decoration: underline;
}



a:visited {
text-decoration: underline;
color: #999999;
}


a:hover {
text-decoration: none;
color:#333333;
}

a:active {
text-decoration: underline;
color: #333333;
}




h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}




/*//////////////DIV STYLES///////////////////////*/
#lside{
	width: 12px;
	background-image: url(images/layout/rside.png); 
	background-repeat: repeat-y;
	height: 100%;
	}
	
		
#rside{
	width: 12px;
	background-image: url(images/layout/lside.png); 
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	}		
	
#main{
	width: 735 px;
	height: 100%;
	vertical-align: text-top;
	text-align: left;
	top: 0px;
	}

#mainContent{
	height: auto;
	vertical-align: text-top;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 783 px;
	}	
	
#content{
	background-color:#DDDDDD;
	vertical-align: text-top;
	height: auto;
	}
		
#shell {
	height: 100%;
	vertical-align: text-top;
	background-color:#DDDDDD;
	}
#shell2{
	vertical-align: text-top;
	height: auto;
	background-color:#DDDDDD;
	}

#header-top{
	margin-top: 0 px;
	top: 0px;
	height: 224 px;
	width: 783 px;
	background-image:url(images/layout/header-top.jpg);
	background-repeat:no-repeat;
	text-align: left;
	vertical-align: top;
}

#header-foot{
	margin-top: 0 px;
	top: 0px;
	height: 58 px;
	width: 783 px;
	background-image:url(images/layout/header-foot.jpg);
	background-repeat:no-repeat;
	text-align: right;
	vertical-align:top;
}


#titleImage{
	height: auto;
	vertical-align: text-top;
	padding-left: 0px;
	padding-right: 0px;
	}	


#mid{
	vertical-align: text-top;
	height: auto;
	width: 595px;
	}			

#footer{
	padding-top: 10px;
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8c8c8c;
	height: 35px;
	background-image:url(images/layout/line.gif);
	background-repeat: no-repeat;
	background-position:top;
	vertical-align: top;
	text-align: center;
	}	
	
#ftleft{
	text-align:right;
	padding-right: 5px;
	color: #333333;
	}
	
#ftright{
	text-align:left;
	padding-left: 5px;
	color: #333333;
	margin-bottom: 5px;
	}
