@charset "utf-8";
/* CSS Document */

/*-----Common Properties-----*/

*
{
	padding:0;
	margin:0;
}

body
{
	padding:0;
	margin:0;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top-margin:0;
}

a
{
	text-decoration:none;
}

a:hover {
	color:#616161;
}


a, input
{
	outline:none;
}

img, a img
{
	border:none;
}
table
{
	border-collapse:collapse;
}

ol
{
	padding:0 0 0 20px;
}

ul
{
	margin:10px 0 0 20px;
}

li
{
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	/*font-weight:600;
    color:#9e9e9e;*/
	color:#5c5c5c;	
	padding:0 0 5px 0;
}

/*-------Main Container-------*/

#page
{
	width:929px;
	margin:0 auto;
}

.mainTable
{
     width:929px;
	 margin:0 auto;
	 vertical-align:top;
}
	 

/*--------Header-------*/
.header
{
    width:930px;
	margin:0 auto;	
}
/*--------Link-------*/
.linkStyle
{
  width:100%;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:800;
  font-style:normal;
  color:#032956;
  vertical-align:bottom;
  padding-right:10px;
}

.linkStyle a
{
  color:#032956;
}

.linkStyle .contact
{
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:800;
  font-style:normal;
  color:#032956;
  vertical-align:bottom;
  text-align:right;
}

.linkStyle a
{
  color:#032956;
}

.linkdownlinebg
{
  background:url(../images/linkdownlinebg.gif);
  background-repeat:repeat-x;
}

.middleContent
{
 width:930px;
 margin:auto;
}

.middlemaincontent
{
 width:687px;
 }

.rightboxTable
 {
 width:224px;
 margin:0 auto;
 vertical-align:top;
 }
 
.rightboxHeading
{
  background:url(../images/boxheadingbg.gif);
  background-repeat:no-repeat;
  width:224px;
  height:68px;
  text-align:center;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#032956;
 }
 
 .rightboxMiddle
{
  background:url(../images/boxmiddlebg.gif);
  background-repeat:repeat-y;
  width:224px;
  height:68px;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:600;
  padding-left:8px;
  color:#857654;
 }
 
 .rightboxMiddle a
{ 
  color:#032956;
 }
 
 .rightboxMiddle img
{
   padding-left:60px;
   padding-top:30px;
   padding-bottom:30px;
   padding-right:60px;
 }
 
 .rightboxBottom
{
  background:url(../images/boxbottom.gif);
  background-repeat:no-repeat;
  width:224px;
  height:5px;
 }
 
 .formTable
 {
 background-color:#fbf7ed;
 width:500px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:616161;
 border:1px solid #999999;
 }
 
 .formTable td
 {
 padding-right:5px;
 }
  
 .formTableheading{
  font-family:Arial, Helvetica, sans-serif;
  font-size:17px;
  font-weight:600;
  color:#000000;
 }
 
 .footerbg
 {
 background:url(../images/footerbg.gif);
 background-repeat:no-repeat;
 width:929px;
 height:38px;
 }
 
 .footerlink
 {
 width:900px;
 }
 
 .footerlink td
 {
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:600;
 color:#032956;
 padding-right:10px;
 text-align:center;
 }
 
 .footerlink a
 {
 color:#032956;
 }
  

