/* Core Element Rules */
html, td, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* Body Rules*/
body {
	background-color: #AA102A;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #AA102A url(../images/bg.gif) repeat-x top left;
}

/* Title Rules */
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h3, h4, h5, h6 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

/* Link Rules */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #AA102A;
  text-decoration: none;
}
#nav a, #nav a:link {
  color: #000000;
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: bold;
}
#nav a:hover {
  color: #fff;
  text-decoration: none;
  background: #330000 url(../images/nav-bg.gif) repeat-x bottom left;
}
#footer a, #footer a:link {
  color: #fff;
  text-decoration: none;
  padding: 0 13px;
  margin-right: -5px;
  font-weight: normal;
  background: url(../images/dot.gif) no-repeat  0 50%;
}
#footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #e51336;
  text-decoration: none;
}

/* ID Container Rules */
#outerWrapper {
  background-color: #fff;
  border: solid 3px #000000; 
  margin: 15px auto 0 auto; 
  text-align: left; 
  width: 760px;
}
#header {
  background-color: #fff; 
  padding: 10px 10px 10px 10px; 
  vertical-align:top;
}
#header td{
  vertical-align:top;
}
#logo {
	width:344px;
}
#logo img{
	padding-right: 20px;
}
#nav {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
#nav td {
	width:auto;
	text-align:center;
	line-height: 23px;
	background: #330000 url(../images/nav-bg.gif) repeat-x top left;
	color: #fff;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
#nav td.altleft {
	border-left: none;
}
#nav td.altright {
	border-right: none;
}
#content td{
	margin: 0; 
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
#contentLeft {
	width: 200px;
	border-right: solid 2px #AA102A;
}
#footer {
  background-color: #000;
  border-top: solid 3px #AA102A; 
  color: #fff;
  font-size: 10px;
  padding: 5px;
  text-align:center;
}
