@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #167e89; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 

h5 {
	color: #333;
}
		
	
#wrap {
	height: 100%;
	width: 100%;
}
#tip {
	margin: auto;
	width: 900px;
	text-align: center;
	height: 40px;
	color: #3A1C74;
}
#tip h1{
	color:#CCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}
#tip p{
	color:#CCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}

#tip a{
	color:#CCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}
#tip a:hover{
	
	text-decoration: underline;
}



.twoColFixRtHdr #header {
	height: 101px;
	background-color: #fff;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #167E89;
} 
#logolink
         {
	display: block;
	height: 90px;
	width: 300px;
	background-image: url(logo.jpg);
	background-position: center;
	float: left;
         }

.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#menu {
	height: 35px;
	width: 470px;
	float: right;
	margin-top: 25px;
}

#menu ul
{
	margin-left: 8px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 8px;
	
	float: left;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 12px;
	
}


#menu ul li
{
	margin: 0px;
	height: 30px;
	float: left;
	padding: 0px;
	width: 90px;
}






.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 382px;
	height: auto;
	padding-right: 10px;
	text-align: center;
}


.twoColFixRtHdr #sidebar1 p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 22px;
	text-align: justify;
	padding-right: 20px;


}

.twoColFixRtHdr #sidebar1 ul{
	list-style-type: none;
	margin-left: 1em;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #00000C;
	text-align: justify;
	line-height: 15px;
	word-spacing: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;


}

.twoColFixRtHdr #sidebar1 li{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	background-image: url(images/arr.jpg);


}


.twoColFixRtHdr #sidebar1 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #3A1C74;
	padding-left: 30px;
	text-align: left;
}

.twoColFixRtHdr #sidebar1 h5{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	word-spacing: normal;
	padding-right: 10px;
	padding-left: 10px;
	}
	
	
	
.twoColFixRtHdr #sidebar1 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	word-spacing: normal;
	color: #167E89;
	}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
} 
.twoColFixRtHdr #mainContent h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #3A1C74;
	line-height: 30px;
}

.twoColFixRtHdr #mainContent h2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #167E89;
}

.twoColFixRtHdr #mainContent p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 30px;
	text-align: justify;
}

.twoColFixRtHdr #mainContent a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #167E89;
	text-decoration: none;
	font-weight: 500;
}

.twoColFixRtHdr #mainContent a:hover{
	text-decoration: underline;
}

.twoColFixRtHdr #mainContentP {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
} 

.twoColFixRtHdr #mainContentP h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #3A1C74;
	line-height: 30px;
}

.twoColFixRtHdr #mainContentP h2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #167E89;
	font-weight: bold;
}

.twoColFixRtHdr #mainContentP h3  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.twoColFixRtHdr #mainContentP p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 30px;
	text-align: justify;


}

.twoColFixRtHdr #mainContentP a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #167E89;
	font-weight: bold;
	


}

.twoColFixRtHdr #mainContentP a:hover {
	text-decoration: underline;	
	


}
#mid  {
	background-color: #167E89;
	width: 100%;
} 
#midinner {
	width: 850px;
	margin: auto;
	background-image: url(images/midor.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 283px;
	padding-right: 15px;
	padding-left: 15px;

}


#mid1 {
	height: 210px;
	width: 280px;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #CCC;
	float: left;
	margin-top: 30px;
	text-align: left;
}

#mid1 p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
	line-height: 20px;
}

#mid1 h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 20px;
}

#mid1 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 20px;
}


#mid2 {
	height: 210px;
	width: 280px;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #CCC;
	float: left;
	margin-top: 30px;
	text-align: left;
}

#mid2 p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
	line-height: 20px;
}


#mid2 h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 20px;
}
#mid2 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 20px;
}

#mid3 {
	float: left;
	height: 210px;
	width: 280px;
	margin-top: 30px;
	text-align: left;
}
#mid3 p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
	line-height: 20px;
}

#mid3 h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 20px;
}
#mid3 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 20px;
}



#bott {
	width: 100%;
	background-color: #FCFCFC;
	height: 400px;
}
#bottinner {
	width: 850px;
	height: 283px
	background-image: url(images/bott.bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	margin: auto;
	background-image: url(images/bott.bg.gif);
	height: 350px;
	}
#bottinner h3{
	font-family:Verdana, Geneva, sans-serif;
	color:#3A1C74;
	font-size:16px;
	padding-left: 20px;
	padding-top: 15px;
}

#bott1 {
	height: 210px;
	width: 280px;
	float: left;
	margin-top: 30px;
	text-align: center;
}
#bott2 {
	height: 210px;
	width: 280px;
	float: left;
	margin-top: 30px;
	text-align: center;
}

#bott3 {
	height: 210px;
	width: 280px;
	float: left;
	margin-top: 30px;
	text-align: center;
}
#footer {
	background-color: #3A1C74;
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #167E89;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #167E89;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}

#footer a  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight:bold;
	text-decoration: underline;
	
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:absolute;
	width:300px;
	height:505px;
	z-index:-1;
	left: 0;
	top: 0;
	background-image: url(images/glare.png);
}

.form {
	
	border: 1px solid #666699;

	
}
.formP {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
}
.texta {
 font-size: 10px;
 background-color: #eeeeee;
 border: 1px solid #666666;
}
