/* *** X1Design Two Column Template *** */
html, body{ 
 margin:0; 
 padding:0; 
 font-family:Arial, Helvetica, sans-serif;

 text-align:center; 
} 
img {
	border:0px;
}
#spacing {
	padding: 0 20px 0 0;
}
.grey { color:#333333; background-color:#CCCCCC; border-bottom: 1px solid #999999; }
/*************************/	
/* General Link overview */
/*************************/	
.logo a, .logo a:link, .logo a:visited, .logo a:active {
	color: #CCCCCC;
    font-weight : bold; 
	text-decoration : none;
	background: transparent; 
 }

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #CCCCCC;
	background: transparent; 
	}

#link {	
	margin: 20px 0 0 0;
	padding: 0 0 0 2px;
	
	
}
#link a, #link a:active, #link a:visited {
	padding: 0 0 0 5px;
	background: transparent;
    text-decoration:none; 
	text-align: left;
	font-weight: bold; 
    margin:1px 0px 1px 0px; 
	color: #ffffff;
    display: block;
}
#link a:hover {
	color: #104A8C;
}

/********************/
/*  Limit the width */
/********************/
#wrapper{
 width:100%; 

 margin-left:auto; 
 margin-right:auto; 
} 
/***********/
/*  Header */
/***********/
.heading {
color:#333333;
font:"Times New Roman", Times, serif;
font-size:small;
font-weight:bold;
text-align: right;
}




#bold {
font:"Times New Roman", Times, serif;
font-size:12px;
}

#header{
	width: 100%;
	height: 38px;
	background-color: #104A8C;
	color: #ffffff;
	padding: 0px; 
	margin: 0px auto;
	font-family:"Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	clear: all;
} 
/*********/
/* logo  */
/*********/
.logo {
	height: 38;
	width: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0 2px 0;
	background-color: #104A8C;
}
div.logo span.left {
  float: left;
  margin: 0 0 0 10px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 40%;
  }

div.logo span.right {
  float: right;
  margin: 0 10px 0 0;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 40%;
  }


/*****************/
/* start content  */
/*****************/
 
#full_wrap {
	DISPLAY: INLINE;
}

#leftcol{
 float: left;
 padding: 10px 0 0 0;
 width:175px;
 position:relative; 
 text-align: left;
 background-color:#104A8C;
 height: 400px;
 }

#leftcol a, #leftcol a:active, #leftcol a:visited, #leftcol a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 2px 0 0 0;
	background: transparent;
    text-decoration:none; 
    text-align: center;
	color: #ffffff;
    display: block;
}
/*
#leftcol a:hover {
	color:#000066;
}
*/
/******************/
/*     Curve      */
/******************/
#curve {
	float: left;
	width: 20px;
	height: 20px;
/*	border-bottom: 2px solid #ffffff; */
	background-color:#104A8C;	
}
#rightcol{
 	height: 420px;

	overflow: auto;
}

/************************/
/**** Content Layout ****/
/************************/
.content_padding dd {
	padding: 0 0 5px; 
}
#content_block {
	font-size: small;

	text-align: left;
	margin: 3px 0 3px 0;
	border: 1px dashed #cccccc;
	padding: 5px;
}
.content { 
padding-bottom: 10px;
}

/*******************/
/* contact us form */
/*******************/
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
div.spacer {
  clear: both;
}
/**********/
/* Footer */
/**********/ 

#footer a, #footer a:link, #footer a:visited, #footer a:active  {
	font-weight : bold; 
	text-decoration : none;
	color: #000000;
	background: transparent; 
	}
#footer{
	height:10px;
	width:100%;
	border-top: 1px solid #ffffff;
	color: #999999;
	background: #eee;
	padding: 2px 0px 2px 0px;
	clear: both;
	text-align: right;

	font-size: x-small;	
	}
#footer img {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border: 0;
	}
html>#footer	{
	font-size: x-small;
	} 

#footer p	{
		text-align: center;
	}

	
#footer li	{
	display: inline;
	margin: 0;
	text-align: left;
	border: 0;
	}	

.clr{clear:both;}
 
 
 /*contact us style*/
 .regularText {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial,Verdana; TEXT-DECORATION: none
}

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing
#rightcol{display:none;} */
#outer{border-right:0;} 
}
