/* John Wylie Style Sheet*/
/*Vmedia Graphic Design*/

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Clear*/

.clear {
	clear:both;
	}

/*Body*/

body {
	background-color:#efefef;
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #555555;
	}
p {
	padding-top: 5px;
	padding-bottom: 5px;	
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #004267;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/*FrameWork*/

#Wrapper {
	width:100%;
	height:auto
	}
#Container {
	width:900px;
	margin:0 auto;
	padding:20px;
	background-color: #FFF;
	}
#Content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:auto;
	}
#HeaderImage{
	height:150px;
	}
#Header #Date{
	float:right;
	font-size: 75%;
	color: #999;
	margin-top: 10px;
	}
#Banner {
	margin-left: 10px;
	float:left;
	margin-bottom: 10px;
	}
#Left {
	width:170px;
	float:left;
	}
#Middle {
	width:550px;
	float:left;
	min-height:500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	}

#Footer {
	padding:10px;
	overflow:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	overflow:auto;
	color: #004267;
	}
#FooterCopyright {
	margin-top:10px;
	overflow:auto;
	}
/*Logo*/
#Logo {
	text-indent: -9999px;
	height: 133px;
	width: 145px;
	background-image: url(../images/logo.jpg);
	float: left;
	}
/*Top Menu*/
#Header #TopMenu {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#Header #TopMenu li{
	display:inline;
	}
#Header #TopMenu li a{
	color:#004165;
	text-decoration: none;
	font-size: 1.3em;
	letter-spacing: -1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5FC1FF;
	padding-right: 10px;
	margin-right: 10px;
	}
#Header #TopMenu li .last {
	border-right-width: 0px;
	border-right-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	}
#Header #TopMenu li a:hover{
	color:#345EB9;
	}
/*SideMenu*/
#Left #SideMenu li {
	background-color: #004165;
	margin-bottom: 1px;
	padding: 3px;
	}
#Left #SideMenu li:hover {
	background-color: #0a527a;
	}
#Left #SideMenu li a {
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	display: block;
	}
/*Footer Link*/
#Footer-Links  {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	 }
#Footer #Footer-Links li {
	display:inline;
	}
#Footer #Footer-Links li img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  /* IE 5-7 */
  filter: alpha(opacity=30);

  /* Netscape */
  -moz-opacity: 0.3;

  /* Safari 1.x */
  -khtml-opacity: 0.3;

  /* Good browsers */
  opacity: 0.3;
}
#Footer #Footer-Links li img:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}
/*Footer Copy*/
#Footer-Copy {
	float:right;
	}
#Footer-Copy li{
	margin-left: 15px;
	text-align: right;
	}
