/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	background: #DDDDDD url('/images/bg.jpg') repeat-x left top;
	font-family : Arial, Helvetica, Sans-serif;
	font-size: small;
	color: #333333;;
}

a
{
	color: #2C61A9;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #2C61A9;
}

ul
{
	clear:both;
	margin:0 0 0px;
	padding:0;
	list-style:none;
}

ul li
{
	margin-left:0px;
	padding-left:13px;
	background:url(/images/icons/dbl_arrow.jpg) no-repeat 0px 5px;
}

.rightDynHead
{
	color: #000000;
/*	background-color:#555555;*/
	border-bottom: #FFC000 1px solid;
	font-weight: bold;
	font-size: x-small;
	width: 100%;
}

#rightBox
{
	font-size: xx-small;
}

.devText
{
	color: #333333;
	font-size: x-small;
}

.devText:visited
{
	color: #333333;
}

.pubDate
{
  font-size: 8pt;
  text-align: right;
  font-style: italic;
}

.newsImg
{
	margin-right: 5px;
}

a.newsHeading
{
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;/*#0055BB/*#2C61A9;*/
}

.readMore
{
	color: #333333;
	font-weight: bold;
}

.readMore:hover
{
	color: #333333;
	font-weight: bold;
}

.readMore:visited
{
	color: #333333;
	font-weight: bold;
}

.showCatHead
{
	float: left;
	font-size: xx-large;
	font-weight: bold;
}

.courseIcon
{
	position: relative;
	margin-top: -35px;
	margin-left: -10px;
}

#btnArea
{
	float: right;
	padding-top: 2px;
	height: 20px;
}

#courseBox
{
	float: left;
	/*background: #EEEEEE;*/
	padding: 3px;
	width: 23%;
	height: 25px;
	text-align: left;
	font-weight: bold;
}

#courseHeading
{
	position: relative;
	margin: 8px 0 0 0;
	padding-left: 45px;
	border: #CCCCCC 1px solid;
}

#teaserList
{
	width: 100%;
	font-size: x-small;
}

#contact
{
	float: left;
	width: 19%;
	margin-left: 7px;
}

#news
{
	float: left;
	border: #CCCCCC 1px solid;
	background: #FFFFFF;
	padding: 7px 0 7px 7px;
	width: 78%;
}

#newsContent
{
	/*float: left;*/
	padding: 1px 7px 10px 15px;
}

#newsBlock
{
	width: 196px;
	margin: 0 8px 0 0;
	float: left;
	font-size: x-small;
}

#newsCatBlock
{
	width: 240px;
	margin-right: 20px;
	float: left;
}

#newsBlockRight
{
	width: 312px;
	float: left;
}

#newsBlockMedium
{
	float: left;
	width: 300px;
	padding-right: 26px;
}

#staticContent
{
	/*float: left;*/
	padding: 7px 7px 10px 15px;
}

#threeColImg
{
	border: #A37346 1px solid;
}

#searchArea
{
	float: right;
}

#header 
{
	width: 800px;
	height: 120px;
	margin: 0px auto;
/*	border: #000000 1px solid;*/
}

#logo
{	
	/*float: left;*/
	background: url('/images/header/header.jpg') no-repeat;	
	width: 800px;
	height: 85px;
/*	border: #000000 1px solid;*/
}

#topMenu
{
	float: left;
	width: 100%;
	height: 23px;
}

#topMenu a
{
	float: left;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 4px;
	border-left: #FFFFFF 1px dotted;
}

#topMenu a:hover
{
	background: #41505C;
	text-decoration: none;
	color: #ffffff;
	height: 15px;
}

#topMenu a:active
{
	background: #41505C;
}


#search
{
	float: right; 
/*	border: #000000 1px solid;*/
}

#topContent
{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#content
{
	float: none;
	width: 786px;
	min-height: 500px;
	margin: 0px auto;
	background: #ffffff;
	padding: 7px;
}

#text 
{
	float: left;
	padding: 20px 5px 5px 5px;
	min-height: 500px;
	width: 655px;
	border-right: #BBBBBB 2px solid; 
}

#sidebar
{
	float:right; 
	width:230px; 
	height: 560px; 
	padding: 0 0 0 0; 
}

#rightBox
{
	padding: 14px;
}

#footer
{
	width: 800px;
	height: 100px;
	margin: 0px auto;
	text-align: center;
	font-size: x-small;
}
