/*********************************************************
Begin Page Formatting
*********************************************************/

body {
 	font-family: Tahoma;
 	font-size: 13px;
 	background-color:#064589;
}

.quicksearch {
	width:100px;
	padding:0;
	margin-left:0;
	vertical-align:middle;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #fff;
}

#header {
 	color: #333;
 	width: 770px;
 	float: left;
 	padding: 0px;
 	height: 68px;
 	margin: 0px;
 	background: #000;
}

#logo {
 	height: 68px;
 	width: 178px;
 	background-image:url(images/logo.jpg);
 	background-repeat:no-repeat;
 	float: left;
 }
 
#leftcolumn { 
 	color: #333;
 	background-image:url(images/left-nav-back.jpg);
 	background-repeat:repeat-y;
 	margin: 0px;
 	padding: 0px;
 	height: 350px;
 	width: 144px;
 	float: left;
}

#rightcolumn { 
 	float: right;
 	color: #333;
 	background: #fff;
 	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 625px;
 	display: inline;
}

#footer { 
 	width: 770px;
 	clear: both;
 	color: #333;
 	background: #fff;
 	margin: 0px;
	padding: 0px;
}

#navwrapper {
	background:#000000;
}
/*********************************************************
End Page Formatting
*********************************************************/
/*********************************************************
Begin Nav Formatting
*********************************************************/
#nav1 {
	padding:0px;
	margin: 0px;
	height: 50px;
}
 
#nav1 tr {
	font-weight:bold;
	font-size:11px;
	display: block;
}

#nav1 td { 
	height: 50px;
 	background:url(/DistSite/Templates/21/images/webex-divider.png) no-repeat left;
}

#nav1 a {
	padding: 0px 10px;
	text-align: center;
	color: #7d7d7d;
	text-decoration: none;
}

#nav1 a:hover {
	color: #ffffff;
}

#nav2 tr td a {
	border-left: 1px #7d7d7d solid;
	margin-bottom: 2px;
	padding: 0 10px 0 10px;
	font-weight:bold;
	display: block;
	font-size:10px;
	color: #7d7d7d;
	text-decoration:none;
	text-align:center;
}

#nav2 td {
	width:50%
}

#nav2 a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/*********************************************************
Begin Category Formatting
*********************************************************/
#categories tr td{
	padding: 0;
 	padding-top:5px;
 	padding-bottom:5px;
 	background-image:url(/DistSite/Templates/21/images/cat-divider.png);
 	background-repeat:no-repeat;
 	background-position:top;
 }
#categories a{
	display:block;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0px 0px 0px 10px;
}

#categories a:hover{
	color:#7d7d7d;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0px 0px 0px 10px;
 }
.nav3title {
 	background:none;
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0px 0px 0px 10px;
}
#categories #noback td {
 	background:none;
 }
/*********************************************************
End Category Formatting
*********************************************************/
/*********************************************************
Begin Page Text Formatting
*********************************************************/
.qs {
 	color:#ffffff;
 	font-size:10px;
 	padding: 4px 0px 4px 10px;
 	font-weight:bold;
 }
 
 .as {
 	color:#ffffff;
 	font-size:10px;
 	padding: 6px 0px 6px 10px;
 	font-weight:bold;
	text-align: center;
 }

.content {
 	padding: 10px;
	color: #7d7d7d;
	font-family: Tahoma;
	font-size:11px
 }
 
.crumbs{
	color: #7d7d7d;
	font-family: Tahoma;
	padding-left:10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
 }

 .crumbs:hover {text-decoration:underline;}

.crumbs_nohover{
	color: #7d7d7d;
	font-family:Tahoma;
	padding-left:10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
 }

.searchbutton{
	vertical-align:middle;
 }
/*********************************************************
End Page Text Formatting
*********************************************************/
