body {
 	background: #999999;
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 30px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 15px 15px;
}

/* Header */

#header {
	width: 798px;
	height: 175px;
	margin: 0px auto;
	background: #9400D3 url(images/header.jpg) repeat-x;
}

#header h1 {
	margin: 0px;
	padding: 60px 0 0 520px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0px;
	padding: .1em 0 0 520px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 798px;
	height: 30px;
	margin: 0px auto;
	background: #000000 url(images/navbar.gif) repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0px 15px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	/* width: 113px; */
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #000000 url(images/navbar.gif) repeat-x;
	color: #FFFFFF;
}

#menu a:hover {
	background: #9400D3 url(images/navbar2.gif) repeat-x;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 798px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#contentbg {
	background: #FFFFFF url(images/ombg.gif) no-repeat center center;
	width: 798px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

blockquote {
	width: 400px;
ÊÊÊÊbackground: #123456;
	border: #000000;
	margin: 20px auto;
}

#colOne {

	width: 725px;
	margin: 20px auto;
}


blockquote { 
	background: #BBBBBB; 
	font-size: 1.1em;
	font-style: italic;
	padding: 10px;
}



}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px solid;
}

#content h3 {
	text-align: center;
	background: #BBBBBB; 
	margin: 5px 30px;
	padding: 5px;
}

#content h4 {
	font-size: 14px;
	color: #2D2D2D;
	font-weight: bold;
	font-style: italic;
	margin: 5px;
}


#contentbg h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#contentbg h2 {
	padding: 5px 0px 5px 5px;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px solid;
}

#contentbg h3 {
	color: #6C6C6C;
}




#video_event {
	background: #DDDDDD;
	padding: 15px;
	margin-bottom: 65px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}

#video_event p {
	text-align: left;
	padding-right: 20px;
}

#video_event img {
	float: right;
	border: 4px solid #222222;
	margin-bottom: 15px;
	margin-left: 15px;

}

#video_event a:hover img {
	border: 4px solid #9400D3;
}


#photo_event {
	background: #DDDDDD;
	padding: 10px 15px;
	margin-bottom: 65px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}


#photo_event img {
	margin: 3px 18px 12px 18px;
	border: 4px solid #222222;
	
}

#photo_event p {
	font-weight: bold;
}

#press_event {
	background: #DDDDDD;
	padding: 10px 15px;
	margin-bottom: 65px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#press_event .press_intro {
	font-weight: bold;
	font-size:14px;
	float: left;
	margin-top: 25px;
}

#press_event .press_excerpt {
	width: 300px;
	float: right;
	background: none;

}


#press_event .press_excerpt p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}




.contd {
	text-align: center;
	font-size: 20px;
}

/* Footer */

#footer {
	width: 798px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 20px;
	background: #222222;
}

#footer p {
	margin: 0px;
	padding-top: 4px;
	text-align: center;
	font-size: 11px;
	color: #DDDDDD;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}