﻿/* default stylesheet template */
html, body { width: 100%;height: 100%; margin: 0; padding: 0; }
a, b, div, h1, h2, h3, h4, h5, h6, img, p, span, strong, table, td, tr {margin: 0;padding: 0;border: none; }
body { font-family: Arial, Verdana, Tahoma, Sans-Serif; font-size: 12px; color: #000000; background-color: #ffffff; }
a, a:visited { color: #0000ff; text-decoration: underline; }
a:hover { text-decoration: none; }
table, tr, td { vertical-align: top; font-size: 12px; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
/* custom styles below this line */

body {
	background-color: #3f3f3f;
}

#frame {
	width: 950px;
	margin: 20px auto;
	background-color: #ffffff;
}

#nav {
	background-image: url(../images/navtile.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 31px;
	font-weight: bold;
	padding-left: 30px;
}

.admin {
    background-image: url(../images/admin.jpg) !important;
}

#nav div {
	padding: 7px 0 0 0;
}

#nav div a {
	color: #ffffff;
	margin: 0 10px;
	text-decoration: none;
	font-size: 14px;
}

#nav div a:hover {
	text-decoration: underline;
}

#footer {
	padding: 3px 0;
	text-align: right;
	padding-right: 40px;
	border-top: solid 1px #cfcfcf;
	background-image: url(../images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #bfbfbf;
}

#content {
	padding: 10px 20px;
}

.justify { text-align: justify; }

p { margin-bottom: 10px; }

table.images td {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px;
    font-size: 11px;
    font-weight: bold;
}

table.imagesTOP td {
    text-align: center;
    vertical-align: top;
    padding-bottom: 20px;
    font-size: 11px;
    font-weight: bold;
}

table.leftalign td {text-align: left; }

.form input, .form textarea {
    width: 300px;
}

.pad10 {padding: 10px;}

.w125 {width: 125px;}