/* CSS Document */
img, form, table, td, tr, tbody, #leftcol ul, #leftcol li {
	margin : 0px;
	padding : 0px;
	border : none
}
/* LAYOUT ---------------------------------- */

div#content_wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding : 0px;
	border : none;
	vertical-align:top;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	
	background-repeat: repeat-y;
	background-position: center;
	vertical-align:top;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}


/*MIDDLE COLUMN ------------------------------------- */
#tableMain {
	width : 100%;
	border-collapse : collapse;
	border : none;
	clear : both;
	background-image: url(../images/pageBkg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#divMainColumn {
	width : 640px;
}
#divMainColumn p, #divMainColumn h1, #divMainColumn .nobullet li, #divMainColumn h2, #divMainColumn h3, #divMainColumn h4, #divMainColumn h5, #divMainColumn h6 {
	padding : 0 5px;
}
#divMainColumn ul, #divMainColumn li {
	text-indent: 17px;
}
div#info_nav {
}
div#infoBrowse {
	margin: 4px;
	text-align: center;
	border: 1px dashed #CCCCCC;
	padding: 4px;
}

/* -------------------------------------------------- */

/* BASIC TEXT FORMATTING -------------------------- */
p {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 10pt;
}
a {
	font-size:12px;
	color:#666666;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
	font-size:9pt;
	font-weight:bold;
	
}
a:hover {
	color: #5e80b8;
	text-decoration: underline;
	font-weight:bold;
}

a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
	font-size:9pt;
	font-weight:bold;
	
}
a.breadcrumbs:hover {
	color: #5e80b8;
	text-decoration: underline;
	font-weight:bold;
}
.breadcrumbs {
	font-size: 9pt;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
/* COLUMN FORMATTING -------------------------- */
.leftColumn {
	float: left;
	height: 290px;
	width: 180px;
	padding-left: 50px;
	padding-top: 10px;
	font-weight: bold;
}
.rightColumn {
	float: left;
	height: 100%;
	width: 820px;
	padding-left: 10px;
}

h1 {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
/* HEADER FORMATTING -------------------------- */
#header {
	height : 100px;
	background-color: #FFFFFF;
	width:1000px;
	position: relative;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}
.headerLinks{

	font-size : 9pt;
	color : #666666;
	text-decoration : underline;
	font-weight : bold;
	position : inherit;
	top : 5px;
	right : 5px;

	}

a.headerLinks:link,a.headerLinks:active,a.headerLinks:visited {

	font-size : 9pt;
	color : #666666;
	text-decoration : underline;
	font-weight : bold;
	position : inherit;
	top : 5px;
	right : 5px;

	}

	a.headerLinks:hover {
	text-decoration:underline;
	color : #5e80b8;
	font-weight : bold;
	font-size : 9pt;
	text-align: right;
	}
/* FOOTER FORMATTING -------------------------- */
#topfooter {
	background-image: url();
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 50px;
	clear: both;
}
#topfooter p {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	text-align: center;
	height: 100px;
	background-image: url(../assets/images/footer_bkg.gif);
	background-repeat: no-repeat;
}
.copyright {font-size: 14px}

.leftcats { padding-left:3px;}

#toplinks { padding-right:7px;}