/*---------------------------------------*/
/*Page CSS Properties            */
/*---------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family : "Trebuchet MS";
	font-style : normal;
	font-size: 12px;
	background-color: #FFFFFF;
}
td {
	font-family : "Trebuchet MS";
	font-style : normal;
	font-size: 12px;
	line-height:1.5em;
	color: #FFFFFF;
}

hr {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
}
li {
	list-style-type: square;
}
h1 {
	font-family : "Trebuchet MS";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	height : 25px;
	letter-spacing : 1px;
	line-height : 26px;
	color : #f5f5f5;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family : "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-family : "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	font-family : "Trebuchet MS";
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	height : 25px;
	letter-spacing : 1px;
	line-height : 26px;
	color : #3163AA;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


/*---------------------------------------*/
/*Links CSS Properties            */
/*---------------------------------------*/

a:link {
	font-family : "Trebuchet MS";
	text-decoration: none;
	color: #F5F5F5;
	font-size: 12px;
}
a:visited {
	font-family : "Trebuchet MS";
	text-decoration: none;
	color: #F5F5F5;
	font-size: 12px;
}
a:hover {
	font-family : "Trebuchet MS";
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
a:active {
	font-family : "Trebuchet MS";
	text-decoration: none;
	color: #F5F5F5;
	font-size: 12px;
}

/*---------------------------------------*/
/*Background CSS Properties            */
/*---------------------------------------*/

.Left-Tile {
	background-color: #000000;
	background-image: url(../images/left-tile.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.Right-Tile {
	background-color: #000000;
	background-image: url(../images/right-tile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Middle-Tile {
	width:949;
	background-color: #000000;
	background-image: url(../images/middle-tile.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*---------------------------------------*/
/*Main Table CSS Properties            */
/*---------------------------------------*/

.table-main {
	color: #333333;
	text-align: left;
	border: thin solid #CCCCCC;
}
.table-bg {
	color: #FFFFFF;
	text-align: left;
	background-image: url(../images/sj-table-2-1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.table-top {
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.table-title {
	font-family : "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #1a7caf;
}
.table-title2 {
	font-family : "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.table-content {
	text-align: left;
	vertical-align: top;
}
.table-content-rowalt {
	color: #cccccc;

}
.table-subtop {
	padding: 5px;
	background-color: #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.table-row {
	padding: 5px;
	color: #FFFFFF;
	background-color: #333331;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.table-row-alt {
	padding: 5px;
	color: #FFFFFF;
	background-color: #272727;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.table-error {
	padding: 5px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.table-bottom {
	padding: 5px;
	background-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*---------------------------------------*/
/*News CSS Properties                    */
/*---------------------------------------*/

.news-title {
	padding: 5px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	height: 40px;
}
.news-content {
	padding: 5px;
	vertical-align: top;
	height: 250px;
}
.news-author {
	padding: 5px;
	font-style: italic;
	color: #666666;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.news-date {
	padding: 5px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news-buttons {
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
}

/*---------------------------------------*/
/*Horizontal Menu CSS Properties         */
/*---------------------------------------*/

.menu-bar {
	text-align: left;
	height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;

}
.menu-bar-box {
	text-align: left;
	float: none;
}
.menu-button-reg {
	font-weight: bold;
	font-family : "Trebuchet MS";
	font-size: 14px;
	color: #a95a4e;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 15px;
	padding-right: 15px;
}
.menu-button-hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 15px;
}
.menu-button-over {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over-hover {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}

