/*
	CSS for EventsWPP Sites
	Copyright ©2006 K:IT Designs
*/

body{
	margin: auto auto auto auto;
	padding: 10px 10px 10px 10px;
	background-color: #FEFCEF;
	border: thick solid #C29973;
	font-family: serif;
	font-variant: small-caps;
	background-image: url(images/tagline.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p{
	margin: 1% 10% 1% 10%;
	padding: 0% 0% 0% 0%;
	text-align: justify;
}
p.bullet1{
	margin: 0px 36px 0px 0px;
	padding: 0px 0px 0px 18px;
}
p.bullet2{
	margin: 0px 36px 0px 18px;
	padding: 0px 0px 0px 18px;
}
ul{
	padding: 0% 10% 0% 10%;
	text-align: justify;
	list-style-type: square;
}
table{
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: serif;
	font-variant: small-caps;
	text-align: center;
}
table.autosize{
	height: auto;
}
a.smlink, a.smbarlink{
	font-size: small;
}
a.xsmlink{
	font-size: x-small;
}
a.xxsmlink{
	font-size: xx-small;
}
a.medlink{
	font-size: medium;
}
a:link{
	color: Black;
}

a:visited{
	color: #C29973;
}

a.barlink:visited, a.smbarlink:visited{
	color: #FEFCEF;
}

a:hover{
	background-color: Silver;
	color: #FEFCEF;
}

img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

hr{
	width: 50%;
	margin: 15px auto 15px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}


h1{
	margin: 0px 0px 10px 0px;
	color: #C0C000;
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: Silver;
}

h2{
	margin: 0px 0px 0px 0px;
	font-style: italic;
}
h3, h4, h5{
	margin: 0px 0px 0px 0px;
}
h6{
	margin: 0px 0px 0px 0px;
	font-family: sans-serif;
	font-variant: normal;
}

form{
	height: 100%;
}

#topbar{
	width: 95%;
	height: 90px;
	padding: 5px 0px 5px 0px;
	background-color: #C29973;
	border-left: medium solid black;
	text-align: center;
}

#sidebar{
	border-bottom: medium solid black;
	border-top: medium solid black;
	background-color: #C29973;
	vertical-align: top;
}

#maincell{
	border-left: medium solid black;
	border-bottom: medium solid black;
	border-top: medium solid black;
	text-align: center;
}

#bottom{
	font-size: xx-small;
	font-family: sans-serif;
	font-variant: normal;
}

#bottombar{
	background-color: #C29973;
	height: 10px;
	border-left: medium solid black;
	vertical-align: bottom;
}

.bottomdash{
	border-bottom: 1px dashed black;
	padding: 10px 0px 10px 0px;
}

.bgclear {
	background-color: transparent;
}

#FaderCell{
	width: 45%;
	padding: 0px 1px 0px 1px;
	font-size: large;
}
#ContactCell{
	width: 45%;
	padding: 0px 1px 0px 1px;
	font-size: large;
	color: #FEFCEF;
}

#TitleCell{
	width: 10%;
	background-color: #FEFCEF;
	border: thin solid black;
}

.smalltext{
	font-size: small;
}

.errortext{
	font-size: small;
	color: Red;
}

.promptcell{
	width: 25%;
}

.bullet1{
	margin: 5px 5px 5px 5px;
}

.bullet2{
	margin: 5px 5px 5px 18px;
}

#sidelinks{
	height: auto;
}
.midalign{
	vertical-align: middle;
}
.bulleted{
	text-align: left;
}
.framed{
	width: 210px;
	padding: 5px 5px 5px 5px;
}
