/********* Main Body *********/
body {
	margin : 10px 0px 0px 0px;
	color : #e6e6e6;
	background-color : #050505;
	background-image : url('images/backgroundDARK3.gif');
	background-position : center;
	background-repeat : no-repeat;
	font-family : Arial, Tahoma, sans-serif;
	padding-left : 0px;
}

/********* End Main Body *********/

/********* Block Elements *********/
#banner {
	background-image : url('images/Tunanatorx.gif');
	background-position : top center;
	background-repeat : no-repeat;  
	height : 90px;
	border-top : 0px none;
	border-right : 0px none;
	border-left : 0px none;
}

#contentContainer {
	clear: both;
	width: 100%;
	border: 0px none;
	padding : 0px;
}

#leftContent {
	background-color : inherit;
	color : inherit;
	float : left;
	padding : 0 2px 0 13px;
	width : 140px;
	border-left : 0px none;
}

#centerContent {
	background-color : inherit;
	color : inherit;
	padding : 2px;
	margin : 0 171px 0 154px; 
	border : 0px none;
}

#centerContentNR {
	background-color : inherit;
	color : inherit;
	padding : 2px;
	margin : 0 0 0 154px; 
	border : 0px none;
}


#rightContent {
	background-color : inherit;
	color : inherit;
	padding : 2px;
	float : right;
	width : 170px;
	border : 0px none;
}

#footerContainer{
	clear: both;
	width: 100%;
	margin: 0px; /*auto;*/
	border: 0px none;
	line-height: 130%;
	padding : 0px;
}

#footer {
	clear: both;
	background-color: inherit;
	color : inherit;
	text-align: center;
	margin: 0px auto;
	border: 0px none;
}

#leftFooterContent {
	background-color : inherit;
	color : inherit;
	float : left;
	width : 48%;
}

#rightFooterContent {
	background-color : inherit;
	color : inherit;
	float : right;
	width : 48%;
	font-size : 10px;
}

/********* End Block Elements *********/

/********* Borders ********/
.borderContainer {
	border-left : 1px solid #93b7cb;
	border-right : 1px solid #93b7cb;
	padding-left : 5px;
}

.bTop, .bBottom {
	display : block; 
	background : inherit; 
	font-size : 1px;
	color : inherit;  /*  Added to pass validation */
}

.bB1, .bB2, .bB3, .bB4 {
	display : block;
	overflow : hidden;
}

.bB1, .bB2, .bB3 {
	height : 1px;
}

.bB2, .bB3, .bB4 {
	background : inherit; 
	border-left : 1px solid #93b7cb; 
	border-right : 1px solid #93b7cb;
	color : inherit;  /*  Added to pass validation */
}

.bB1 {
	margin : 0 5px; 
	background : #93b7cb;
	color : inherit;  /*  Added to pass validation */
}

.bB2 {
	margin : 0 3px; 
	border-width : 0 2px;
}

.bB3 {
	margin : 0 2px;
}

.bB4 {
	height : 2px; 
	margin : 0 1px;
}



/********* End Borders ********/

/********* Text Elements *********/

.menuList ul
{
	list-style : none;
	padding : 0 0 0 1px;
	margin : 0 0 0 1px;
	border : 0px none;
}

.menuList ul li a
{
	font-size : 90%;
	display : block;
	border-bottom : 1px dashed #d8d9d9;
	padding-top :5px;
	padding-left : 2px;
	padding-bottom : 2px;
	text-decoration : none;
	background-color : inherit;
	color : #d8d9d9;
	font-weight : bold;
	width : 120px;
}

.menuList ul ul li a
{
	font-size : 90%;
	display : block;
	border-bottom : 1px dashed #d8d9d9;
	padding-top :5px;
	padding-left : 12px;
	padding-bottom : 2px;
	text-decoration : none;
	background-color : inherit;
	color : #d8d9d9;
	font-weight : bold;
	width : 110px;
}

.menuList ul li a:hover, .menuList ul li a:focus
{
	color : #93b7cb;
	font-weight : bold;
	background-color : #333333;
}

.dmi
{
	font-size : 90%;
	font-weight : bold;
	display : block;
	border-bottom : 1px dashed #d8d9d9;
	padding-top : 5px;
	padding-left : 2px;
	padding-bottom : 2px;
	text-decoration : none;
	background-color : inherit;
	color : #d8d9d9;
	width : 120px;
}

p.footer {
	background-color : inherit;
	color : #696969;
}

p.leftAlign{
	margin-left : 12px;
	color : #696969;
	background-color : inherit;
}

p.instructionsSM{
	margin-left : 50px;
	color : #696969;
	background-color : inherit;
	font-size : 10px;
}

p.rightAlign{
	text-align : right;
	margin-right : 12px;
	color : inherit;
	background-color : inherit;
}

p.sectionTitle{
	margin-left : 10px;
	font-weight : bold;
}

a.contact{
	color : #393939;
	background-color : inherit;
	text-decoration : underline;	
}

	
	p, h1, pre {
		margin : 0px 10px 10px 0px;
		}
		
	h1 {
		font-size : 14px;
		padding-top : 10px;
		visibility : hidden;
		}
		
	#banner h1 {
		font-size : 14px;
		padding : 10px 10px 0px 10px;
		margin : 0px;
		}
	
	#rightcontent p {
		font-size : 10px
		}
		
code{
	font-size : small;
	color : #ee2626;
	background-color : inherit;
}

/********* End Text Elements *********/


/********* Image Elements *********/
img{
	border : none;
}

/********* End Image Elements *********/