@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(GUI/Tile_Page.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
a{
	color: #2176b6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #9a8839;
}
td.Navbar {
	background-image: url(GUI/Tile_Navbar.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
td.Main {
	background-image: url(GUI/Tile_Bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 400px;
}
input,textarea,select {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
td.Footer {
	font-size: 10px;
	padding-top: 40px;
}
.White {
	color: #4c92c5;
	padding-left: 5px;
	padding-right: 5px;
}
.White:hover {
	color: #4c92c5;
}
td.Sidebar_Left {
	background-image: url(GUI/Sidebar_Left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 246px;
	height: 413px;
}
td.Sidebar_Right {
	width: 191px;
}
td.Content {
	background-image: url(GUI/Tile_Content.gif);
	background-repeat: repeat-y;
	background-position: top left;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.ContentArea {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	height: 495px;
	width: 537px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.RSSFeed {
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
	padding-right: 20px;
}
div.News {
	width: 210px;
	height: 344px;
	margin-top: 10px;
	margin-left: 15px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
}
.BreakingNews {
	width: 219px;
	height: 111px;
	margin-top: 35px;
	margin-left: 14px;
	overflow: hidden;
}

p.News {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

p.News:first-line {
	color: #8596a4;
}

h2.Title_News {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -20px;
}

.Title_Small {
	color: #2176b6;
	font-weight: bold;
	font-size: 14px;
}

.Title_Medium {
	color: #9a8839;
	font-weight: bold;
	font-size: 16px;
}

.Title_Large {
	color: #2176b6;
	font-weight: bold;
	font-size: 18px;
}

a.News {
	color: #FFFFFF;
}

.SubMenu {
	background-image: url(GUI/SubMenu.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #106cb0;
	border: 1px #00365f solid;
	color: #FFFFFF;
}