/*Import Editor CSS*/
@import url(editor_styles.css);
/* Site main CSS */
body {font-family:Verdana, Arial, sans-serif;
	  font-size:12px;
	  background-color:#fff;
	  background-image:url(/images/bg.gif);
	  background-repeat:repeat-x;
	  }
a:link, a:active, a:visited {text-decoration:none;
							 color:#943f00;
							}
a:hover {text-decoration:underline;
		}
a.admin:link, a.admin:active, a.admin:visited {text-decoration:none;
											   color:#f00;
											   font-weight:bold;
											  }

input, select {font-size:11px;
	  		  }
.g {border:1px solid #000;}
.bold {font-weight:bold;
	  }
.right {text-align:right;
	   }
.left {text-align:left;
	   }
.center {text-align:center;
	    }
.small {font-size:9px;
	   }
.smaller {font-size:80%;
		 }
.red {color:#f00;
     }
.mb {margin-bottom:7px;
    }
Gimage {width:85px;
	   }
/* Main Table */
#ContentFrame {width:800px;
			   height:600px;
			  }
#PageHeader {height:150px;
			}
#LeftMenu {width:165px;
		  }
#PageContent {width:635px;
			  text-align:left;
			 }
#PageFooter {height:100px;
			 border-top:1px solid #f90;
			 font-size:9px;
			 text-align:left;
			}

/* Header */
#Logo {height:94px;
	   margin:0px; padding:0px;
	  }
#header_left {text-align:left;
			  color:#ac5422;
			  font-size:12px;
			  font-weight:bold;
			  width:50%;
			 }
#header_right {text-align:right;
			   color:#000;
			   font-size:12px;
			   font-weight:bold;
			   width:50%;
			  }
/* Content */
#ContentTable {width:90%;
		      }
#content_top {width:100%;
			  text-align:left;
			  }
#content_left {width:50%;
			   text-align:left;
			  }
#content_right {width:50%;
				text-align:left;
			  }
.VertLine {background-image:url(/images/vert_line.gif);
		   background-repeat:repeat-y;
		  }
/* Footer */
.sp_logo {border:none;
		 }
