/* super utility software
	copyright Tord Nilson, Switzerland */

body {
	background: #ffffff;
	margin: 0px 5px 0px 5px;
	text-align: center;
	color: #333333;
	letter-spacing: 0.5px;
	font: 0.75em sans-serif;
	padding: 0;
}

p {
}

b, strong {
	font-weight: bold;
	letter-spacing: 1px;
}

a:link, a:visited {
	text-decoration: none;
	color: #960000;
}

a:hover, a:active {
	color: #ff4500;
}

img {
	border: none;
}

hr {
	clear: both;
	width: 100%;
	border: 0;
	border-bottom: 1px #960000 solid;
	height: 1px;
	font-weight: bold;
}

#linkMessage { 
	background: #f7f6f7 center url(../images/Roses2.jpg) repeat-y;
	width: 350px;
	margin: 0 0 20px 10px;
	text-align: center;
	padding: 20px;
	border: 1px solid #960000;
}

#linkMessage a{ 
	color: #960000;
	font: 1.2em verdana;
	font-weight: bold;
}

#linkMessage h2{ 
	
	color: #960000;
}

#linkMessage h3{ 
	color: #ff7f50;
}

.front {
	background: #fafad2;
	letter-spacing: 0.6px;
	font: 1.1em sans-serif;
	width:660px;
	text-align:left;
	margin: 0;
	border:#008000 1px solid;
	padding: 0;
}

.front a {
	color: #008000;
}

.front td {
	width: 560px;
	padding: 20px;
}

.mobile {
	border: 1px solid #353535;
}

.mobile td {
	text-align: center;
	padding: 3px 10px 3px 10px;
}

.mobile img {
	padding-right: 10px;
}

div#banner_bottom {
	float:left;
	width: 500px;
	font-family: Arial, Verdana;
	font: 1.1em sans-serif;
	color: #008000;
	text-align: center;
	border: 2px solid #960000;
	margin: auto;
	padding: 2px 5px 2px 5px;
}

#container { 
	background: #f7f6f7 right url(../images/sidebar_right.png) repeat-y;
	width: 775px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	position: relative;
}

#pageHeader {
	height: 95px;
}

#pageHeader img {
	position: absolute;
	top: 20px;
	right: 40px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	padding: 20px 20px 0px 40px;
	letter-spacing: 6px;
	font-size: 2.6em;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 40px;
	letter-spacing: 4px;
	font-size: 1.3em;
}

#contentContainer {
	margin-right: 190px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2em;
	position: relative;
	z-index: 4;
}

#contentContainer #content {
	padding-right: 10px;
	padding-left: 10px;
}

#sidebarContainer {
	width: 189px;
	float: right;
	font-size: 1em;
	position: relative;
	z-index: 3;
}

#sidebarContainer #sidebar {
	line-height: 1.4em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	font-size: 1.2em;
	font-weight: bold;
}

#footer {
	display: block;
	clear: both;
	text-align: left;
	background: #ebebeb;
	border-top: 1px solid #ffffff;
}

#footer p {
	margin: 0;
	padding-top: 8px;
	padding-left: 40px;
	padding-bottom: 6px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

#breadcrumbcontainer {
	clear: both;
}

#breadcrumbcontainer {
	position: absolute;
	left: 60px;
	top: 20px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	font-family: Arial, Verdana;
	font-size: 12px;
}

#breadcrumbcontainer a:hover {

}


#navcontainer {
	line-height: 2.0em;
	border-top: 1px solid #ffffff;
	margin-bottom: 20px;
	position: relative;
}

#navcontainer #current {
}


#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	background: #f7f6f7;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #ffffff;
	height: 23px;
}


#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}



.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}


table {
	font-size: 1em;
}


.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 

