﻿/* GENERAL CSS START */

* {
	margin : 0;
	padding : 0;
}

html {
	margin : 0px;
	padding : 0px;
	text-align : center;
}

body {
	font-family : 'Tahoma', Arial;
	margin : 0px;
	padding : 0px;
	text-align : center;
	color : black;
	font-size : 11px;
	background : url('../images/background.gif') top center no-repeat;
}

.img {
	padding : 0;
	margin : 0;
}

h1 {
	color : #0f2b8e;
	font-weight : bold;
	font-size : 12px;
	line-height : 25px;
	text-align : left;
	margin : 0 0 0 0;
}

h2 {
	color : #5760b7;
	font-weight : bold;
	font-size : 11px;
	line-height : 20px;
	text-align : left;
	margin : 0 0 0 0;
}

h3 {
	color : #6A207F;
	font-weight : normal;
	font-size : 12px;
	line-height : 18px;
	text-align : left;
	margin : 0 0 0 0;
}

h4 {
	color : #FFC643;
	font-weight : bold;
	font-size : 11px;
	line-height : 16px;
	text-align : left;
	margin : 0 0 0 0;
}

h5 {
	color : black;
	font-weight : normal;
	font-size : 11px;
	line-height : 16px;
	text-align : left;
	margin : 0 0 0 0;
}

h6 {
	color : #6A207F;
	font-weight : normal;
	font-size : 11px;
	line-height : 16px;
	text-align : left;
	margin : 0 0 0 0;
}

p {
	color : black;
	font-weight : normal;
	font-size : 11px;
	line-height : 17px;
	margin : 5px 0 5px 0;
}

.pClass {
	color : black;
	font-weight : normal;
	font-size : 11px;
	line-height : 17px;
	text-align : justify;
	margin : 5px 0 5px 0;
}

a {
	color : #555CA8;
	text-decoration : none;
	outline : none;
}

a:hover {
	color : #FB9E44;
	text-decoration : none;
	outline : none;
}

a img {
	padding : 0;
	margin : 0;
	border : 0;
}

.form {
	margin : 5px 0 5px 0;
	font-family : 'Tahoma', Arial;
	font-size : 11px;
	padding : 2px;
}

.submit {
	margin : 5px 0 10px 70px;
	font-family : 'Tahoma', Arial;
	font-size : 11px;
	padding : 0;
}

hr {
	color : #0f2b8e;
	height : 1px;
}

th {
	background : #F9921C;
	padding : 5px;
	line-height : 20px;
	font-weight : bold;
	text-align : center;
	color : white;
}

table {
	text-align : center;
	margin : 0 auto;
	border-collapse : collapse;
	border : 0;
	padding : 0;
}

td {
	padding : 0;
	margin : 0;
}

tr {
	padding : 0;
	margin : 0;
}

.imgRight {
	float : right;
	margin : 5px 0 2px 5px;
}

.imgCenter {
	text-align : center;
	margin : 0 auto;
}

.imgLeft {
	float : left;
	margin : 5px 5px 5px 0;
}

.clear {
	clear : both;
}

.emphasize {
	font-weight : bold;
	color : #FB9E44;
}

.all {
	width : 990px;
	text-align : center;
	margin : 20px auto 0 auto;
}

.allTable {
	width : 990px;
}

.input {
	border : 0;
}

.separatorTr {
	height : 10px;
	background : white;
}

.line {
	border-bottom : 1px dotted black;
}

.allTable table {
	padding : 10px 0 0 0;
}

/* GENERAL CSS END */

/* TOP CSS START */

.topMenu {
	list-style : none;
}

.topMenu li {
	display : inline;
	margin : 0 2px;
}

.topMenu a {
	color : black;
	text-decoration : underline;
}

.topMenu a:hover {
	color : #0b9f00;
}

.menuTable {

}

.menuTable .selected {
	background : url('../images/menuSelectedBackground.png') top left repeat-x;
	height : 37px;
	padding : 11px 10px 11px 10px;
}

.menuTable .selected:hover {
	color : white;
}

.menuTableUl {
	list-style : none;
}


.menuTableUl li {
	display : inline;
	line-height : 37px;
	padding : 10px 0 9px 0;
}


.menuTableUl li a {
	padding : 0 5px 0 5px;
}

.menuTableUl a {
	color : white;
	font-size : 12px;
	font-weight : bold;
}

.menuTableUl a:hover {
	color : #fdea13;
}

.menuSeparator {
	background : url('../images/menuSeparator.png') top left no-repeat;
	height : 37px;
	width : 2px;
}

/* TOP CSS END */

/* MENU CSS START */

.menu {
	background : url('../images/menuBackground.png') top left repeat-x;
	height : 37px;
	width : 100%;
}

.search {

}

.searchField {
	border : 0;
	width : 100px;
	height : 14px;
	font-size : 11px;
}

.searchInput {
	background : url('../images/searchBackground.gif') top left no-repeat;
	height : 23px;
	width : 111px;
}

.searchButton {
	background : url('../images/searchButton.gif') top left no-repeat;
	height : 23px;
	width : 21px;
}

*/ MENU CSS END */

*/ BANNER CSS START */

.allTable .banner td {
	background-color : #f5f5f5;
}

/* BANNER CSS END */

/* NEWS CSS START */

.newsSeparator {
	width : 210px;
}

.newsFeed {
}

.latestNewsTitle {
	font-size : 12px;
	font-weight : bold;
	color : #009900;
}

.latestNewsTitle ul {
	margin : 0 0 0 20px;
	list-style : none;
}

.latestNews td {
	text-align : left;
	padding : 3px;
}

.announcements td {
	text-align : left;
	padding : 3px;
}

.latestNews a {
	display : block;
}

.latestNewsDate {
	color : gray;
	font-size : 11px;
	font-weight : normal;
	width : 80px;
}

.latestNewsText a {
	color : #009900;
	font-size : 11px;
	font-weight : normal;
	text-decoration: underline;
}

.latestNewsText a:hover {
	color : #69BDFF;
}

/* NEWS CSS END */

/* CONTENT CSS START */

.mainContent {
	padding : 0 15px 10px 15px;
	line-height : 16px;
}

.mainContent ul, .mainContent ol {
	margin : 0 0 0 20px;
}


.leftColumn {
}

.leftColumnDiv {
	width : 204px;
	text-align : center;
	margin : 0 auto;
	max-width : 204px;
}

.rightColumn {
}

.rightColumnDiv {
	width : 204px;
	text-align : center;
	margin : 0 auto;
	max-width : 204px;
}


/* CONTENT CSS END */

/* FOOTER CSS START */

/* FOOTER CSS END */

/* OVAL BIG CSS START */

.ovalBig {

}

.ovalBigTopLeft {
	background : url('../images/ovalTopLeft.png') bottom right no-repeat;
	width : 8px;
	height : 8px;
}

.ovalBigTopMiddle {
	background : url('../images/ovalTopMiddle.png') bottom left repeat-x;
	height : 8px;
}

.ovalBigTopRight {
	background : url('../images/ovalTopRight.png') bottom left no-repeat;
	width : 8px;
	height : 8px;
}

.ovalBigMiddleLeft {
	background : url('../images/ovalMiddleLeft.png') top right repeat-y;
	width : 8px;
}

.ovalBigMiddleMiddle {

}

.ovalBigMiddleRight {
	background : url('../images/ovalMiddleRight.png') top left repeat-y;
	width : 8px;
}

.ovalBigBottomLeft {
	background : url('../images/ovalBottomLeft.png') top right no-repeat;
	width : 8px;
	height : 8px;
}

.ovalBigBottomMiddle {
	background : url('../images/ovalBottomMiddle.png') top right repeat-x;
	height : 8px;
}

.ovalBigBottomRight {
	background : url('../images/ovalBottomRight.png') top left no-repeat;
	width : 8px;
	height : 8px;
}

/* OVAL BIG CSS END */

/* OVAL CONTENT CSS START */

.ovalContent {

}

.ovalContentTop {
	background : url('../images/ovalContentTop.gif') bottom right no-repeat;
	width : 990px;
	height : 9px;
}

.ovalContentMiddle {
	background : url('../images/ovalContentMiddle.gif') bottom right repeat-y;
	width : 990px;
	height : 9px;
}

.ovalContentBottom {
	background : url('../images/ovalContentBottom.gif') bottom right no-repeat;
	width : 990px;
	height : 9px;
}

/* OVAL CONTENT CSS END */

/* OVAL CSS START */

.oval img {
	margin : 5px auto;
}

/* OVAL CSS END */

/* LEFT MENU CSS START */

.leftColumn .line {
	width : 90%;
	text-align : center;
	margin : 2px auto 5px auto;
}

.leftMenuTitle {
	font-size : 14px;
	font-weight : bold;
}

.leftMenu a {
	display : block;
	color : black;
	font-size : 12px;
}


.leftMenu a:hover {
	color : #69BDFF;
}


.leftMenu .selected {
	color : #FF8E01;
	font-weight : bold;
}

.leftMenu .selected:hover {
	color : #FF8E01;
}

.leftMenu {
	list-style : none;
}

.leftMenu li {
	text-align : left;
	padding : 0 0 0 10px;
	margin : 7px 0 7px 0;
}

.leftSubMenu {
	list-style : disc;
	color : #5CC50D;
	margin : 5px 0 0 5px;
	line-height : 16px;
}

.leftSubMenu li {
	text-align : left;
	padding : 0;
	margin : 0;
}

.leftSubMenu a {
	display : block;
	color : black;
	font-size : 12px;
}


.leftSubMenu a:hover {
	color : #FF8E01;
}


.leftSubMenu .selected {
	color : #5CC50D;
	font-weight : normal;
}

.leftSubMenu .selected:hover {
	color : #5CC50D;
}

.leftSubMenu .leftSubMenu {
	list-style : disc;
	color : #5CC50D;
	line-height : 16px;
}

.leftSubMenu .leftSubMenu li {
	text-align : left;
	padding : 0;
	margin : 0;
}

.leftSubMenu .leftSubMenu a {
	display : block;
	color : black;
	font-size : 12px;
}


.leftSubMenu .leftSubMenu a:hover {
	color : #5CC50D;
}


.leftSubMenu .leftSubMenu .selected {
	color : #69BDFF;
	font-weight : normal;
}

.leftSubMenu .leftSubMenu .selected:hover {
	color : #69BDFF;
}

/* LEFT MENU CSS END */

/* GRID TABLE CSS START */

.gridTableTop {
	background : url('../images/gridTableTop.gif') top left repeat-x;
	height : 3px;
}

.gridTableTopLeft {
	background : url('../images/gridTableTopLeft.gif') top left no-repeat;
	width : 8px;
	height : 3px;
}

.gridTableTopRight {
	background : url('../images/gridTableTopRight.gif') top left no-repeat;
	width : 8px;
	height : 3px;
}

.gridTableTitle {
	background : #DFDFDF;
	font-size : 14px;
	color : #009900;
	font-weight : bold;
	line-height : 26px;
}

.gridTableTitleLeft {
	background : url('../images/gridTableMiddleLeft.gif') top left repeat-y;
	width : 8px;
}

.gridTableTitleRight {
	background : url('../images/gridTableMiddleRight.gif') top left repeat-y;
	width : 8px;
}

.gridTableTitleBottom {
	background : url('../images/ovalTitleBottom.gif') top left no-repeat;
	height : 7px;
}

.gridTableContent {
	background : white;
	padding : 5px 15px 10px 15px;
	text-align : left;
	color : black;
}

.gridTableContent a {
	color : black;
}

.gridTableContent a:hover {
	color : #FB9E44;
}

.gridTableContent .selected {
	color : #0F2B8E;
}

.gridTableContent .selected:hover {
	color : #0F2B8E;
}

.gridTableContentLeft {
	background : url('../images/gridTableContentLeft.gif') top left repeat-y;
	width : 8px;
}

.gridTableContentRight {
	background : url('../images/gridTableContentRight.gif') top left repeat-y;
	width : 8px;
}

.gridTableContentBottom {
}

.gridTableBottomLeft {
	background : url('../images/gridTableBottomLeft.gif') top left no-repeat;
	width : 48px;
	height : 5px;
}

.gridTableBottomMiddle {
	background : url('../images/gridTableBottomMiddle.gif') top left repeat-x;
	height : 5px;
}

.gridTableBottomRight {
	background : url('../images/gridTableBottomRight.gif') top right no-repeat;
	width : 48px;
	height : 5px;
}

.gridTable ul {
	list-style : disc;
	color : gray;
	list-style-image: url('../images/bullet2.png');
	margin : 0 0 0 0;
}

.gridTableUl a {
	display : block;
}

.gridTableUl li {
	margin : 5px 0 0 0;
}

/* GRID TABLE CSS END */

