/***********************************************/
/* WhiteKnight Consulting Style Sheet
HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	background-color:  #f1f1f1;
	text-align: center;
	overflow : scroll;
	SCROLLBAR-FACE-COLOR: #ECEEF1;
	SCROLLBAR-HIGHLIGHT-COLOR: #ECEEF1;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #ECEEF1;
	SCROLLBAR-ARROW-COLOR: #0066cc;
	SCROLLBAR-TRACK-COLOR: #ECEEF1;
	SCROLLBAR-DARKSHADOW-COLOR: #ECEEF1;
}

a.two:link {color: #0066cc; text-decoration: none; font-weight: none;}
a.two:visited {color: #0066cc; text-decoration: none; font-weight: none;}
a.two:hover {color: #336699; text-decoration: none; font-weight: none;}

a.three:link {color: #0066cc; text-decoration: underline;}
a.three:visited {color: #0066cc; text-decoration: underline;}
a.three:hover {color: #336699; text-decoration: none;}

a.four:link {color: #000066; text-decoration: underline; margin-left: 50px}
a.four:visited {color: #000066; text-decoration: underline; margin-left: 50px }
a.four:hover {color: #336699; text-decoration: underline; margin-left: 50px}

html,body {
	height: 100%;
}

#shadow {
	width: 790px;
	margin-right: auto;
		-moz-box-padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-top: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
background:url(all.gif) repeat right;
}

#container {
	width: 760px;
	margin-right: 15px;
		-moz-box-padding: 0px 0px 0px 0px;
	margin-left: 15px;
	margin-top: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top: 6px solid #6699cc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
			background-image:url(bg_page.gif);


}

/***********************************************/
/* Text Styles                                 */
/***********************************************/

a{
	color: #2f6faf;
	text-decoration:none;
}


a:hover{
	color: #000066;
		text-decoration:none;
}

h1{
	font-size: 220%;
	color: #6699cc;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
margin:0;padding:0;
}

.red{
	font-size: 14px;
	color: #cc0000;
	margin: 7px 7px 7px 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
		border-bottom: 1px solid #cccccc;
}

h2{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C3D9;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

h3{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #6699cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
}

.top{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #000066;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1C3D9;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

.small{
	font-size:75%;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
padding-left:10px;
text-align:center;
}

li{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #666666;
	line-height: 18px;
	letter-spacing: normal;
	list-style:circle;
}
p {
	text-align: justify;
}

.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	border: none;
}
.smallstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #003366;
	border: none;
}
.tablenorm {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 6px;
}

.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
}


.tablenormblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin: 0px 0px 0px 0px;
	padding: 3px;
}

.formfields {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: solid 1px #e4e4e4;
}

.submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 3px;
	background-color: #cccccc;
	vertical-align: bottom;
	border: solid 1px #ffffff;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	padding: 0px 0px 0px 0px;
		-moz-box-padding: 0px 0px 0px 0px;
	width: 760px;
	height: 137px;
}

#headimage{
	padding: 0px 0px 0px 0px;
		-moz-box-padding: 0px 0px 0px 0px;
	width: 256px;
	height: 127px;
	float: left;
}

#logo{
	padding: 0px 0px 0px 0px;
		-moz-box-padding: 0px 0px 0px 0px;
	width: 504px;
	height: 127px;
	float: left;
}

/* Main Navigation Area aligned to along the top */

#contact {
float:left;
width:210px;
background-image:url(bg_contact.gif);
font-size: 100%;
height: 73px;
line-height:normal;
border-top: solid 1px #ffffff;
border-right: solid 1px #ffffff;
}

#contact1 {
float:left;
width:210px;
background-image:url(bg_contact1.gif);
font-size: 100%;
height: 73px;
line-height:normal;
border-top: solid 1px #ffffff;
border-right: solid 1px #ffffff;
}

#contact2 {
float:left;
width:210px;
background-image:url(bg_contact2.gif);
font-size: 100%;
height: 73px;
line-height:normal;
border-top: solid 1px #ffffff;
border-right: solid 1px #ffffff;
}

#contact3 {
float:left;
width:210px;
background-image:url(bg_contact3.gif);
font-size: 100%;
height: 73px;
line-height:normal;
border-top: solid 1px #ffffff;
border-right: solid 1px #ffffff;
}

#contact4 {
float:left;
width:210px;
background-image:url(bg_contact4.gif);
font-size: 100%;
height: 73px;
line-height:normal;
border-top: solid 1px #ffffff;
border-right: solid 1px #ffffff;
}


/* Navigation end*/
#bg_dot{
	padding: 0px;
	height: 10px;
	width: 760px;
	background-color: #ffffff;
	background-image:url(bg_dot.gif);
}


#toparea {
	width: 760px;
	height: auto;
	margin-bottom: 1px;
}

#clear {
	clear: both;
	margin-left: 8px;
	
}
#main {
    background-color: #ffffff;
	width: 760px;
	height: auto;
}

#content{
	float: right;
	width: 510px;
	margin: 15px;
	padding: 5px 0px 15px 0px;
	-moz-box-padding: 0px 0px 0px 0px;
	text-align: justify;
	height: auto;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#form{
	float: left;
	width: 400px;
	border: solid 1px #cccccc;
		padding: 3px;
	-moz-box-padding: 0px 0px 0px 0px;
	
	height: auto;
	
}


/* Contact Area aligned to the left */
#contactBar{
	float: left;
	padding: 2px 0px 0px 0px;
		-moz-box-padding: 0px 5px 0px 0px;
	text-align: right;
	height: 73px;
	width: 210px;
}

#contactBar table{
	float: right;
	margin: 0px 0px 0px 0px;
		-moz-box-margin: 0px 1px 0px 0px;
	text-align: left;
	height: auto;
	width: 210px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666666;
	line-height: 17px;
}

#contactBar{
	float: left;
	padding: 2px 0px 0px 0px;
		-moz-box-padding: 0px 5px 0px 0px;
	text-align: right;
	height: auto;
	width: 210px;
}

#contactInfo{
	float: left;
	padding: 0px;
		-moz-box-padding: 0px 5px 0px 0px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666666;
	height: auto;
	width: 170px;
	margin: 0px 0px 0px 20px;
}

#area1{
	float:left;
	width: 235px;
	height: auto;
	padding: 4px;
	margin:0px;
	list-style: disc;
	border-right: solid 1px #cccccc;
}

#area2{
	float:right;
	width: 235px;
	height: auto;
	padding: 4px;
	margin-left:10px;
	list-style: disc;
}

#area3{
	float:left;
	width: 500px;
	height: auto;
	padding: 7px;
	border: solid 1px #cccccc;
	list-style: disc;
}

/************* #breadCrumb styles *************/



#tablemain {
}

.tablemain td{
	border-bottom: dotted 1px #CEEBE9;
		padding: 5px 2px 5px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
/***********************************************/
/* Components                                  */
/***********************************************/

/************* #siteInfo styles ***************/

#containerEnd{
	width: 760px;
		-moz-box-padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	text-align: left;
}

.siteInfo{
	width: 250px;
	color:#6699CC;
	padding: 0px;
	moz-box-padding: 0px;
	text-align: right;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	float: right;
}

.siteInfo  a{
	font-size: 80%;
	color: #999999;
	text-align: right;
}

.footLinks{
	width: 490px;
	color: #666666;
	padding: 0px;
	moz-box-padding: 0px;
	text-align: left;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	float: left;
}

.footLinks  a{
	font-size: 80%;
	color: #999999;
	text-align: left;
}
/*******table cell stylings**************/
.td1 {
	border-bottom: dotted 1px #666666;
	padding: 7px;
	font-variant:small-caps;
	color: #666666;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	}

.td2 {
	border-bottom: dotted 1px #666666;
	padding: 7px;
	font-variant:small-caps;
	color: #000066;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
	font-wright: bold;
	font-size: 110%;
	font-weight: bold;
	}

.td3 {
	border-bottom: dotted 1px #666666;
	padding: 7px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 145%;
	}
.td4 {
	border-bottom: dotted 1px #666666;
	padding: 7px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 110%;
	}
.td4 li {
	color: #79889b;
	list-style: inside square;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	line-height: 18px;
}

.td5 {
	border-bottom: dotted 1px #666666;
	padding: 7px;
	color: #666666;
	letter-spacing: 0.03em;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	}
	
/*DROP DOWN MENU*/
#nav{
padding: 0px;   
width: 548px;
float: left; 
height: 73px; 
background-color: #3366CC;
font-size: 100%;
border-top: solid 1px #ffffff;
	
}
