/* PMSCA Home Page Style Sheet */

/* Common Elements */

* { margin:0; padding:0 }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #990000;
	background-image: url(../_images/bg-home.gif);
	background-repeat: repeat;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
	color: #AE1F08;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #F74A1A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F74A1A;
	text-decoration: underline;
}
a:focus {
	color: #F84A1A;
}
a:active {
  color: #000;
}

/* Content */

#outerWrapper {
	background-color: #000000;
	text-align: left;
	width: 725px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
}
#outerWrapper #header {
	background-color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	height: 479px;
	width: 725px;
	margin: 0px;
	background-image: url(../_images/homeWAD2011.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#outerWrapper #header #nav {
	float: right;
	height: 43px;
	width: 520px;
	position: relative;
	top: 22px;
}

#outerWrapper #contentWrapper #content {
	margin: 0;
	padding: 0px;
	width: 725px;
	color: #000000;
	background-color: #000000;
}

#outerWrapper #contentWrapper #content #homepic {
	background-color: #990000;
	width: 725px;
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/home-title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 108px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #E27501;
	text-align: center;
}

#outerWrapper #footer {
	background-color: #000000;
	height: 30px;
	width: 725px;
	color: #d2742d;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.dot {
	font-weight: bold;
	color: #F74A1A;
}

