body, html {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}
body {
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-y;
	font-family: "Arial", sans-serif;
}

a {
	color: #00295a
}
a:visited {
	color: #172f4d;
}

h1 { 
	text-align: left; 
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 1px;
	color: #ffffff;
}
h1, h2, h3, h4 {
	font-family: "Rockwell", serif;
}

p {
	text-align: justify;
}

img { border: 0px; }

#container {
	position: absolute;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

#logo {
	display: block;
	margin-top: 7px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#sidebar {
	position: absolute;
	top: 200px;
	left: 45px;
	width: 188px;
	z-index: 10;
}
#sidebar p {
	margin-left: 25px;
	text-align: left;
	font-size: small;
}

#menu img {
	border-style: none;
	display: block;
}
#menu {
	margin-bottom: 30px;
}

#content {
	position: relative;
	top: 10px;
	min-height: 100%;
	padding-left: 250px;
	padding-right: 50px;
}

#foot {
	margin-top: 100px;
	text-align: center;
	font-size: small;
	vertical-align: bottom;
}

.tx-addr {
	margin-right: 12px;
}
.wi-addr {
}

.tab {
	position: relative;
	left: -45px;
	width: 136px;
	height: 49px;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 52px;
	padding-right: 6px;
	overflow: hidden;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/images/chrometab.gif);
	font-size: 18px;
	font-family: "Rockwell", serif;
}
.tab a {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100%;
	padding-top: 9px;
	vertical-align: middle;
}
.tab a:visited {
	color: #000000;
}
.long { 
	padding-top: 3px;
	font-size: 20px; 
	font-weight: bold;
}
.xlong a, .long a {
	padding-top: 0px;
}
.xlong { 
	font-size: 16px; 
	font-weight: bold;
}

.success, .error { 
	font-weight: bold;
	font-size: large;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #ffffff;
}
.success { border-color: #00aa00; }
.error { border-color: #aa0000; }

.center {
	text-align: center;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}

.left {
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
	margin-left: 15px;
}

#wi-logo {
	float: left;
	text-align: left;
}
#tx-logo {
	float: right;
	text-align: right;
}

/*** SERVICES BUTTONS ***/

.service-button {
	display: block;
	width: 200px;
	height: 150px;
	border-style: none;
	background-repeat: no-repeat;
}
.service-button img {
	border-style: none;
}

a#btn-psar {
	background-image: url(/images/btn_psar.jpg);
}
a:hover#btn-psar {
	background-image: url(/images/btn_psar_rollover.jpg);
}

a#btn-cap {
	background-image: url(/images/btn_cap.jpg);
}
a:hover#btn-cap {
	background-image: url(/images/btn_cap_rollover.jpg);
}

a#btn-cirt {
	background-image: url(/images/btn_cirt.jpg);
}
a:hover#btn-cirt {
	background-image: url(/images/btn_cirt_rollover.jpg);
}

a#btn-ep {
	background-image: url(/images/btn_ep.jpg);
}
a:hover#btn-ep {
	background-image: url(/images/btn_ep_rollover.jpg);
}

a#btn-i {
	background-image: url(/images/btn_i.jpg);
}
a:hover#btn-i {
	background-image: url(/images/btn_i_rollover.jpg);
}

/*** COLOR SCHEMES ***/

body.blue {
	background-color: #ebeef6;
}
body.blue h1 {
	background-color: #004a8d;
}
body.blue h2 {
	color: #004a8d;
}

body.brown {
	background-color: #fbf6ef;
}
body.brown h1 {
	background-color: #bc813b;
}
body.brown h2 {
	color: #bc813b;
}

body.yellow {
	background-color: #fffcf1;
}
body.yellow h1 {
	background-color: #e5c700;
}
body.yellow h2 {
	color: #e5c700;
}

body.green {
	background-color: #edf4f0;
}
body.green h1 {
	background-color: #00703c;
}
body.green h2 {
	color: #00703c;
}

body.olive {
	background-color: #eff0eb;
}
body.olive h1 {
	background-color: #5c6541;
}
body.olive h2 {
	color: #5c6541;
}

body.gray {
	background-color: #ebebeb;
}
body.gray h1 {
	background-color: #959595;
}
body.gray h2 {
	color: #959595;
}
