* {
	margin: 0px;
	padding: 0px;
}
html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* layout */
body {
	text-align:center; /*center hack*/
}
#wrap {
	max-width:960px;
	width: auto !important;
	width:960px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 163px;
	margin: 0;
	padding: 0;
}
table#menuBar {
	margin:0px;
	padding:0px;
	border: 0px;
	width: 960px;
}
#sideBar {float:left;width:21%; overflow:hidden; } 
#content {float:left;width:53%;overflow:hidden; }
#footer {clear:both; }
.inside {padding:10px;}

/* page formatting */
body {
	background-image: url(../images/bg.gif);
	font-family: verdana, arial, helvetica;
	font-size: 76%;
	color: #444;
}
#wrap {
	margin:0 auto;
	background-image: url(../images/sideGraphic.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	border-left: 2px solid #5096A0;
	border-right: 2px solid #5096A0;
	border-bottom: 2px solid #5096A0;
}
#sideBar {
	margin:0;
	padding: 15px 0 0 0;
	border-right: 1px dashed #cccccc;
	text-align:left;
} 
#content {
	margin: 0 0 0 30px;
	text-align: left;
}
#footer {
	background:#5096A0;
	color: #FFFFFF;
	text-align:center;
	padding: 10px;
	line-height: 1.35em;
}

/* typography */
a {
	text-decoration: none;
	color: #0066CC;
}
#footer a {
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
}
p {
    padding-bottom:1em;
	line-height: 1.3em;
}
ul {
  padding: 5px 15px 15px 15px;
}
li {
  margin: 0 0 0 10px;
  padding-bottom:10px;
  line-height: 1.3em;
}
h1{
	padding:20px 15px 20px 0;
	color:#0066CC;
	font-family:Georgia;
	font-size:1.6em;
    text-transform: uppercase;
}
h2{
  padding:0px;
  margin: 5px 0 0 0;
  font-weight:normal;
  color:#FF6600;
  font-family:Trebuchet MS;
  font-size:1.6em;
}


/* sidebar menu */
ul#sideMenu {
	margin: 0 10px 20px 0;
}

ul#sideMenu li {
	list-style-type: none;
	border-bottom: 1px dashed #009999;
	padding: 8px 0 8px 0;
}
ul#sideMenu li a {
	color: #009999;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
}
ul#sideMenu li a:hover {
	color: #FF9900;
 	text-decoration: none;
}

/* images */
.leftImg {
	margin-right: 15px;
}
.rightImg {
	margin-left: 15px;
}
.addBorder {
	border: 1px solid #000000;
}
.dashedLine {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0066CC;
	margin-top: 20px;
	margin-bottom: 20px;
}
