@charset "utf-8";
@import url(global.css);


/* LEFT COLUMN */
#leftColumn {
	width:280px;
}


/* LEFT COLUMN HEADER */
#leftColumn h1 {
	height:58px;
	background-image:url(../images/tab_bgBlue_hm.jpg);
	background-repeat:no-repeat;
}

#leftColumn h1 div{
	padding:40px 0 7px 5px;
}

.dottedBlueDark {
	height:7px;
	background-image:url(../images/dotted_blueDark.gif);
	background-repeat:repeat-x;
}

/* LEFT COLUMN CONTENT */
#leftColumn .txtLeft{
	min-height:55px;
	font-size:10px;
	color:#666666;
	padding:0 5px;
}

#leftColumn div .title{
	font-weight:bold;
	margin-bottom:6px;
}

#leftColumn img{
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	padding:1px;
	margin-right:10px;
	float:left;
}

#leftColumn a:link{
	text-decoration:underline;
	color:#666666;
}

#leftColumn a:visited{
	text-decoration:underline;
	color:#666666;
}

#leftColumn a:hover{
	text-decoration:none;
	color:#666666;
}

#leftColumn .seperator{
	margin:7px 0;
	height:2px;
	background-image:url(../images/dotted_grey.gif);
	background-repeat:repeat-x;
}

/* MAIN COLUMN */
#mainColumn {
	width:640px;
	border-left:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
}

/* MAIN COLUMN NAVIGATION */
#navSec {
	width:640px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}

#navSec ul{
	height:35px;
}

#navSec ul img{
	border:0;
}


#navSec ul li{
	display:block;
	list-style: none;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#FFFFFF;
	background-image:url(../images/bg_stripe1.gif);
	background-repeat:repeat-x;
	padding:0 29px;
	float:left;
}

#navSec ul li:hover{
	display:block;
	list-style: none;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#FFFFFF;
	background-image:url(../images/bg_stripe2.gif);
	background-repeat:repeat-x;
	padding:0 29px;
	float:left;
}

/* MAIN CONTENT - LEFT COLUMN */
#mainColumnLeft {
	width:395px;
	float:left;
}

/* MAIN CONTENT - LEFT COLUMN - HEADER */
#mainColumnLeft h1{
	background-color:#D42118;
	height:23px;
	background-image:url(../images/dotted_red.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#mainColumnLeft h1 div{
	padding-left:7px;
	padding-top:6px;
	padding-bottom:0px;
}

/* MAIN CONTENT - LEFT COLUMN - CONTENT */
#mainColumnLeft div{
	padding:6px 20px 15px 7px;
}

/* MAIN CONTENT - RIGHT COLUMN */
#mainColumnRight {
	width:243px;
	border-left:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	float:left;
}

#mainColumnRight h1{
	background-color:#667BB4;
	height:23px;
	background-image:url(../images/dotted_blueLight.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#mainColumnRight h1 div{
	padding-left:7px;
	padding-top:6px;
	padding-bottom:0px;
	font-size:11px;
	color:#FFFFFF;
}

/* MAIN CONTENT - RIGHT COLUMN - CONTENT */
#mainColumnRight div{
	padding:6px 5px 15px 7px;
	font-size:10px;
	color:#666666;
}

#mainColumnRight div div{
	margin:3px 0 5px 0;
	padding:0;
}

.inputText{
	width:170px;
	height:14px;
}

#mainColumnRight .seperator{
	height:2px;
	padding:0;
	margin:0 0 1px 0;
	
	background-image:url(../images/dotted_grey.gif);
}

#mainColumnRight a:link{
	text-decoration:underline;
	color:#666666;
}

#mainColumnRight a:visited{
	text-decoration:underline;
	color:#666666;
}

#mainColumnRight a:hover{
	text-decoration:none;
	color:#666666;
}

