/* donotis march 2010 */
html {
 	min-height:500px;
  	height:auto;
  	height:500px;
}
/* Body Attributes */
body {
   margin: 0;
   padding: 0;
  	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	background-image:url('image/SimpleBlue.png');
 	min-height:500px;
  	height:auto;
  	height:500px;
}

a img { border-width: 0; } 

.background1 {
	background-image: url(image/navigator.png);
	background-repeat: no-repeat;
	margin: 2 0 0 0;
	align: center;
	background-color: "#ffffff";
}
	

.text {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
}

.header {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	font-weight:bold;
	}
/* Masthead */
#smg_banner_wrapper {
	clear: both;
	width: 100%;
	height: 252px;
	margin: 0 auto;
}

#smg_banner {
	width: 95%;
	height: 251px;
   margin: 0 0 1% 1%;
   padding: 1%;
}
/* End Masthead */


/* Menu */
#smg_wrapper {
	float: left;
   margin: 4 0 0 0;
   padding: 1%;
 	min-height:500px;
  	height:auto;
  	height:500px;
}


#smg_menu {
	clear: both;
	float: left;
	position: relative;
	height: 40px;
	width: 200px;
	left: 5px;
	width: 100%;
	margin: 2 auto;
 	min-height:500px;
  	height:auto;
  	height:500px;
}

/* End of Menu*/


/* Content */
#smg_body {
	float: right;
   margin: 8px 2px 0 0;
   padding: 1%;
	width: 100%;
 	min-height:500px;
  	height:auto;
  	height:500px;
	text-align: justify;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px;
}
	
#smg_content_bot {
	width: 95%;
	margin: 4px 0 1% 1%;
   padding: 1%;
   text-align: center;
  	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	background-color: "#cccccc";
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
/* End Content */


/* Columns */
.columnWrapper {
  position: relative;
  margin: 10px;
}


#col1left {
  width: 220px;
  float: left;
}

#col2mid {
  width: 220px;
  float: left;
}

#col3side {
  width: 220px;
  float: right;
}

.col_left, .col_leftBack, .col_right, .col_rightBack {
  width: 260px;
}    

.double_col_left
{
	float: left;
	width: 48%;
}

.double_col_right
{
	float: right;
	width: 48%;
}

.col_1 {
  float: left;
  width: 125px;
}

.col_2 {
  float: right;
  width: 125px;
}

.col_3 {
  width: 125px;
}

.col_left {
	padding: 0px;
	float: left;
  width: 270px;
}

.col_right {
  float: right;
  width: 305px;
}

.col_middle {
  margin-left: 230px;
  padding-left: 40px;
  position: fixed;
  width: 650px;
}

.col_left, .col_right, .col_middle {
  position: relative;
  z-index: 1;
}

.col_leftBack, .col_rightBack, .col_middleBack {
  position: absolute;
}


.col_leftBack, .col_rightBack, .col_middleBack {
  top: 0;
  bottom: 0;
}

.col_leftBack {
  border-right: 1px solid blue;
  margin-right: 30px;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 225px;
}

.col_rightBack {
  background: #0ff;
  border: 1px solid blue;
  right: 0;
}

.col_middleBack {
  margin-left: 240px;
  width: 550px;
}

.clear {
  clear: both;
}

/* Column code */
	