@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	margin:auto;
	width:802px;
}
#container a {
	color: #7683BC;
	text-decoration:none;
}
#container a:hover {
	text-decoration:underline;
}
#header {
	background-image:url(../images/programming/wycapitoloutlook/header.jpg);
	width:802px;
	height:182px;
}
#menu {
	text-align:right;
	width:757px;
	padding:12px 45px 0px 0px;
	font-size:12px;
	letter-spacing:0.1em;
	font-weight:bold;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
.logo {
	color:#FFFFFF;
	text-align:right;
	width:767px;
	padding:5px 31px 0px 4px;
	font-weight:bold;
}
.desc {
	color:#FFFFFFF;
}
#main {
	background-image:url(../images/programming/wycapitoloutlook/backgroundimage.jpg);
	width:802px;
	padding:0px;
}
#content {
	width:752px;
	padding:0px 25px;
	font-size:12px;
}
#conLeft {
	width:537px;
	padding:0px 10px;
	float:left;
	text-align:justify;
}
#conRight {
	margin-top:3px;
	width:185px;
	padding:2px;
	background-color:#f3f6ed;
	float:left;
	border:1px solid #ded6cb;
}
#conRight a {
	color:#676f04;
	padding:5px 0px 5px 10px;
	display:block;
	font-size:12px;
}
#conRightTitle {
	width:176px;
	padding:5px;
	height:16px;
	background-image:url(../images/programming/wycapitoloutlook/nav_top.jpg);
}
.title {
	font-size:14px;
	font-weight:bold;
	color: #676e04;
}
#conRightFooter {
	width:186px;
	height:19px;
	background-image:url(../images/programming/wycapitoloutlook/nav_bottom.jpg);
}
#conFooter {
	clear:both;
}
#footer {
	padding:5px 0px 0px 0px;
	margin-top:0px;
	background-image:url(../images/programming/wycapitoloutlook/footerbg.jpg);
	width:802px;
	height:37px;
	font-size:10px;
	color:#333333;
	text-align:center;
}
.break {
	background-image:url(../images/programming/wycapitoloutlook/divider.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	padding:10px;
}
/* begin styles for RSS Feed This is the most basic style to use for a list with no bullets */

.rss_box {
}
.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}
.rss_items {
	list-style:none;
	margin:0;
	padding:0;
}
.rss_item {
	font-size: x-small;
	margin-bottom: 1em;
	;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
}
.rss_item a:hover {
}
.rss_date {
	font-size: xx-small;
}
.sm_green {
	color:#676f04;
	font-size:12px;
}