/*----------------Styles for Layout-----------------*/



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #666666;
	background-repeat: repeat-x;
	background-image: url(images/css_back.jpg);
	
	
}
#container {
	margin: 0 auto;
	position: relative;
	width: 750px;
	background-color: #333333;
}

#flash {
	line-height: 0px;
	margin-bottom: 70px;	
}
#event {
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	width: 250px;
	margin: 0 auto; /**to make sure it is centered in FireFox**/
}

#header {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 750px;
	height: 388px;
	background-image: url(images/css_website_02.jpg);
	background-repeat: no-repeat;
}

#content {
	text-align: justify;
	padding-bottom: 100px;
	width: 0 auto;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	/*background-color: #6699FF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;*/
}

#content2 {

	text-align: center;
	padding-bottom: 100px;
	width: 0 auto;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
}

#footer {
	color: #666666;
	margin: 0 auto;
	text-align: center;
	background-color: #333333;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 10px;	/*width: 406px;
	height: 400px;
	bottom: 50px;
	padding: 0 auto;*/
}



/*----------------Styles for Navigation-----------------*/


#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 350px;
}

#header li {
	display: inline;
}

#header a:link, #header a:visited {
	padding: 0.7em 1em 0.7em 1em; 
	color: #FFFFFF;
	text-decoration: none;
	/*border: 1px solid #711515;*/
}

#header a:hover {
	color: #6699FF;
	background-color: #333333;
}



/*----------------Styles for Tags-----------------*/


h1 {
	font-size: 12pt;
	font-weight: bold;
}


h2 {
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	font-size: 8pt;
	color: #CCCC00;
	font-weight: bold;
}

a {
	color: #6699FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

p1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
li {
	list-style-position: outside;
	list-style-type: square;
	color: #999999;
}
.navli {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0 20px 0 33px;
}
