/* Disable some historical layout quirks */
form, div, .nomargins {
	margin: 0px;
	padding: 0px;
}

/* The Primary Font */
body, p, td, th, li, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}





/* Standard Classes */
body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
}
a {
	color: #880000;
	text-decoration: none;

}
a:hover {
	color: #CC0000;
	text-decoration: underline;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #770000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bolder;
	font-size: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 15px;
	background-color: #EEEEEE;
	text-indent: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
hr {
	height: 1px;
	color: #990000;
}





/*
  Form Elements.
  Because IE fails to parse any style containing a [type="text"] element,
  we need to make sure these are defined seperately
*/
textarea {
	margin-bottom: 0px;
	background-color: #F9F9F9;
	border: 1px solid #999999;
	padding: 2px;
}
input[type="text"],
input[type="password"] {
	margin-bottom: 0px;
	background-color: #F9F9F9;
	border: 1px solid #999999;
	padding: 2px;
}

textarea:focus {
	background-color: #FFFFFF;
	border-color: #CC6666;
}
input[type="text"]:focus,
input[type="password"]:focus {
	background-color: #FFFFFF;
	border-color: #CC6666;
}

.button {
	background-image: url(../images/style/default/gradient.gif);
	border: 1px solid #999999;
	padding: 1px 7px;
	font-weight: bold;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	background-image: url(../images/style/default/gradient.gif);
	border: 1px solid #999999;
	padding: 1px 7px;
	font-weight: bold;
}

input[type="checkbox"],
input[type="radio"] {
	margin-bottom: 0px;
	margin-left: 0px;
}






/* Table Styling Support */
th, .th {
	background-color: #CCCCCC;
	background-image: url(../images/style/default/gradient.gif);
	background-repeat: repeat-x;
	text-align: left;
}
tr.border, td.border {
	background-color: #999999;
}
tr.row, td.row {
	background-color: #FFFFFF;
}
tr.altrow, td.altrow {
	background-color: #EEEEEE;
}

/* New Style Tables */
table.table {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
.table tr.th,
.table th {
	background-image: url(../images/backgrounds/lightgreystripes.gif);
	background-color: #EEEEEE;
	text-align: left;
	background-repeat: repeat;
}
.table tr,
.table tr.row,
.table td.row {
	background-color: #FFFFFF;
}
.table tr.altrow,
.table td.altrow {
	background-color: #F8F8F8;
}





/* Custom Text Classes */
.message, .error {
	font-weight: bold;
	color: #AA0000;
}
b.special, strong.special {
	font-weight: bold;
	color: #000099;
}
.code {
	font-family: "Courier New", Courier, mono; 
	font-size: 14px; 
	font-weight: normal;
	color: #000066;
}





/* Specific Areas */
.menubar {
	background-image: url(../images/style/default/gradient.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #AAAAAA;
}
.menubar a {
	color: #333333;
	text-decoration: none;
	}
.menubar a:hover {
	color: #663333;
	text-decoration: underline;
}





/* The link menu at the very top right side of the page */
.linkmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
.linkmenu a {
	text-decoration: none;
}
.linkmenu a:hover {
	text-decoration: underline;
}




/* The footer bar at the bottom of the page */
.footerbar {
	color: #666666;
	background-image: url(../images/style/default/gradient.gif);
	background-repeat: repeat;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #BBBBBB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
}
.footerbar a {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}
.footerbar a:hover {
	font-weight: bold;
	color: #777777;
	text-decoration: underline;
}




/* The sitemap */
.sitemap {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sitemap a {
	color: #000000;
	text-decoration: none;
}
.sitemap a:hover {
	color: #000000;
	text-decoration: underline;
}





/* News and Events */
.news {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.news h3 {
	margin-bottom: 0px;
}
.news .newsdate {
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
}




/* Main Content Area */
.content-main {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.content-top {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.content-middle {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.content-bottom {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

/* Left Hand Menu */
.menu {
	background-color: #EEEEEE;
	background-image: url(../images/backgrounds/whiterstripes.gif);
	height: 500px;
}
td.menu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.menu-table {
}
.menu-row {
	background-image: url(../images/backgrounds/darkgreystripes.gif);
	background-repeat: repeat;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;	
	font-size: 11px;
	font-weight: bold;
}
.menu-row a {
	color: #000000;
	text-decoration: none;
}
.menu-row a:hover {
	color: #000000;
	text-decoration: none;
}
.menu-altrow {
	background-color: #E7E7E7;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Verdana;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menu-altrow a {
	color: #333333;
	text-decoration: none;
}
.menu-altrow a:hover {
	color: #993333;
	text-decoration: underline;
}
img.right {
	margin-bottom: 50px;
	margin-left: 20px;
}

