html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    /*padding: 0;
    vertical-align: baseline;*/
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #003366;
	text-align: center;
	margin-top: 10px;

}

body {
    background: url("../img/back.jpg") repeat-x scroll 0 0 transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.wrapper {
  	border: 0 solid #000000;
    margin: 0 auto;
    width: 993px;
}

.header{
	width:993px;
	height:90px;
	text-align: center;
	
	}

.content {
   	background-color: #FFFFFF;
    overflow: hidden;
    padding: 40px 10px;
}
.content p {
    margin-bottom: 25px;
    font-size: 13px;
    text-decoration: none
}
.content a{
	link text-decoration: none;	color:#000000;
	visited color:#000000;text-decoration:none;
	hover color:#003366;
	active color:#000000;text-decoration:none; 
	
}

h3 {
	font-size: 11 px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}


.footer {
	padding-top: 10px;
	font-size: 9px;
	vertical-align: bottom;
	text-align: center;
	width: 993px;
	border-color: #003D74;
    border-top: 1px solid #003D74;
}


#menu
{	margin: 0;
	padding: 0px}

	#menu li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#menu li a
	{	display: block;
		background: #003d74;
		padding: 5px 12px;
                text-align:center;
		text-decoration: none;
		border-right: 1px solid white;
		background-image:url('../img/bar.jpg');
  background-origin:initial;
  background-repeat:initial initial;
		width: 223px;
		color: #FFFFFF;
		font-weight: bold;
		white-space: nowrap}

	#menu li a:hover
	{	background: #3d6e97}
		
		#menu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#menu li ul li
			{	float: none;
				display: inline}
			
			#menu li ul li a
			{width: 223px;
				background: #003d74;
				color: #FFFFFF}
			
			#menu li ul li a:hover
			{	background: #3d6e97}


