body {
	
	padding: 0; 
	margin: 30px 0px 0px 0px;
	background-color:#280331;
}

body,input,select,textarea {
	font-family: Tahoma;
	font-size: 13px;
	color: #000;

}

input,textarea { line-height: normal; }

h1,h2,h3,h4,p,a,ul,ol,dl,form,legend,fieldset { margin: 0; padding: 0; }

p { margin-bottom: 11px; font-family: Tahoma;}
ul { list-style-type: none; }
ol { margin-left: 25px; }
a { color: #001F57; }
a:hover { text-decoration: none; color: #1D12B3; }
a:active { text-decoration: none; }
img { display: block; border: none; }
dl dt { font-weight: bold; margin-bottom: 10px; }
dl dd { margin: 0 0 30px 0;}
fieldset { border: none; }
caption { display: none; }


thead th { background-color: #EFEDE1; text-align: center; }
tbody th{ background-color: #fff; font-weight: normal;}
tfoot th { background-color: #EFEDE1; }
tfoot td { background-color: #fff; }



/* HEADERS */

h2,h3,h4,h5,h6 { color: #000; padding: 0 !important; margin-bottom: 10px; }

h2 { font-size: 20px; color: #001F57; }
h2 a { text-decoration: none; } 
h2 a:hover { color: #626C71; }
h3 { font-size: 14px; }
h3 a { text-decoration: none; }
h3 a:hover {}
h4 { font-size: 13px; }
hr {width: 605px; float:left;}

.clear { clear: both; }

/*
-------------CONTAINERS-------------
*/

#wrapper {
margin: auto;
width: 995px;
}

#container
{
	position:absolute;
	width: 995px;
	height: 624px;
	overflow:show;
	margin:auto;
	text-align:center;
}


