HTML {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}

BODY {
	padding:0px;
    margin: 0px;
    color: #464343;
    background: #fff url('/images/layout/tile-background.gif') repeat top left;
    background-color: #fff;
}

* {
    font-family: arial, verdana, arial, helvetica;
}

IMG {
	margin: 0px;
	padding: 0px;
}

P {
	font-size:12px;
	line-height:20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

H1 {
	color:#615898;
	color:#77b800;
	font-size:18px;
    font-weight: bolder;
    margin:5px 0px 10px 0px;
    padding: 0px;
}

H5 {
	margin: 15px 0px 5px 0px;
}
A {
	color: #615898;
}

H2 {
	font-size:14px;
    font-weight: bolder;
    margin:5px 0px 5px 0px;
    padding: 0px;
}

UL {
	margin: 0px 12px;
	padding: 0px 5px 10px 10px;
    color: #87c440;
}

LABEL {
	font-size: 0.9em;
    color: #000;
}

LABEL EM {
	font-size: 0.9em;
}

LI {
	font-size:11px;
	line-height:17px;
}

LI SPAN {
	font-size:11px;
}
	
LI SPAN.white {
    color: #fff;
}
	
LI SPAN.black {
    color: #000;
}

FIELDSET {
	padding-left:40px;
}

LEGEND {
	margin-left:-40px;
}
#page {
    margin-top: 0px;
    padding: 0px;
    width: 1013px;
    background-color: #fff;
}

#header {
	position: relative;
	height: 90px;
	border: 0px solid #f00;
	margin: 0px 28px;
	background: url('/images/layout/header-bar.gif') no-repeat top left;
}

#hdrphone {
    position: absolute;
    top: 4px;/*38px;*/
    right: 28px;
}

#headstrip {
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 950px;
	background: #fff url('/images/layout/strip-purple-gray.gif') no-repeat top left;
}

#logo {
    position: absolute;
    top: 15px;
    left: 20px;
}

#leftcol  {
	float:left;
	margin: 10px 0px 30px 30px;
	border: 0px solid #0f0;
	width: 243px;
	text-align: left;
}

#content {
    position: relative;
    text-align: left;
}

#banner {
	position: relative;
}

#menu {
    position: absolute;
    top: 45px;
    right: 20px;
    width: 695px;
    text-align: right;
    border: 0px solid #00f;
}

.menuitem {
	display:inline;
	position: relative;
	height: 23px;
    border: 0px solid #f00;
    margin: 0px 0px 0px 0px;
    padding: 0px 9px 0px 3px;
}

.menuitem A {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.menuitem A:hover {
    text-decoration: underline
}

.menuitem A:visited {
    color: #000;
}

.menuspacer {
	position: absolute;
	top: -2px;
	right: 0px;
    height: 23px;
    width: 9px;
    background: url('/images/layout/menu-spacer-gray.gif') no-repeat top left;
    border: 0px solid #f00;
}

#footer {
	position: relative;
	width: 1013px;
	height:200px;
	margin:0px;
	padding:0px;
}

#grass {
	position: absolute;
	bottom:0px;
	left:0px;
	background: url('/images/layout/footer-bar.gif') no-repeat top left;
	height:100px;
	width: 1013px;
	margin:0px;
	padding:0px;
}

#footstrip {
	height: 5px;
	width: 950px;
	background: #fff url('/images/layout/strip-purple-gray.gif') no-repeat top left;
}

#copyright {
	text-align:center;
	margin-left: 30px;
	margin-top:30px;
	margin-bottom:30px;
    font-size: 10px;
    color: #fff;
}
#copyright A {
	color: #fff;
}
#footermenu {
	/*float: right;*/
	text-align:right;
	margin-right: 30px;
	margin-top:0px;
	margin-bottom:0px;
    font-size: 10px;
    color: #d6462c;
}

/****** TABSTRIP ******/
	.tab-header {
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.tabstrip {
		border: 0px solid #f00;
	}
	.tabstrip-tabs {
		border: 1px solid #fff;
	}
	.tabstrip-tabs DIV {
		display: inline;
		height: 26px;
		margin-right: 3px;
	}
	.tabstrip-tab-active {
		background-color: #f2f3f3;
		float: left;
		line-height: 26px;
	}
	.tabstrip-tab-active A {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}
	.tabstrip-tab-active A .tab-left {
		border: 0px;
		vertical-align: bottom;
		background-image: url('/images/common/tabstrip/tab-active-left.gif');
	}
	.tabstrip-tab-active A .tab-right {
		border: 0px;
		vertical-align: bottom;
		background-image: url('/images/common/tabstrip/tab-active-right.gif');
	}
	.tabstrip-tab-inactive {
		background-color: #a5acb0;
		float: left;
		line-height: 26px;
	}
	.tabstrip-tab-inactive A {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	.tabstrip-tab-inactive A .tab-left {
		border: 0px;
		vertical-align: bottom;
		background-image: url('/images/common/tabstrip/tab-inactive-left.gif');
	}
	.tabstrip-tab-inactive A .tab-right {
		border: 0px;
		vertical-align: bottom;
		background-image: url('/images/common/tabstrip/tab-inactive-right.gif');
	}
	.tabstrip-panels-inner1 {
		clear: left;
		background: #f2f3f3 url('/images/common/tabstrip/panel-top-right.gif') no-repeat top right;
		padding: 15px 0px 0px 0px;
		border: 1px solid #fff;
	}
	.tabstrip-panels-inner2 {
		background: #f2f3f3 url('/images/common/tabstrip/panel-bottom-right.gif') no-repeat bottom right;
		padding: 0px 15px 0px 0px;
		border: 0px solid #0f0;
	}
	.tabstrip-panels-inner3 {
		background: #f2f3f3 url('/images/common/tabstrip/panel-bottom-left.gif') no-repeat bottom left;
		padding: 0px 0px 0px 0px;
		border: 0px solid #00f;
	}
	.tabstrip-panels {
		border: 0px solid #000;
		margin-left: 15px;
		padding-bottom: 15px;
	}
	.tabstrip-panel-active {
		display: block;
	}
	.tabstrip-panel-inactive {
		display: none;
	}

/****** LEFT COLUMN MENU ******/
	#leftmenu {
		font-size: 12px;
	}
	#leftmenu A {
		color: #0046ae;
		display: block;
		padding-left: 13px;
		line-height: 16px;
		margin-top: 3px;
	}
	#leftmenu A:link, #leftmenu A:visited, #leftmenu A:active {
		text-decoration: none;
	}
	#leftmenu A:hover {
		background: url('/images/list-item.png') no-repeat center left;
		text-decoration: underline;
	}

	#leftmenu A.active {
		background: url('/images/list-item.png') no-repeat center left;
		font-weight: bold;
	}

/****** TAG CLOUD ******/
.cloudItem {
	padding-left:20px;
	background: url('/images/information.gif') no-repeat center left;
}

INPUT.public, TEXTAREA.public {
	background:url('/images/private.png') no-repeat 3px 3px;
	padding-left:23px;
}