/* CSS Document */
* html, body {
	margin:0;
	padding:0;
}
body {
	background:#ffffff url(../img/bg2.gif) repeat-x top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 1.8em;
}
h1{
    color:#000080;
	font-weight:bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px
}
h2{
	font:normal 14px Verdana, Arial, sans-serif;
    color:#003366;
	font-weight:bold;
}

h3,h4,h5,h6{
	font:16px Verdana, Arial, sans-serif;
	font-weight:bold;
    color:#000080;
}
p{
	font:12px verdana;
	color:#000000;
	line-height:16px;
}
.mainnav{
	font:14px Verdana, Arial, sans-serif;
	font-weight:bold;
    color:#000000;
}
.intro{
color:#000000;
line-height:18px;
font-family: Verdana, Arial, sans-serif;
font-size: 15px
}
ul {
font-size : 13px;
font-family : Verdana, Arial, sans-serif;
color : #000000;
list-style-type: square;
list-style-image: none;
font-weight: bold;
padding-bottom: 4px;
}

ul ul li {
font-size : 12px;
font-family : Verdana, Arial, sans-serif;
color : #000000;
list-style-type: none;
list-style-image: url(../img/bullet.jpg)
}

.A {
  font-size: 72px;
}
.read-more a{
	font:11px verdana;
    text-align:right;
    float:right;
    margin-right:25px;
    padding-bottom: 10px;
	text-decoration:none;
	color:#000080;

}
.read-more a:hover{
	text-decoration:underline;
}
a{
	text-decoration:none;
	color:#000080;
  font-weight: bold
}
a:hover{
	text-decoration:underline;
  font-weight: bold
}
#wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
}
/* Header */

#header {
	height: 125px;
}

#logo h1 {
	padding: 20px 0 10px 25px;
	color:#003366;
	font-size: 30px;
	font-weight: normal;
	float: left;
	font-family: "Times New Roman";
	line-height: 38px;
	position: inherit;
  margin-top: 20px;
  text-transform: uppercase
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;

}

#menu a {
	display: block;
	width: 95px;
	height: 26px;
	padding: 60px 0 0;
	text-decoration: none;
	text-align: center;
	color:#000080;
	font:bold 12px Verdana;
	}

#menu a:hover {
	text-decoration:underline;
}
hr {
 display: block;
 height: 1px;
 border-left: none;
 border-right: none;
 border-top: 1px dashed #A8A8A8;
border-bottom: none;
width: 90%;
 clear: left;
 padding: 4px;
  margin-top: 30px;
  margin-bottom: 20px
}

/* graphics */
img {
	border: 3px double #E5E5E5;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

#container{
	width:100%;
	margin-top:10px;
}
#main{
	width:95%;
	height:auto;
	margin:8px;
	padding:4px;
}
#first-col{
	margin-left:10px;
	float:left;
	width:30%;
	height:auto;
	padding:4px;
}
#second-col{
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	padding:4px;
}
#third-col{
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	padding:4px;
}
#contact-col{
	float:left;
	width:100%;
	height:auto;
	margin-left:10px;
	padding:8px;
}
#left-col{
	margin-left:10px;
	float:left;
	width:70%;
	height:auto;
	padding:4px;
}
#right-col{
	float:left;
	width:20%;
	height:auto;
	margin-left:10px;
	padding:4px;
}
#footer{
	clear:both;
	background:#1f4e87 url(../img/footer_bg2.gif) repeat-x;
	height:30px;
	width:100%;
}
.copyrights{
	font:10px verdana;
	color:#000000;
	text-align:center;
	padding-top:30px;
    padding-bottom:20px;
}
