@charset "utf-8";
/* CSS Document */

body 
{ 
	margin: 0px 0px 0px 0px; 
	background-color: #FFF;
	background-image: url("layout/communitypages-bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
}

p
{
	color: #4d4d4d;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 16px;
	font-weight: lighter;
}

.form
{
	font-size: 10px;
	color: #f00;
}

#p1
{
	color: #000;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 16px;
	font-weight: lighter;
}

#p2
{
	color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 18px;
	line-height: 10px;
}

h1
{
	color: #007374;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
	padding-left: 16px;
	line-height: 18px;
}

h2
{
	color: #70b3b4;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-left: 18px;
	line-height: 16px;
	font-style: italic;
}

#eventheader
{
	color: #70b3b4;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-left: 18px;
	line-height: 10px;
	font-style: italic;
}


h3
{
	color: #FFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 10px;
}

hr
{
	background-color: #CCC;
	width:	inherit;
	line-height: 0px;
}

ul
{
	list-style: none;
	color: #000;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
	padding-left: 0px;
	margin-left: 0px;
}

li
{
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
}

a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
	

a:link
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


a:visted
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #099;
	text-decoration: none;
	font-weight: bold;
}

#container
{
	position: 0 auto 0;
	width: 990px;
}

#center
{
	width: 460px;
/*	background-image: url("/communitypages/layout/centermodule.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
	border-right-color:#ccc;
	border-right-width: 1px;
	border-right-style: dashed;
	border-left-color:#fff;
	border-left-width: 1px;
	border-left-style: dashed;
	border-bottom-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-top-color:#FFF;
	border-top-width: 1px; */
}

#right
{
	width: 330px;
/*	background-image: url("/communitypages/layout/rightmodule.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	border-right-color:#FFF;
	border-right-width: 1px;
	border-right-style: dotted; */
/*	border-bottom-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-top-color:#FFF;
	border-top-width: 1px; */
}

#left
{
	width: 150px;
/*	background-image: url("/communitypages/layout/leftmodule.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	border-left-color:#CCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-bottom-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-top-color:#FFF;
	border-top-width: 1px; */
}

#centermain
{
	width: 460px;
}

#rightmain
{
	background-color: #fff;
	width: 330px;
	height: 400px;
	border-left-color:#000;
	border-left-width: 1px;
	border-left-style: dotted;
}

#leftmain
{
	width: 146px;
	height: 400px;

}

#divalign
{
	position: 0 auto 0;
}

#navbar
{
	width: 990px;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	background-color: #FFF;
	background-image: url("layout/communitypages-navbar.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
	height: 25px;
	padding-top: 5px;
	margin: auto;
}
	
#navbar a:link
{
	color: #000;
}

#navbar a:hover
{
	color: #fff;
}

.spacer
{
	width: 12px;
}

.spacer1
{
	width: 15px;
}

#spacer2
{
	height: 5px;
}

#layout
{
	border: none;
}

#eventimage
{
	padding: 10px;
	width: 150px;
	height: 100px;
}

#eventlogo
{
	padding: 10px;
	
}

.imagepadding{
	padding: 10px;
}

#website a:link
{
	color: #8a00ff;
}

#website a:hover
{
	color: #000;
}

#eventlist
{
	list-style: disc;
	color: #4d4d4d;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 45px;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 16px;
	font-weight: lighter;
}
