* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #BCB8C5;
}
#wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 980px;
	float: left;
	padding: 0px;
	height: 150px;
	background-image: url(../images/sitedesign.png);
	background-repeat: no-repeat;
	margin: 0px;
}

#headerhome {
	color: #333;
	width: 980px;
	float: left;
	padding: 0px;
	height: 540px;
	background-image: url(../images/sitedesign.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#content {
	float: left;
	width: 880px;
	color: #333;
	margin: 0px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-image: url(../images/sitedesign.png);
	background-repeat: repeat-y;
}

#contentsubpages {
	width: 880px;
	color: #333;
	margin: 0px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(../images/sitedesign-04.png);
	background-repeat: repeat-y;
	clear: both;
	float: left;
}


#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 float: left;
}
#leftcolumnhome {
	color: #333;
	margin: 0px;
	padding: 10px;
	height: 500px;
	width: 360px;
	float: left;
	background-image: url(../images/photoframes.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
}

#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	height: 350px;
	width: 530px;
	display: inline;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#footer {
	width: 880px;
	clear: both;
	color: #7E4F84;
	background-image: url(../images/sitedesign-05.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
	height: 50px;
}

#footerhome {
	width: 880px;
	clear: both;
	color: #333;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	margin: 0px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center -28px;
}

/* Main Menu */
#menu {
	width: 980px;
	color: #333;
	padding: 0px;
	height: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	float: left;
	z-index: 10;
	margin-top: 109px;
}
#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#menu a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu a:hover {
	background-position: 0 -30px;
}
#menu a:active, #menu a.current {
	background-position: 0 -60px;
}
#home a {
	width: 51px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu.png) top left no-repeat;
}

#welcome a {
	width: 64px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-02.png) top left no-repeat;
}

#program a {
	width: 183px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-03.png) top left no-repeat;
}

#applications a {
	width: 159px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-04.png) top left no-repeat;
}

#photogallery a {
	width: 88px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-05.png) top left no-repeat;
}

#news a {
	width: 43px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-06.png) top left no-repeat;
}

#sponsors a {
	width: 63px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-07.png) top left no-repeat;
}

#travel a {
	width: 217px;
	height: 43px;
	margin-left: 0px;
	background: url(../images/menu-08.png) top left no-repeat;
}

#contact a {
	width: 112px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-09.png) top left no-repeat;
}





#wrapper #content h1, #wrapper #contentsubpages h1 {
	font-family: Frutiger, Helvetica, sans-serif, arial;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
	color: #7E4F84;
}
#wrapper #rightcolumn p {
	font-size: 13px;
	line-height: 20px;
}
/* Footer */
#wrapper #footer p, #wrapper #footerhome p {
	font-size: 12px;
	line-height: 15px;
	color: #684170;
}

.footercolumnleft  {
	width: 200px;
	float: left;
}

.footercolumn  { 
  width: 550px; 
  float: left;
  margin-right: 10px; 
}

#wrapper #footer .footercolumn a, #wrapper #footerhome .footercolumn a {
	color: #8BC741;
	margin-right: 5px;
	margin-left: 5px;
}
#wrapper #content p, #wrapper #contentsubpages p {
	color: #47412F;
	font-size: 13px;
	line-height: 22px;
}
#wrapper #footer .footercolumnleft a, #wrapper #footerhome .footercolumnleft a {
	color: #8CC63B;
}

/* Submenu */

#submenu {
	float: right;
	width: 200px;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: auto;
	margin-bottom: 15px;
}


#submenu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#submenu a
{
	display: block;
	padding: 10px;
	width: 180px;
	color:#7E4F84;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E4F84;
}

#submenu a:link, #submenu a:visited
{
	color: #7E4F84;
	text-decoration: none;
}

#submenu a:hover
{
	background-color: #DDECCC;
}

/* Text Styling */

#contentsubpages h1 a {
	color: #19AEEF;
	text-decoration: none;
}
#contentsubpages h1 a:hover {
	color: #8CC63E;
}



/* Spam Fighter */
p span.displaynone { display:none; }  
#wrapper #contentsubpages #submenu ul li .current {
	background-color: #B3AABC;
}
#section {
	padding: 10px;
	background-color: #e8f7fd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #19AEEF;
	border-bottom-color: #19AEEF;
	width: 630px;
	display: block;
	margin-bottom: 25px;
}
#wrapper #contentsubpages #section h1 {
	font-size: 20px;
	color: #85BB3B;
	font-weight: bold;
}
#wrapper #contentsubpages h2 {
	color: #765848;
	margin-top: 25px;
	margin-bottom: 25px;
}
#wrapper #contentsubpages #table td {
	padding: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BCB8C5;
	font-size: 15px;
	color: #000;
}
#wrapper #contentsubpages #table tr td p img {
	float: left;
	margin-right: 25px;
	border: 3px solid #DDECCC;
}
#wrapper #contentsubpages #table a img:hover {
	border-top-color: #8DC63F;
	border-right-color: #8DC63F;
	border-bottom-color: #8DC63F;
	border-left-color: #8DC63F;
}
#contenttop {
	background-image: url(../images/sitedesign-03.png);
	height: 20px;
	width: 980px;
}
#wrapper #footer a {
	color: #7E4F84;
}

/* Photo Gallery Styling */

.photogallery {
	overflow: hidden;
	display: inline;
	padding: 0px;
	width: 570px;
	clear: both;
}

.photogallery .smoothbox img {
	border: 5px solid #DBDCC3;
	float: left;
	margin-left: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	display: inline;
}

.photogallery a.smoothbox:hover img {
	border: 5px solid #BCB8C5;
}

.photogallery h2 {
	clear: left;
}
.list {
	margin-left: 25px;
}
.red {
	font-weight: bold;
	color: #F00;
}
#wrapper #contentsubpages #table tr td .red {
	color: #F00;
}
#wrapper #contentsubpages .red {
	color: #F00;
}
