/* CSS Document */

a:link {	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none; 	
}

* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #e9fcfe;
 font-size: 11px;
 line-height:140%; 
}
 
.wrapper {
 width: 782px;
 margin: 0 auto; 
}
#border {
 border: 1px solid #0082d1;
 margin: 40px 0px 5px 0px;
 background-color: #fff;
 min-height: 500px;
 float: right;
 width: 780px;
}
* html #border {height:500px} /* IE Min-Height Hack */ 

/* ------------------------ Start Header -----------------*/
.header {
 text-align: center;
 margin: 6px 0px 0px 0px;
}
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
 color: #fff;
 font-weight: bold;
 margin: 8px 0px 0px 5px;
 background-image: url("images/bg_menu.gif");
 background-repeat: no-repeat;
 height: 21px;
 padding: 5px 0px 0px 10px;
 line-height:120%
}

#nav-bar a:link {
 color: #ffffff;
 text-decoration: none;
}

#nav-bar a:visited {
 color: #ffffff;
 text-decoration: none;
}

#nav-bar a:hover {
 color: #f56e00;
 text-decoration: none;
}

ul {list-style-type:none}
ul.style1{list-style-image:url(images/bullet1.gif); padding-left:17px}
ul.style2{list-style-type:decimal; padding-left:30px}


/* ------------------------ End Navigation Bar -----------------*/

/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 20px 0px 0px 5px;
 display: inline; /* IE Hack */
 width: 355px;
 float: left; 
 min-height: 250px;
 padding: 0;
}

* html #leftcolumn {height:250px} /* IE Min-Height Hack */

.leftcontent { 
 display: inline; /* IE Hack */
 float: left; 
 margin-bottom: 0px; 
}
.style3 { padding-top:25px; padding-left:20px;}

#rightcolumn {
 margin: 20px 0px 0px 20px;
 display: inline; /* IE Hack */
 width: 380px;
 float: left;
 min-height: 250px;
 padding-bottom:20px; 
}

* html #rightcolumn {height:250px} /* IE Min-Height Hack */

.title {
 float:left;
 margin:0px 0px 10px 0px;
}
.subtitle {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:bold} 

.maincontent {
 min-height: 250px;
 display: inline; /* IE Hack */
 float: left; 
 margin-bottom: 0px;
 width: 380px;
 text-align:justify; 
}

* html .maincontent {height:250px} /* IE Min-Height Hack */

/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Footer ---------------------*/
#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-top: 0px; 
 margin-right: 6px;
 text-align:right;
 line-height:110%; 
}

#footer .text2 {
 font-size: 9px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif
}
/* ------------------------- End Footer ---------------------*/


