@charset "utf-8";

/* CSS Document */



*

{

	margin: 0px;

	padding: 0px;

}

body

{

	background-image: url(images/layout/bg.jpg);

	background-repeat:repeat-x;

	background-color: #191955;

	margin-top: 10px;

}



td{

	vertical-align:top;

	}



p

{

	padding-left: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 15px;

	color: #333333;
	
	font-size: 12px;

}	

	

h1{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #333333;

	font-weight: bold;

}



a:link

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	text-decoration: none;

}



a:visited

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;

	text-decoration: none;

}



a:hover

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;

	text-decoration: none;

}



a:active

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;

	text-decoration: none;

}



#container

{

	position: relative;

	width: 835px;

	margin: 0px auto 0px auto;

}

#header

{

	position: absolute;

	top: 0px;

	left: 0px;

	z-index: 3;

}

#top{

	position: relative;

	top: 345px;

	z-index: 1;

	}



#containerBody

{

	top: 345px;

	position: relative;

	width: 820px;

	z-index: 1;

}



#content

{

	padding: 20px 20px 10px 20px;

	position: relative;
	
	left: 3px;

	background-color: #e5f3ff;

	/*background-image: url(images/layout/shadow.png);*/

	background-repeat: repeat-y;

	background-position: left;

	z-index: 4;
	

}



#bottom{

	position: relative;

	}	

		

	

#footer{

	width: 742px;

	position: relative;

	left: 40px;

	top: -20px;

	z-index: 5;
	font-size: 12px;

	}	

	td.red td.blue {
		width: 80px;
		text-align: center;
	}

	



.red a

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #990000;

	text-decoration: none;
	font-size: 10px;

}



.red a:hover

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	text-decoration: none;
	font-size: 10px;

}



.blue a

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #003366;

	text-decoration: none;
	font-size: 10px;

}



.blue a:hover

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	text-decoration: none;
	font-size: 10px;

}
.red, .blue {
	width: 80px;
	text-align: center;
	vertical-align: middle;
}


#edit_btn {
	position: relative;
	top: 0px;
	lefT: 670px;
}


.image_formatting {
	margin-left: 0px;
	_margin-left : -5px;
}


p, h1, h2, h3, h4, h5, h6 {
	margin: 5px;
}

