

/* Body */

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-style: regular;	
	font-size: 10px;
	color: #555555;
	background: #b4cbdb  url(../images/general/gce_bg.png) no-repeat 50% 0;
	text-align: center;
}

#body {
	padding: 10px;
	padding-bottom: 100px;
}

.detail {
	padding: 10px;
	padding-bottom: 100px;
	background: #e9dfc7;
}



img  {
	border-style: none;
}


/* Container */

#container {
	width: 834px;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 834px;
	line-height: 14px;
	float: right;
	background: #0055a4 url(../images/general/bgtile.png) repeat-y 50% 0;
}

#main-content {
	width: 780px;
	float: left;
	padding: 20px 0px 20px 50px;
}

#footer {
	width: 834px;
	height: 424px;
	float: left;
	background: #0055a4 url(../images/general/footer.png) repeat-y 50% 0;
}


/* Rows */

#row {
	width: 780px;
	float: left;
}



/* Columns */

#column {
	width: 360px;
	margin: 20px 30px 20px 0px;
	float: left;
	text-align: left;
}

#column-c {
	width: 360px;
	margin: 20px 30px 20px 0px;
	float: left;
	text-align: center;
}

#column-blog {
	width: 360px;
	margin: 0px 30px 40px 0px;
	float: left;
	text-align: left;
}

/* Gallery Images */

#galleryimage {
	width: 834px;
	margin: 20 0 0 0;
	text-align: center;
}

#gallerycaption {
	width: 834px;
	margin: 20 0 0 0 ;
	text-align: center;
}


#gallerythumb {
	width: 330px;
	height: 200px;
	margin: 0 0 20 0;
	text-align: center;
}



#news {
	width: 320px;
	border: 3px solid  #53c473;
	padding: 10px 10px 30px 10px;
	margin-bottom: 25px;
	background: #ffffff;

}

#newsbox {
	width: 320px;
	height: 30px;
	padding-top: 15px;
	background: #edb632;

}


/* Text Formatting */

#h1 
	{
	font-size: 14px; 
	font-family: Arial; 
	color: ffc425; 
	font-style: normal; 
	font-weight: bold; 
	text-align: left;
	text-transform: uppercase;
}


#h2 
	{
	font-size: 12px; 
	font-family: Arial; 
	color: ffc425; 
	font-style: normal; 
	text-transform: uppercase;
	}

#h3 
	{
	font-size: 10px; 
	font-family: Arial; 
	color: ffffff; 
	font-weight: normal; 
	}

#p01
	{
	font-size: 12px; 
	font-family: Arial; 
	color: ffffff; 
	font-weight: normal; 
	}

.bold
	{
	font-weight: bold; 
	}


#newsHeadline
	{
	font-size: 14px; 
	font-family: Arial; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	}

#newsSubhead
	{
	font-size: 12px; 
	font-family: Arial; 
	color: #0055a4; 
	font-weight: bold; 
	text-align: left;
	text-transform: uppercase;
	}

#p-news
	{
	font-size: 12px; 
	font-family: Arial; 
	color: 000000; 
	font-weight: normal; 
	text-align: left;
	}


#p01i
	{
	font-size: 12px; 
	font-family: Arial; 
	color: ffffff; 
	font-weight: normal;
	font-style: italic;
	}
	
#p02
	{
	font-size: 12px; 
	font-family: Arial; 
	color: ffffff; 
	font-weight: bold; 
	}

#p02c
	{
	font-size: 12px; 
	font-family: Arial; 
	color: ffffff; 
	font-weight: bold; 
	text-transform: uppercase;
	}
	
#p03
	{
	font-size: 10px; 
	font-family: Arial; 
	color: ffffff; 
	font-weight: normal; 
	}

#p03i
	{
	font-size: 10px; 
	font-family: Arial; 
	color: ffffff; 
	font-weight: normal; 
	font-style: italic;
	}

#p03ic
	{
	font-size: 10px; 
	font-family: Arial; 
	color: ffffff; 
	font-weight: normal; 
	font-style: italic;
	text-align: center;
	}
	

p.border01 {border-style: solid; border-width: 1px}
a:link     {color:ebd8a4}
a:visited  {color:ebd8a4}
a:hover    {color:dddddd}
a:active   {color:ffc425}

#p-news.border02 {border-style: solid; border-width: 1px}
#p-news a:link     {color:#d89a0a}
#p-news a:visited  {color:#d89a0a}
#p-news a:hover    {color:#ffcc55}
#p-news a:active   {color:#d89a0a}



