@import url("header.css");
@import url("nav.css");
@import url("admin.css");
@import url("footer.css");

body {
    font-family: Verdana, Arial, sans-serif;
    background-color: #312D50;
    font-size: 80%;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center; /*for IE5/6 centering*/
}

#wrapper {
    background-color: #312D50;
    color: black;
    width: 970px;
    margin: 0 auto 0 auto;
    text-align: left; /*for IE5/6 centering*/
}

#container {
	float:left;
	clear:both;
    width: 970px;
    border: 1px solid gray;
}

#content {
	float: left;
	width: 790px;
	min-height: 250px;
	background-color: white;
	margin:0;
	padding: 20px 20px 20px 40px;
   color:black;
}

h1, h2, h3 {
	color: #312D50;
}

h1 {
	font-size: 180%;
}

h2 {
	margin-top: 30px;
	font-size: 140%;
}

h3 {
	font-size: 100%;

}

a {
	color: #C80331;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


img {
	border: none;
}

ul {
	list-style-image: url('img/purplesquare_bullet.gif');
	margin-left: -20px;
}

ul li {
	margin: 10px 0;

}

ol.lowerroman {
	margin: 10px 0;
	list-style-image: none;
	list-style-type: lower-roman;
}


table {
	border-collapse: collapse;
}

thead {
	text-align: left;
	font-weight: normal;
	font-style: italic;
}

#home {
	height: 300px;
	margin: -34px -20px 0 -33px;
	background: white url('img/bandy.jpg') no-repeat top left;
}

.nodis {
	display: none;
}

table.books {
	margin: 20px 0 0 0;
}

table.books tr td {
	padding: 6px;
	vertical-align: top;
	border-top: 1px solid #A40029;
}

p.title {
	text-align: left;
	color: #A40029;
	font-weight: bold;
	margin: 0 0 10px 0px;
}

.unemph {
	color: black;
	font-size: 95%;
}

.unemphunbold {
	color: black;
	font-size: 95%;
	font-weight: normal;
}

table.books tr td div {
	margin: 10px 20px 0 0px;
	font-family: Arial;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	float: right;
	padding: 10px 0 10px 10px;
}
.left {
	float: left;
	width: 100%;
}

div.cent {
	text-align: center;
	width: 90%;
	margin-top: 40px;
}

.quote {
	float: right;
	width: 325px;
	padding: 4px 10px;
	border: 2px ridge #cc0033;
	font-size: 90%;
	background-color: white;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin: 5px 20px;
}

.qleft {
	clear: left;
	float: left;
	width: 300px;
	padding: 4px 10px;
	margin: 5px 20px;
}
.qright {
	clear: right;
	float: right;
	width: 300px;
	padding: 4px 10px;
	margin: 5px 20px;
}

.quoteimg {
	display: inline;
	float: right;
	margin: 5px 0 5px 10px;
}
.quoteimgl {
	display: inline;
	float: left;
	margin: 5px 10px 5px 0;
}

p.author {
	font-style: italic;
	font-weight: bold;
	color: #A40029;
	text-align: right;
}

#faq ul li {
	padding: 0;
}

#faq li h3 {
	color: #C80331;
}

#faq li div {
	border-left: 2px solid #663399;
	padding-left: 10px;
	w/idth: 550px;
}

.noteright {
	text-align: right;
	font-size: 80%;
	margin: 0px;
}

form {
	margin-left: 30px;
}

input.textt {
	width: 250px;
	margin-bottom: 10px;
	border: 1px ridge #A40029;
}

input.avgin {
	display: none;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px ridge #A40029;
}

input.submit {
	margin: 10px 0 10px 0px;
	color: #A40029;
	border: 1px outset black;
	padding: 0 1px;
	font-weight: normal;
	background-color: #E4E2ED;
}



.divright {
	float: right;
	width: 350px;

}

#advice {
	float: right;
	width: 205px;
	margin: 0px -20px 0 20px;
}

p.toc, p.toc a {
    text-align: center;
}

.aligntop {
	vertical-align: middle;
}

.notmember, .member {
	font-family: Arial;
	font-size: 90%;
	width: 60px;
}

.member a {
	color: black;
	font-weight: normal;
}

.noexist {
	color: gray;
	line-height: 180%;
}

.links {
	width: 670px;
	margin-left: -10px;
	text-align: center;
}

.links td {
	width: 30%;
	padding: 10px 0;

}

.links img {
	border: 1px solid grey;
}


.alt0 {
	background-color: #FFF4F7;
}


table.search {
	margin: 40px 0 30px 10px;
}

table.search td.msg {
	width: 320px;
}
table.search td.search {
	width: 400px;
}


td.search input.submit {
	margin: 0;
}

.imglink {
	color: #C80331;
	border: none;
	background-color: white;
	cursor: pointer;
}

table.news {
	margin: 40px 40px 0 40px;
	width: 85%;
	border-top: 1px solid #A40029;
	font-family: Arial;
}

table.news td {
	padding: 5px;
}

td.item_heading {
	color: #A40029;
	font-size: 16px;
	font-weight: bold;
}

table.news td.date_added {
	text-align: right;
	padding-bottom: 0;
}

table.news tr.desc td {
	border-bottom: 1px solid #A40029;
	padding-bottom: 14px;
	font-size: 14px;
	color:#49166B;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

td#news-image img {
	width: 175px;
	height: 140px;
	img align: left;
}

table.news li {
	list-style-image: none;
	margin-left: 14px;
}



.block {
	font-family: Arial;
	float: right;
	clear:right;
	width: 200px;
	padding: 4px 10px;
	border: 2px ridge #cc0033;
	font-size: 95%;
	background-color: white;
	margin: 10px 20px 10px 30px;
}

.block li {
	margin-bottom: 0;
}

table.team {
	margin: 0 30px 20px 0px;
}
table.team tr td {
	vertical-align: top;
	padding: 10px 10px 20px 20px;
	border-bottom: 1px solid #DDDDDD;
}
table.team h2 {
	margin-top: 4px;
}


table.project {
	margin:	0 30px 20px -5px;
}

table.project th, table.project td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}

table.project tr.heading td {
	border-bottom: 1px solid #A40029;
}

table.project tr.heading td h3 {
	margin-bottom: 0;
	margin-top: 20px;
}

table.project td.title {
	font-weight: bold;
	f/ont-size: 105%;
	color: #312D50;
}

table.project tr.lastinset th, table.project tr.lastinset td {
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

table.project tr.lastinset2 th, table.project tr.lastinset2 td, table.modselect tr.lastinset2 td {
	padding-bottom: 20px;
}


form.project textarea {
	width: 500px;
	height: 90px;
}

form th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

input.text {
	width: 220px;
}

input.textlong {
	width: 400px;
}
input.textmed {
	width: 320px;
}
input.textshort {
	width: 50px;
}

form.project p input.submit {
	margin-left: 0;
}
table.modselect {
	margin-top: 20px;
}

table.modselect td {
	padding: 2px 5px;
}

div.alert {
	margin: 20px auto;
	padding: 5px;
	width: 500px;
	background-color: #FFF4F7;
	color: #FF4D16;
	font-weight: bold;
	text-align: center;
	font-size: 105%;
	border: 2px outset #A40029;
}

.spacetop {
	margin-top: 30px;
}

input.readonly {
	border: none;
	background: none;
	color: inherit;
	font-weight: inherit;
	width:40px;
	text-align: right;

}

.red {
	color: #312D50;#A40029;
}

.redbold {
	color: #312D50;#A40029;
	font-weight: bold;
}

form ol li {
	margin-bottom: 30px;
}

.blockcontact {
	font-family: Arial;
	float: right;
	width: 380px;
	padding: 4px 10px;
	border: 1px solid #A40029;
	font-size: 98%;
	background-color: white;
	margin: 10px 0 10px 20px;
}

.blockcontact h2 {
	margin-top: 0;

}
.clear {
	clear:right;
	f/loat: left;
	margin-top: 20px;
}

.keywords {
	float:right;
	clear:right;
	width: 280px;
	color: #A40029;
	text-align: center;
	font-size: 75%;
	margin: 0 0px 20px 20px;
}


ul.nolist {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

table.volunteers {
	float: left;
	width: 150px;
}

table.volunteers td {
	font-family: Arial;
	font-size: 95%;
	text-align: center;
	padding: 10px 20px;
	width: 25%;
}


table.courses {
	width: 700px;
	margin: 10px 20px 0 20px;
	font-family: Arial;
}

table.courses tr td {
	padding: 6px 2px;
	vertical-align: top;
	border-top: 1px solid #A40029;
}

table.courses tr.second td {
	border-top: none;
	padding-bottom: 20px;
}

table.courses td.title {
	color: #A40029;
	font-weight: bold;
	margin: 0 0 10px 20px;
	width: 75%;
	font-family: Verdana;
}

div.type {
	border: 1px outset black;#A40029;
	margin-bottom: 20px;
	padding: 0 6px;
	clear: right;
}


table.courses2 {
	margin: 0;
}
table.courses2 tr td {
	padding-left: 0px;
}

table.courses2 tr td.ctype {
	padding-left: 0px;
}
table.courses2 tr td.title {
	padding-left: 0px;
	width: auto;
}

table.courses2 tr td.price {
	text-align: right;
	padding-left: 0px;
}
table.courses2 tr.spacer td {
	padding: 0px 0;
}
table.courses2 tr td.total {
	text-align: left;
	border-top: 1px solid gray;
	padding-left: 0px;
}

table.books tr td div.chpts {
	margin-left: 40px;
}

table.books tr.addcart td {
	border: none;
	text-align: right;
}

table.mats {
	width: 700px;
	margin: 10px 0 10px 20px;
}
table.mats tr {
	border-bottom: 1px solid #DDDDDD;
}
table.mats tr td {
	padding: 4px;
}

table.mats tr td.title {
	width: 430px;
}

h2.type {
	margin-top: 20px;
	font-size: 100%;
}

.form-container { width:770px; margin:0 auto; position:relative; font-family:Verdana; font-size:100%; padding:10px; background-color:#e0e3e2; border:3px solid #312d50; }
.form-panel { width:100%; height:2200px; }
.form-panel fieldset { width:397px; height:1000px; margin:0 auto; padding:22px 0 0; border:1px solid #abadac; background-color:#ffffff; }
.form-panel label { width:326px; display:block; float:left; text-align:left; padding-top:2px; margin-right:10px; }
.form-panel input, .form-panel textarea { float:left; width:200px; margin-bottom:13px; }
.form-container button { float:right; }

#amount { position:absolute; right:30px; top:60px; font-size:80%; font-weight:bold; }
#thanks { text-align:center; }
#thanks p { margin-top:48px; font-size:160%; position:relative; left:0; top:0; }