﻿/* CSS Document */
body {
	background-color: #587A67;
}
body {
	color: #000000;
}
a:link, a:active, a:visited {
	color: #19345f;
}
a:hover {
	color: #19345f;
}
#topBox {
	background-color: #fff;
	border-top: solid 1px #19345f;
	border-left: solid 1px #19345f;
	border-right: solid 1px #19345f;
	border-bottom: solid 1px #5d83b4;
}
#content {
	border-left: solid 1px #19345f;
	border-right: solid 1px #19345f;
	background-color: #eeeeee;
}
/* 
************************************
    2 columns  
************************************
*/
#columnsBox {
	border-right: 1px solid #19345f;
	border-bottom: 1px solid #19345f;
	background: url(img/columns_bg.gif) #eeeeee;
}
#columnLeft {
	border-left: 1px solid #19345f;
	border-right: 717px solid #eeeeee;
}
.titleBar {
	background-color: #587A67;
	border-bottom: solid 1px #19345f;
	border-right: solid 1px #19345f;
	color: #FFFFFF;
}
/*
*********************
tabs
************************
*/
#tab {
	background: url(img/bg.gif) repeat-x bottom;
}
#tab li {
	background: url(img/left.gif) no-repeat left top;
}
#tab a {
	color: #19345f;
	background: url(img/right.gif) no-repeat right top;
}
#tab a:hover {
	color: #19345f;
}
#tab .current a {
	color: #203556;
	background-image: url(img/right_on.gif);
}
#tab .current {
	background-image: url(img/left_on.gif);
}
.tabPanel {
	border-left: 1px solid #19345f;
	border-right: 1px solid #19345f;
	border-bottom: 1px solid #19345f;
	background-color: #fff;
}
/*
**************************
form
*******************************
*/
.button a:hover {
	color: #01284f;
}
