/***********************************************/
/* Copyright 2007. Intergraphic Designs */
/* ODEF CSS */
/***********************************************/


/***********************************************/
/************** BODY ELEMENTS *****************/
/***********************************************/
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
tr,td {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666; 
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666; 
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666; 
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #666666; 
}
p {
	margin: 0px; 
	padding:0px;
}
form {
	padding: 0px;
	margin: 0px;
}
input {
	border: 1px solid #999999;
	font-size: 10px;
	color: #777777;
}


/***********************************************/
/************** LINKS *****************/
/***********************************************/
a {
	color: #EF348D;
	text-decoration: none;
}
a:hover {
	color: #555555;
}
a.news {
	font-size: 10px;
}
a.news:hover {
	text-decoration: underline;
}
a.topLink {
	color: #ffffff;
	margin-right: 5px;
	margin-left: 5px;
}
a.topLink:hover {
	color: #EF348D;
}

/************** GLOBAL NAVIGATION *****************/
a.globNav {
	height: 25px;
	display: block;
	font-weight: bold;
	color: #7E4808;
	background-image: url(images/bt_out.jpg);
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 1px 0px;
}
a.globNav:hover {
	color: #ffffff;
	background-image: url(images/bt_over.jpg);
}


/***********************************************/
/************** TEXT STYLES *****************/
/***********************************************/
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.colorBrown {
	color: #7E4808;
}
.colorPink {
	color: #F14F9C;
}
.colorWhite {
	color: #ffffff;
}
.lineDiv {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin: 0px;
	padding: 0px;
}
.rtitleContainer {
	height: 25px;
	background-image: url(images/titleBg.gif);
	background-repeat: no-repeat;
	background-color: #B4B1B2;
	color: #ffffff;
	padding: 6px 0px 0px 30px;
	margin: 1px 0px 0px 0px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}
.articleLine {
	width: 200px;
	background-image: url(images/article_line.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 15px;
}
.articleDate {
	font-size: 10px;
}
.footLink {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.footLink a{
	color: #BEBEBE;
}
.footLink a:hover {
	color: #555555;
	text-decoration: none;
}
.imgBorder {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 3px;
	color: #CCCCCC;
	text-align: center;
	display: block;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}

/***********************************************/
/************** DIV IDS *****************/
/***********************************************/


/************** HEADER *****************/
#header {
	width: 100%;
	height: 154px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-x;
	float: left;
}
#leftHead {
	width: 146px;
	height: 154px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#centerHead {
	height: 154px;
	margin-left: 146px;
	margin-right: 230px;
}
#rightHead {
	width: 230px;
	height: 154px;
	float:right;
	margin: 0px;
	padding: 0px;
}
#topNav {
	width: 225px;
	height: 123px;
	text-align: right;
	padding-right: 5px;
	background-image: url(images/right_corner.jpg);
	float:left;
}
#topSearch {
	width: 230px;
	height: 30px;
	border-top: 1px solid #ffffff;
	background-image: url(images/search_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float:left;
}


/************** BODY *****************/

#body {
	width: 100%;
	float: left;
	background-image: url(images/greyBg.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#centerLine {
	width: 100%;
	float: left;
	background-image: url(images/whitebgLine.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
#leftBody {
	width: 146px;
	float: left;
}
#centerBody {
	margin-left: 146px;
	margin-right: 230px;
}
#rightBody {
	width: 230px;
	float: right;
}
#globNav {
	width: 146px;
	float: left;
	margin-bottom: 15px;
}
.bodyContainer {
	padding: 20px;
}

/************** 2 COLUMNS *****************/
#cBody {
	margin-left: 146px;
	margin-right: 1px;
}
#cRight {
	width: 1px;
	float: right;
}


/************** FOOTER *****************/

#footer {
	width: 100%;
	height: 16px;
	text-align: right;
	color: #ffffff;
	padding: 2px 0px 0px 0px;
	background-color: #999999;
	border-top: 1px solid #ffffff;
	background-image: url(images/footerBg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}
#footerLinks {
	text-align: right;
	width: 100%;
	float: left;
	color: #999999;
}