﻿*
{
	margin: 0px;
	padding: 0px;
}
body
{	
	background-color: #a6a6a6;
	color: #2B3637;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
}
a
{
	text-decoration: underline;
	color: #DD2F00;
}
a:hover
{
	text-decoration: none;
}
img
{
	border: none;
}
h1
{
	color: #d52d00;
	font-size: 20px;
}
h2
{
	color: #d52d00;
	font-size: 18px;
}
hr
{
	height: 1px;
}

h1, h2, ul#menu
{
	font-family: "Myriad Pro", Calibri, Candara, "Trebuchet MS";
}

#main
{
	width: 930px;
	margin: 0 auto;
}
#top
{
	height: 140px;
}
#logo
{
	float: left;
	margin: 20px 0px 0px 25px;
}
#menu
{	
	float: right;
}
ul#menu
{
	font-size: 16px;
	list-style: none;
	float: right;
} 
ul#menu li
{
	float: left;	
} 
ul#menu li a
{
	width: 90px;
	height: 140px;
	line-height: 240px;
	float: left;	
	display: block;
	color: black;
	text-align: center;
	background: url(../Images/MenuBtn.gif) no-repeat;
	text-decoration: none;
} 
ul#menu li a.selected
{
	width: 90px;
	height: 140px;
	line-height: 240px;
	float: left;	
	display: block;
	color: #d52d00;
	text-align: center;
	background: url(../Images/MenuBtnH.gif) no-repeat;
	text-decoration: none;
} 
ul#menu li a:hover
{
	color: #d52d00;
	background: url(../Images/MenuBtnH.gif) no-repeat;
}
ul#menu li a.selected:hover
{
}
/* one row */
#orContent #left
{
	float: left;
}
#orContent #left #leftTop
{
	width: 238px;
	background-color: #d9d9d9;
	padding: 30px;
	border-bottom: solid 2px #a6a6a6;
	border-right: solid 2px #a6a6a6;
}
#orContent #left #leftMiddle
{
	width: 238px;
	background-color: #d9d9d9;
	padding: 10px 30px;
	border-bottom: solid 2px #a6a6a6;
	border-right: solid 2px #a6a6a6;
}
#orContent #left #leftBottom
{
	width: 238px;
	background-color: #f2f2f2;
	padding: 30px;
	border-right: solid 2px #a6a6a6;
}
#orContent #right
{
	float: right;
	width: 570px;
	background-color: #f2f2f2;
	padding: 30px;
	min-height: 584px;
}

/* two rows */
#trContent #contentTop #topLeft
{
	width: 238px;	
	background-color: #d9d9d9;
	padding: 30px;
	border-bottom: solid 2px #a6a6a6;
	border-right: solid 2px #a6a6a6;
}

#trContent #contentTop #middleLeft
{
	width: 238px;	
	background-color: #d9d9d9;
	padding: 10px 30px;
	border-bottom: solid 2px #a6a6a6;
	border-right: solid 2px #a6a6a6;
}

#trContent #contentTop #topRight
{	
	float: right;
	width: 570px;	
	background-color: #f2f2f2;
	padding: 30px;
	border-bottom: solid 2px #a6a6a6;
}
#trContent #contentBottom #bottomLeft
{	
	float: left;
	width: 238px;
	background-color: #f2f2f2;
	padding: 30px;
	border-bottom: solid 2px #a6a6a6;
	border-right: solid 2px #a6a6a6;
}

#trContent #contentBottom #bottomRight
{
	float: right;
	width: 570px;
	background-color: #d9d9d9;
	padding: 30px;
	min-height: 289px;
}

#bottom
{
	margin: 10px 0px 10px 300px;
	color: white;
}

.fl
{
	float: left;
}
.fr
{
	float: right;
}
.cb
{
	clear: both;
}
.tac
{
	text-align: center;
}
#bottom a 
{
	color: white;
}

#recent
{
	font-size: 11px;
}

a.more
{
	width: 77px;
	height: 19px;
	line-height: 19px;
	display: block;
	text-align: center;
	color: White;
	text-decoration: none;	
	background: url(../Images/ReadMore.gif) no-repeat;
}
a:hover.more
{
	text-decoration: underline;
	background: url(../Images/ReadMore.gif) no-repeat;
}

.date
{
	color: #898989;
}