* {padding:0;margin:0;border:none;}

body					{ background: #2E4D6B; font: 0.8em arial, sans-serif; text-align:center; color: #000; line-height: 180%; }
a, a:visited 			{ color: #2E4D6B; font-weight: bold; text-decoration: none; }
a:hover 				{ text-decoration: underline; }
h1 						{ margin: 0 0 .3em 10px; font: bold 1.6em Georgia, sans-serif; }

#wrapper 				{ width: 770px; margin: 1em auto; background: #fff; border: 4px solid #4A5259; }
#header					{ height: 120px; background: #2C68A0 url('title.jpg') no-repeat center top; margin-bottom: 34px; }

.content 				{ padding-top: 2em; text-align: justify; }
.content p 				{ margin: 0 2em 2em 1em; }
.content2 				{ padding-top: 1em; text-align: justify; }
.content2 p 			{ margin: 0 2em 2em 1em; }

/* Menu Bar Code Start */

#menu 					{ width: 710px; position: absolute; top: 12px; background: #516878; text-align: center; line-height: 120%;
						  font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
#menu ul 				{ list-style-type: none; }
#menu ul li 			{ float: left; }
#menu ul li a			{ color: white; text-decoration: none; display: block; height: 38px; padding-top: 4px; }
#menu ul li a:hover		{ background-color: white; color: #2E4D6B; }
#home 					{ border-right: 1px solid #2E4D6B; }
#home a					{ width: 135px; }
#bp 					{ border-right: 1px solid #2E4D6B; }
#bp a					{ width: 135px; }
#ib 					{ border-right: 1px solid #2E4D6B; }
#ib a					{ width: 135px; }
#smr 					{ border-right: 1px solid #2E4D6B; }
#smr a					{ width: 150px; }
#vcr 					{ border-right: none; }
#vcr a					{ width: 151px; }

/* Menu Bar Code End */

#footer 				{ text-align: center; padding: 1em 0; font-size: .9em; }
#footer hr 				{ border-top: 1px solid #000; margin: 0 auto .5em auto; height: 0px; }
#footer a 				{ padding: 2px 10px; border-left: 1px solid #000; }
#footer a:hover 		{ background-color: #2E4D6B; color: #fff; text-decoration: none; }

#ads 					{ margin-top: -1em; }
#ads2 					{ margin-top: -1em; }

.clear 					{ clear: both; height: 1px; overflow: hidden; }
