.ColumnTable {
	width:100%;
/*	border:5px solid #E2DED9;*/
}
.ColumnTable.BGGray {
/*	border:5px solid #e2ded9;*/
}

.ColumnTable td {
	padding:5px;
	vertical-align:top;
}

.ColumnTable .Header {
	text-transform: uppercase;
	font-size:24px;
	font-weight:bold;
	font-style: oblique;
	font-family:'Arial Black';
	color:#808385;
	padding-left:5px;
	margin-bottom:4px;
}

.ColumnTable .Sidebar {
	border-left:1px dotted white;
	width:240px;
}
.ColumnTable .Sidebar .SidebarItem a {
	text-decoration:none;
	color:white;
}
.ColumnTable.BGGray .Sidebar {border-left:1px dotted #A19588;}
.ColumnTable.BGGray .Sidebar .SidebarItem a {color:black;}

.ColumnTable .Sidebar p {
	padding-left:5px;
	line-height:15px;
}

.ColumnTable .SidebarItem {
	display:block;
/*	color:black;*/
	text-transform: uppercase;
	padding:4px;
	padding-left:20px;
	font-weight:bold;
	border-bottom:1px solid white;
	font-size:16px;
	letter-spacing:2px;
	text-decoration:none;
}
.ColumnTable a.SidebarItem {color:black;}
.ColumnTable .SidebarItemSmall {
	display:block;
	color:black;
	padding:4px;
	padding-left:30px;
	font-size:11px;
	color:black;
	text-decoration:none;
}
.ColumnTable .Selected {background-color:#D4CFC8;}

.ArticleTitle {
	border-collapse:collapse;
	width:100%;
}
.ArticleTitle td {
	border:none;
	vertical-align:middle;
	color:white;
	font-weight:bold;
	font-family:'Arial';
	text-transform: uppercase;
	letter-spacing:1px;
	line-height:13px;
}
.ArticleTitle .at1 {width:5px;background-position:left top;background-repeat:no-repeat;}
.ArticleTitle .at2 {border-right:2px solid white;white-space:nowrap;padding-right:15px;width:95px;}
.ArticleTitle .at3 {padding-left:5px;overflow:hidden;}
.ArticleTitle .at4 {width:5px;background-position:right top;background-repeat:no-repeat;}

.ArticleTitle.Blue {background-color:#00AEEF;}
.ArticleTitle.Blue .at1 {background-image:url(/images/ArticleTitle_Blue_Left.gif);}
.ArticleTitle.Blue .at4 {background-image:url(/images/ArticleTitle_Blue_Right.gif);}

.ArticleTitle.Orange {background-color:#FDB813;}
.ArticleTitle.Orange .at1 {background-image:url(/images/ArticleTitle_Orange_Left.gif);}
.ArticleTitle.Orange .at4 {background-image:url(/images/ArticleTitle_Orange_Right.gif);}

.ArticleTitle.Green {background-color:#C0D733;}
.ArticleTitle.Green .at1 {background-image:url(/images/ArticleTitle_Green_Left.gif);}
.ArticleTitle.Green .at4 {background-image:url(/images/ArticleTitle_Green_Right.gif);}

.ArticleTitle td a {
	color:white;
	text-decoration:none;
}

.ColumnTable .ArticleBody, .ColumnTable .ArticleFooter {
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}
.ColumnTable .ArticleFooter {
	border-top:1px dotted #A19588;
	padding-bottom:30px;
}
/*.ColumnTable .ArticleBody p {margin:0;}*/


.ArchiveHeader {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:black;
	text-indent:10px;
	margin-top:5px;
}
.ArchiveHeader img {display:inline;vertical-align:top;}
.ArchiveItem {
	font-size:11px;
	font-weight:normal;
	color:black;
	text-indent:20px;
	text-transform: uppercase;
}
.ArchiveHeader a, .ArchiveItem a {color:black;text-decoration:none;}


.HelpPage h2 {margin:0}
.HelpPage ul {margin-top:0;margin-left:10px;margin-bottom:10px;}


.JobDescriptionShort {display:block;margin:0;}
.JobDescriptionLong {display:none;margin:0;}
.JobDescriptionLong p {margin-top:0;}
.Expanded .JobDescriptionShort {display:none;}
.Expanded .JobDescriptionLong {display:block;}