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

body,td,th,p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 21px;
}
body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #121445;
}

h1{
	font-size: 18px;
}

h4{
	font-size: 16px;
	line-height: 0px;
	}

#main{
	width: 950px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#nav-bar{
	background-image: url(images/nav-bar-bg.png);
	background-repeat: repeat-x;
	height: 36px;
	width: 950px;
	margin-top: 20px;
	text-align: center;
	padding-top: 25px;
}

.quick-contact{
	float: right;
	text-align: right;
}

.clear{
	clear: both;
}

a.top{
	color: #004986;
	text-decoration: underline;
}

a.top:hover{
	color: #004986;
	text-decoration: none;
}

.bottom{
	color: #FFF;
	font-size: 10px;
}

a.bottom{
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
}

a.bottom:hover{
	color: #FFF;
	text-decoration: none;
}


#body-text{
	width: 900px;
	padding-right: 25px;
	padding-left: 25px;
}

#top-left{
	width: 551px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2968b0;
	padding-right: 20px;
	margin-right: 20px;
	float: left;
}

#top-right{
	width: 269px;
	padding-left: 19px;
	padding-right: 20px;
	float: right;
}

#bucket1{
	float: left;
	width: 270px;
	margin-right: 10px;
	padding-right: 20px;
}

#bucket2{
	float: right;
	width: 289px;
	
	padding-left: 10px;
}

a {
	font-size: 14px;
	color: #F60;
	text-decoration: none;
}

a.bodylinks{
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

a.bodylinks:hover{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

.tweet{
	padding: 10px;
	height: 230px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2968b0;
	border-bottom-color: #2968b0;
	border-left-color: #2968b0;
	background-color: #000043;
	border-right-color: #2968b0;
	}

#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #F93;
}

#twitter_update_list li{
	line-height: 18px;
	font-size: 14px;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}