/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */

/* FIRST CONTAINER STYLE HERE */


.Picright {
	float: right;
	padding-left: 25px;
	padding-bottom: 10px;
}
.Texthome {
	width: 100%;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif; /* Added for i:Create edit area */
	font-size: 12px; /* Added for i:Create edit area */
	color: #666666; /* Added for i:Create edit area */
}
.Texthome td { /* Added for i:Create edit area */
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666; 
}

.Heading {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Button {
	color: #FF6600;
	padding-top: 7px;
	padding-bottom: 7px;
}
.Button a {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 4px;
	background-color: #FFFFFF;
	color: #FF6600;
	text-decoration: none;
	border: 1px solid #FF6600;
}
.Button a:visited {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 4px;
	background-color: #FFFFFF;
	color: #FF6600;
	text-decoration: none;
	border: 1px solid #FF6600;
}
.Button a:hover {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 4px;
	background-color: #EEEEEE;
	color: #FF6600;
	text-decoration: none;
		border: 1px solid #FF6600;
}
.Headinghome {
	color: #333333;
	font-size: 24px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
}

/* Added styles below for i:Create */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.none {
}

.news_table {
	background-color: #ffeebb;
}

.news_heading {
	font-size: 20px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.black
{
	color: #000000;
}

.green
{
	color: #116633;
}

.orange
{
	color: #ee6622;
}

.red
{
	color: #bf0000;
}