/* CSS Document for Web Raisers Project - Bellevue Police Department */
/* orange= #cc9933 light grey= #eeeeeemedium grey= #ccccccdark grey= #666666blue= #000044*/

/* Body */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #F7F7F7;
	text-align:center;
}
#wrapper {
	margin: 0 auto;
	border: 0px;
	padding: 0;
	width: 720px;
	text-align: left;
} 

/* Tables and Cells */

table{
	margin-left: auto;
	margin-right: auto;
}

.TD_Banner {
	background-image: url(images/img_banner.gif);
	height: 160px;
	width: 800px;
}
.TD_Content {
	height: 296px;
	width: 390px;
	text-align: left;
	background-color: #ffffff;
}
.TD_Footer {
	background-color: #000044;
	height: 30px;
	text-align: center;
}
.TD_PageHead {
	height: 54px;
	width: 390px;
	background-image: url(images/img_message.gif);
}
.TD_Search {
	background-image: url(images/img_search_bg.gif);
	height: 54px;
	width: 200px;
}
.TD_RightNav_Head {
	background-image: url(images/img_rightnav_bg01.gif);
	height: 54px;
	width: 210px;
}
.TD_RightNav_Content {
	background-color: #eeeeee;
	background-image: url(images/img_rightnav_bg02.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #999999;
	width: 209px;
}
.TD_SecNav {
	background-color: #666666;
	height: 25px;
	width: 800px;
}
.TD_TerNav {
	background-color: #cccccc;
	width: 200px;
}/* Paragraphs */
.main {
	color: #666666;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 1.3;
	margin: 10px;
	text-align: left;
}
h3 {
	color: #cc9933;
	font-family: verdana, arial;
	font-size: 14px;
	line-height: 1.3;
	margin: 10px;
}
h4 {
	color: #000044;
	font-family: verdana, arial;
	font-size: 14px;
	line-height: 1.3;
	margin: 10px;
}
div strong {
	display: block;
	color: #000099;
	font: bold 10px sans-serif;
}/* Links */
.A_SecLinks {
	font: bold 13px sans-serif;
	padding-right: 10px;
	text-decoration: none;
}
a.A_SecLinks {
	color: #ffffff;
}
a.A_SecLinks:hover {
	color: #cc9933;
}
.A_TerLinks {
	color: #ffffff;
	display: block;
	font: bold 13px sans-serif;
	height: 25px;
	line-height: 1.8;
	margin-top: 1px;
	padding-left: 10px;
	text-decoration: none;
}
a.A_TerLinks {
	background-color: #666666;
}
a.A_TerLinks:hover {
	background-color: #cc9933;
}
.A_TerLinks2 {
	color: #ffffff;
	display: block;
	font: bold 13px sans-serif;
	height: 30px;
	margin-top: 1px;
	padding-left: 10px;
	text-decoration: none;
}
a.A_TerLinks2 {
	background-color: #666666;
}
a.A_TerLinks2:hover {
	background-color: #cc9933;
}
.A_TxtLinks {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
}
a.A_TxtLinks {
	text-decoration: none;
	color: #000044;
}
a.A_TxtLinks:hover {
	text-decoration: underline;
	color: #cc9933;
}/* Lists */
ul {
	color: #666666;
	font-family: verdana, arial;
	font-size: 11px;
}
ol {
	color: #666666;
	font-family: verdana, arial;
	font-size: 11px;
}/* Div *//* Other */


/*Twitter*/
ul#twitter_update_list {
	text-align:left;
	margin-left: 10px;
	padding: 10px;
}

