/* --------------------------------------------------------------
    Default CMS style for all browsers
    Fast Track Sites
    http://www.fasttracksites.com
---------------------------------------------------------------*/

/*  BASE
---------------------------------------------------------------*/
body {
	background: #424c5c url('images/diagscan.gif') top left;
	padding: 0;
	font-family: Tahoma,Helvetica,Arial,Lucida Sans Unicode,Lucida Sans;
	font-size: 12px;
	line-height: 16px;
	color: #4f4f4f;
}

/*  images ----------------------------------------------------*/
img {
	border: 0px none;
}

/*  Links 
---------------------------------------------------------------*/
a {
  color: #60aed8;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #424c5c;
  text-decoration: underline;
  font-weight: bold;
}


/*  CONTAINER AND PAGE
---------------------------------------------------------------*/
#container {
	padding: 0 0 0 0;
	width: 700px;
	margin-left: auto;
	margin-right: auto;  
	text-align: left;
}
#page {
	background: #FFF;
	width: 700px;
	float: left;
	text-align: center;
}
#spacer {
	background: #FFF;
	width: 696px;
	float: left;
	text-align: center;
	padding: 0 2px 0 2px;
}
#top {
	background: bottom url('images/page_top.gif') no-repeat;
	width: 700px;
	height: 2px;
	float: left;
}
#header {
	background: url('images/headerbg.jpg');
	border-bottom: 2px solid #fff;
	width: 696px;
	height: 80px;
	float: left;
	text-align: left; 
	line-height: 75px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#content {
	width: 696px;
	clear: both;
	float: left;
	text-align: left;
	border-bottom: 2px solid #fff;
}


#boxnicetoknowright {
     background-color: #99CCFF;
	width: 111px;
     float: right;
     margin: 5px;
	padding: 0 4px 0 4px;
}
#boxnicetoknowleft {
     background-color: #99CCFF;
	width: 111px;
     float: left;
     margin: 5px;
	padding: 0 4px 0 4px;
}
#boxtippsright {
     background-color: #99CCFF;
	width: 111px;
     float: right;
     margin: 5px;
	padding: 0 4px 0 4px;
}
#boxtippsleft {
     background-color: #99CCFF;
	width: 111px;
     float: left;
     margin: 5px;
	padding: 0 4px 0 4px;
}
#boxsquare {
     background-color: #99CCFF;
	width: 472px;
     float: left;
     margin: 5px;
	padding: 0 4px 0 4px;
}



#leftcol {
	width: 200px;
	padding: 2px 0 0 0;
	float: left;
}
#rightcol {
	width: 490px;
	padding: 2px 0 0 4px;
	float: right;
}
#footer {
	width: 692px;
	border-top: 1px solid #e6e3e3;
	padding: 0 2px 0 2px;
	clear: both;
	float: left;
	text-align: left;
}
#bottom {
	background: url('images/page_bottom.gif') no-repeat;
	width: 700px;
	height: 6px;
	float: left;
}


/*  Top Nav Bar
---------------------------------------------------------------*/
#topmenu ul {
	padding-left: 0;
	margin-left: 0;
	background: #4f4f4f url('images/topnav-norm.jpg');
	color: #fff;
	float: left;
	width: 100%;
}

#topmenu ul li {
	display:inline;
}

#topmenu a {
	float:left;
	text-decoration: none;
	height: 17px;
	padding:2px 15px 2px 6px;
}

#topmenu a:hover {
	color:#fff;
	background: #6e7a8f url('images/topnav-over.jpg');
}


/*  Side Nav Bar
---------------------------------------------------------------*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#leftmenu {
	width: 200px;
}
	
#leftmenu li.title {
	height: 12px;
	line-height: 12px;
	font-weight: bold;
	background: #4f4f4f;
	color: #fff;
	padding: 8px 0 2px 10px;
}

#leftmenu li a {
	height: 12px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
}	
	
#leftmenu li a:link, #leftmenu li a:visited {
	color: #4f4f4f;
	display: block;
	background: #fff;
	border-bottom: 1px solid #4f4f4f;
	padding: 8px 0 2px 10px;
}
	
#leftmenu li a:hover {
	background: #e9edf4;
}	


/*  H1 H2 H3
---------------------------------------------------------------*/
h2 {
	margin: 0.5em 0 0.2em 0;
	border-bottom: 3px double #e6e3e3;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color: #424c5c;
}

/*  Others
---------------------------------------------------------------*/
.clear {
	clear: both;
}
.wysiwygbox {
	height: 200px; width: 400px;
}