@charset "UTF-8";

	/* end hide */
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 150%;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
	padding-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #999999;
}
.pnews {
	font-size: 75%;
	line-height: 120%;
	vertical-align: text-top;
}
.space {
	line-height: normal;
}
.boldtext {
	font-weight: bold;
	color: #666600;
}
.footer {
	color: #FFFFFF;
}
.textpadding {
	padding-left: 20px;
}
		#flashcontent {
	height: 500px;
	background-color: #000000;
	}
#header  {
	height: 100px;
	width: 700px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/wilmaheader4.jpg);
	background-repeat: no-repeat;
}
#container  {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mainContent  {
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	list-style-type: square;
	color: #333333;
}
#containerhome {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/greybar.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#mainContenthome {
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 150px;
	margin-left: 150px;
}
#mainContentdec {
	padding-bottom: 0px;
	padding-right: 30px;
}
#sidebardec {
	float: left;
	width: 280px;
	margin-top: 0px;
	padding-left: 30px;
}
#mainContentresume {
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 50px;
	margin-left: 50px;
}
#footer  {
	background-color: #666666;
	height: 15px;
	padding: 5px;
	font-size: 75%;
	text-align: center;
}
#photo {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	width: 140px;
	padding-top: 5px;
}

#sidebar {
	float: left;
	width: 110px;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: scroll;
	background-color: #CCCCCC;
	height: 440px;
}
#nav {
	background-color: #990000;
	width: 700px;
	height: 20px;
}
#nav li {
	display: inline;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	float: left;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
}
#nav a:hover {
	color: #CCCCCC;
}
