/* Stylesheet for home page */


/* Tag Definitions limited to ID's */
BODY {
}

.headerRow {
	height: 127px;
}

.logo {
	float:left;
  height: 101px;
	height: 37px;
	width: 127px;
  margin: 11px 0 0 761px;
	margin: 53px 0 0 761px;
}

.twocols {
	float: left;
}
 
.rightcol {
  	padding-top: 0;
}

.maincol {
	float: right;
	min-height: 165px;
}

* html .maincol {
	height: 165px;
}

.maincolContent {
	min-height: 100px;
}

* html .maincolContent {
	height: 100px;
}

.middlecol {
    float: right;	
    width: 468px;
}

.themeCol {
	float: left;
	border-color: #B6B6B6;
	border-width: 1px;
	border-style: solid; 
	width: 705px;
	margin: 0 0 10px 0;
}

.themeCol IMG{
	border: none;	
}

.shortCutLinkBox {	
	border-color: #B6B6B6;
	border-width: 0 1px 1px 1px;
	border-style: solid; 
	margin: 0 0 10px 0;
}

.shortCutLink A{
	display: block;
	min-height: 23px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/shortcutLinkBg.png);
	padding: 9px 0 0 32px;
	font-size: 100%;
	font-weight: bold;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #6E6E6E;
	text-decoration: none;
}

* html .shortCutLink A { 
	height: 23px;
}

.shortCutLink A:hover{
	color: #E21A1F;	
}

.shortCutLinkDropDown {
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/shortcutLinkBg.png);
	padding: 6px 0 0 32px;
	min-height: 26px;
}

* html .shortCutLinkDropDown { 
	height:  26px;
}

.shortCutLinkDropDown SELECT{
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #6E6E6E;
	width: 187px;
}

/*
.leftcol .colBox,
.leftcol .colBoxGrey,
.middlecol .colBox,
.middlecol .colBoxGrey {
	min-height: 170px;
}

* html .leftcol .colBox,
* html .leftcol .colBoxGrey,
* html .middlecol .colBox,
* html .middlecol .colBoxGrey {
	height: 170px;
}
*/


