/* ---------------------------------
	PMIT styles 
--------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
}

/* ---------------------------------
	link styles
--------------------------------- */
a, a:link, a:active, a:visited {
	color: #B00B12;
	text-decoration: none;
}
a:hover {
	color: #650F0F;
	text-decoration: underline;
}
.calendar a, .calendar a:link, .calendar a:active, .calendar a:visited {
	color: #fff;
	text-decoration: none;
}
.calendar a:hover {
	color: #999;
}

/* ---------------------------------
	section styles
--------------------------------- */
#logo {
	width: 730px;
}
#nav {
	width: 730px;
	height: 30px;
	background: #f90 url(../images/nav_bg.gif) no-repeat;
	text-align: center;
	color: #fff;
}
#nav a, #nav a:link, #nav a:active {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	color: #000;
}
#content {
	width: 730px;
	background: url(../images/content_bg.gif) repeat-y;
	text-align: center;
}
#footer {
	width: 730px;
	height: 69px;
	background: url(../images/footer_bg.gif) no-repeat;
	padding: 5px 0;
	color: #fff;
	text-transform: uppercase;
}
#footer a, #footer a:link, #footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#copyright {
	color: #6c6;
	font-size: 75%;
	text-transform: none;
}
#copyright a, #copyright a:link, #copyright a:active {
	color: #6c6;
	text-decoration: none;
}
#copyright a:hover {
	color: #000;
}

/* ---------------------------------
	form styles
--------------------------------- */
form {
	margin: 0;
	padding: 5px 0;
}
.submit {
	border: 1px solid #333;
	color: #fff;
	background: #B00B12;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
}

/* ---------------------------------
	table styles
--------------------------------- */
table, td {
	font-size: 12px;
	border-collapse: collapse;
	line-height: 18px;
}

/* ---------------------------------
	footer styles
--------------------------------- */
.footer {
	padding: 10px 5px 20px 5px;
	background-color: #EAE7D0;
	font-size: 11px;
}

/* ---------------------------------
	misc styles
--------------------------------- */
h1, h2, h3 {
	margin: 2px 0;
	padding: 0;
	text-transform: capitalize;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 20px;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
hr {
	border: 0; 
	background-color: #B4B19B;
	color: #B4B19B;
	height: 1px;
	width: 75%;
	text-align: center;
}
li {
	list-style-image: url(../images/arrow.gif);
}