/* ############### */
/* GLOBAL ELEMENTS */
/* ############### */

body
{
  padding:0px;
  margin:0px;
  text-align:center;
  background:#333333;
}

form
{
  margin:0px;
  padding:0px
}

img
{
	
}

a
{
	color:#3EA5FC;
}

table.dt
{
	margin-left:auto;
	margin-right:auto;
	width:755px;
}

div, input, table, textarea, body, font, select
{
	font-family:Tahoma; 
	font-size:11px;
	line-height:14px;
	color:#434242;
	vertical-align:top;
}

.left
{
	width:4px;
	background:url(images/left.gif) repeat-y;
}

.right
{
	width:4px;
	background:url(images/left.gif) repeat-y;
}

.center
{
	width:737px;
	background:#FFFFFF;
}

/* ############### */
/* HEADER ELEMENTS */
/* ############### */

div.header
{		
	height: 150px;
	background:url(images/header.gif) repeat-x;
}

img.logo
{
	float:left;	
	padding-top:10px;
	margin-left:10px;
}

div.topNav
{
	float: right;	
	padding-top:10px;
	padding-right:10px;
}

a.topNav
{
	color:#333333;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	border:none;
	background-image:url(images/l3.gif);
	background-repeat:no-repeat;	
	padding-left:20px;
}

a.topNav:hover
{
	text-decoration:underline;
}

/* ################### */
/* NAVIGATION ELEMENTS */
/* ################### */

div.navigation
{
	margin:0;
	padding:0;
	text-align:center;
}

a.navigation
{
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;

	padding-top:5px;
	padding-bottom:6px;
	padding-left:40px;
	padding-right:40px;
	background-image:url('images/m1_new.gif');
}

a.navigation:hover
{
	color:#333333;
	background-image:url('images/m1_1_new.gif');
	background-repeat:repeat-x;
}

a.selected				/*added this 'selected' class as replica of 'hover' styling*/
{
	color:#333333;
	background-image:url('images/m1_1_new.gif');
	background-repeat:repeat-x;
}


/* ############# */
/* BODY ELEMENTS */
/* ############# */

div.content
{
	height:600px;
	background:url(images/content.jpg) no-repeat;
}

div.pageBody
{
	background-image:url('images/content.jpg');
	background-repeat:no-repeat;
	margin-top:7px;
	margin-bottom:14px;
	height:500px;
}

div.pageBodyNoImage
{
	background-image:url('images/contentNoImage.jpg');
	background-repeat:no-repeat;
	margin-top:-7px;
	margin-bottom:14px;
	padding:10px;
	
}

div.contentLeft
{
	float:left;
	margin:0;
	padding:0;
	margin-top:16px;
	margin-left:16px;
	width:280px;
}

div.topLeft
{
	height:216px;
}

div.bottomLeft
{	
	border-left:solid 1px #d6d5cf;
	border-right:solid 1px #d6d5cf;
	padding:10px;
}

img.blBottom
{
	margin-top:-5px;
	margin-bottom:10px;
}

div.contentRight
{
	float:right;
	margin:0;
	padding:0;
	margin-top:16px;
	margin-right:12px;
	width:408px;
}

div.topRight
{
	border-left:solid 1px #d6d5cf;
	border-right:solid 1px #d6d5cf;
	width:381px;
	margin-top:-12px;
	padding:10px;
}

div.bottomRight
{
	margin-top:5px;
	border-left:solid 1px #d6d5cf;
	border-right:solid 1px #d6d5cf;
	width:381px;
	margin-top:-14px;
	padding:10px;
}

img.brTop
{
	margin-top:6px;
}

img.brBottom
{
	margin-top:-8px;
	margin-bottom:8px;
}

/* ############### */
/* FOOTER ELEMENTS */
/* ############### */

div.footer
{
	height:100px;
	background:url(images/footer.gif) repeat-x;
	text-align:center;
	clear:both;
}

.footer div
{
	color:#403F3F;
	text-align:center;
}

.footer a
{
	color:#403F3F;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

.footer strong a
{
	color:#403F3F;
	text-decoration:underline;
}

.footer strong a:hover
{
	text-decoration:none;
}

/* ############# */
/* LIST ELEMENTS */
/* ############# */

ul
{
	margin-left:15px;
	padding:0px;
	line-height:18px;
}

ul li a
{
	color:#3EA5FC;
	text-decoration:underline;
}

ul li a:hover
{
	text-decoration:none;
}

/* ################### */
/* FORMATTING ELEMENTS */
/* ################### */

strong
{
	color:#3EA5FC;
}

span
{
	color:#3EA5FC;
}

p.sectionHeading
{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:10pt;
	text-decoration:underline;
}

b a
{
	color:#514E33;
	text-decoration:none;
	background:url(images/marker.gif) no-repeat right top;
	padding-right:13px;
}

b a:hover
{
	text-decoration:underline;
}

.last b
{
	color:#514E33;
}

.last a
{
	color:#514E33;
	text-decoration:underline;
	font-weight:bold;
}

.last a:hover
{
	text-decoration:none;
}

.form3 input
{
	width:168px;
	height:23px;
	color: #434242;
	padding:2px 0 0 7px;
	border:#434242 1px solid;
	background-color:#FFFFFF;
}

.form3 textarea
{
	width:186px;
	height:129px;
	color: #434242;
	overflow: auto;
	padding:2px 0 0 7px;
	border:#434242 1px solid;
	background-color:#FFFFFF;
}

.dcBlue
{
	text-align:left;
	vertical-align:top;
	width:100%;
	color:#3EA5FC;
}

.list
{
	list-style-image: url(images/left.gif);
	list-style-type: disc;
}

/* ############# */
/* NEWS ELEMENTS */
/* ############# */

div.newsHeader
{
	font-size:16px;
	font-weight:bold;
	margin-top:14px;
	margin-bottom:8px;
}

div.newsItem
{
	border-bottom:solid 2px #434242;
	padding-bottom:6px;
}

div.newsItem table{
width: 690px;
border: 1px solid #000;
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
 
}

a.newsYearLink
{
	text-decoration:none;
	color:#434242;
}

a.newsYearLink:hover
{
	text-decoration:underline;
	color:#3EA5FC;
}.BoldUsernamePassword {
	font-weight: bold;
	color: #000066;
}

