
a:link {
	color: #006699;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;	
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #006699;	
}


body
{
	text-align: center;
	font-size:14.5px;
	font-family: Tahoma;
	margin-top: 20px;
	background: #044DA1 url('../images/bg.gif') repeat-x top left ;
}


h1, h2 {
	color: #999999;
	font-size:14pt;
	text-decoration:none;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-align: center;
	word-spacing: normal;	
	bottom: 0px;
}

p {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent:0;
	color:#000000;
	text-decoration:none;
	margin-left: 10px;
	font-weight: lighter;
}
              
li{ list-style-type: none; line-height:3.0 lines; word-spacing:5; text-align:left; margin-top:10; margin-bottom:10; color:#000000; font-family:Tahoma; font-size:9pt; text-decoration:none; letter-spacing:1pt; margin-left:5  }

div#wrapper
{
   width: 980px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}


div#header
{
   width: 980px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   height:220px;
   background:url(../images/header.jpg)no-repeat;
   
 
}

div#header_logo
{
   width: 250px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   padding-left:730px;
      padding-right:20px;
      padding-top:140px;
	  padding-bottom:2px;
	  bottom: 11px !important;
	  
	 
   
 
}
div#content
{
   width: 980px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   height:500px;
  
   background:#FFFFFF;
  
}
div#container
{
   width: 954px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
table
{
background-color: white;

}
.txtstyle1 {
	font-family: "Palatino Linotype";
	font-size: 28px;
	font-style: normal;
	font-weight: lighter;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 5px;
	text-align: justify;
}
.txtstylen {
	font-family: "Palatino Linotype";
	font-size: 28px;
	font-style: normal;
	font-weight: lighter;
	color: grey;
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 5px;
	text-align: justify;
}
.txtstyle1a {
	font-family: "Palatino Linotype";
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: grey;
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 5px;
	text-align: justify;
}

.txtstyle2 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;		
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 3px;
	
}

.txtstyle3 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 3px;	
}

.txtstyle3a {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 3px;	
}


.txtstyle4 {
	font-family: "Futura Md BT";
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #006600;
}

.txtstyle5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width:200px;
	height:15px;
	letter-spacing: 1px;
	border:0px;
	
}

.txtstyle6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	color:#FF0000;
	text-decoration: none;	
	letter-spacing: 1px;
	border:0px;
	
}

.page_align{
	float:right;
	padding-right:30px;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 5px 10px; /* Slightly larger padding for better button size */
    font-size: 14px;   /* Adjusted for readability */
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    outline: none;
    background-color: #007bff; /* Bootstrap's primary color */
    color: #fff;
    border-color: #007bff; /* Same border color as the background */
}


body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto; /* Optional */
  font-style: normal;
}

h1, h2 {
  font-family: "Merriweather", serif;
}

