/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-color: #EAEAF3;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0px;
	overflow: -moz-scrollbars-vertical;
	color: #556CA0;
}

h1 {
	font-size: 180%;
	color: #556CA0;
}

h2 {
	font-size: 145%;
	color: #556CA0;
}

h3 {
	font-size: 110%;
	color: #556CA0;
}

th {
	background-color: #95C0E2;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

td {
	background-color: #E6E6E6;
	border-bottom: 1px solid #FFF;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imageFloatLeft {
	float: left;
	border: 1px solid #563F2D;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageFloatRight {
	float: right;
	border: 1px solid #563F2D;
	margin-left: 5px;
	margin-bottom: 5px;
}

.siteMainContainer {
	width: 715px;
	margin: 0px auto;
	background-color: #F0F2F7;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.headerTop {
	background-color: #FFFFFF;
	background-image: url(/images/delf-mews-header-bg.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 713px;
	border: 1px solid #FFFFFF;
}

.headerLogo {
	margin-top: 10px;
	margin-left: 10px;
	
}

.headerLogo h1 {
	color: #FFFFFF;
	display: block;
	background-color: #556CA0;
	width: 190px;
	padding: 5px;
	text-align: center;
}

.headerLogo h1 a, .headerLogo h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.headerMenu {
	clear: both;
	float: right;
	text-align: right;
}

.headerMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.headerMenu li {
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.headerMenu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	display: block;
	background-color: #556CA0;
	border-bottom: 4px solid #F4F2F7;
}

.headerMenu a:hover {
	color: #FFFFFF;
	border-bottom: 4px solid #95C0E2;
}

.headerBanner {
	clear: both;
	border-top: 1px solid #606069;
	border-bottom: 1px solid #606069;
}

.mainContent {
	clear: both;
}

.mainLeft {
	width: 215px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.featureContainer {
	float: right;
	width: 200px;
	margin-bottom: 20px;
}

.featureHeader {
	background-color: #8C9BC5;
	color: #FFF;
	font-weight: bold;
	padding: 5px 3px 6px 10px;
}

.featureHeader a {
	text-decoration: none;
	color: #FFF;
}

.featureHeader a:hover {
	text-decoration: underline;
	color: #FFF;
}

.featureMain {
	border-left: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EAEAF3;
}

.featureInnerContainer {
	width: 180px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.featureInnerHeader {
	background-color: #A48EBB;
	color: #FFF;
	font-weight: bold;
	padding: 2px 3px 3px 10px;
}

.featureInnerHeader a {
	text-decoration: none;
	color: #FFF;
}

.featureInnerHeader a:hover {
	text-decoration: underline;
	color: #FFF;
}

.featureInnerImage {
	border-left: 1px solid #0000b3;
	border-right: 1px solid #0000b3;
	background-color: #FFF;
	border-bottom: 1px solid #0000b3;
}

.featureInnerMain {
	border-left: 1px solid #0000b3;
	border-right: 1px solid #0000b3;
	padding: 5px 5px 5px 5px;
	background-color: #FFF;
}

.featureInnerFooter {
	background-color: #0000b3;
	padding: 2px 5px 2px 5px;
	color: #FFF;
	font-size: 80%;
	text-align: right;
}

.featureInnerFooter a {
	text-decoration: none;
	color: #FFF;	
}

.featureInnerFooter a:hover {
	text-decoration: underline;
	color: #FFF;	
}

.mainRight {
	width: 475px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.mainRightContainer {
	background-color: #FFFFFF;
}

.mainRightHeader a {
	text-decoration: none;
	color: #FFF;
}

.mainRightHeader a:hover {
	text-decoration: underline;
	color: #FFF;
}

.mainRightMain {
	border: 1px solid #CFCFCF;
}

.mainRightText {
	margin: 10px;
}

.mainRightText a {
	color: #9999FF;
	text-decoration: none;
}

.mainRightText a:hover {
	color: #9999FF;
	text-decoration: underline;
}

.mainFooter {
	margin: 0px 10px 10px 10px;
	padding-top: 10px;
	border-top: 1px dotted #ACACAC;
	font-size: 85%;
	color: #B2B2B2;
	width: 690px;
}

.mainFooter a {
	color: #B2B2B2;
	text-decoration: none;
}

.mainFooter a:hover {
	color: #0000b3;
	text-decoration: underline;
}

.mainFooter ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.mainFooter li {
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.siteMainFooter {
	background-image: url(/images/template/main-site-footer.jpg);
	background-repeat: no-repeat;
}

.lineBreakDash {
	border: none;
	height: 1px;
	border-top: 1px dotted #ACACAC;
}

.tableNone td {
	border: 0px;
}

.textRed {
	color:#FF0000;
}

}

/* ------ END MEDIA TAG ----- */p {
	color: #333333;
}

