html,body {
	height: 100%;
	margin: 0;
}

.contentWindow {
	border-width: 0px;
	border-style: none;
}

.menuTagText {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e5e5e5;
}

.menuText {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e5e5e5;
	background-color: #5E728C;
}

.menuTextOver {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e5e5e5;
	background-color: #6e829c;
	cursor:pointer;
}

.articleTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #264573;
}

.articleTitle2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000070;
}

.articleTitle3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000070;
}

.articleText {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal; 
	color: #000000;
	letter-spacing: 0px;
        margin-top: 0;
        border-top-width: 0;
        padding-top: 0;
        margin-bottom: 0;
        border-bottom-width: 0;
        padding-bottom: 5px;
}

.articleUL {
        font-family: Arial;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
        letter-spacing: 0px;
	margin-top: 0; 
	border-top-width: 0; 
	padding-top: 0; 
	margin-bottom: 0; 
	border-bottom-width: 0; 
	padding-bottom: 0; 
	line-height: 15px;
}


.articleLink {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000070;
	text-decoration: underline;
}

.articleLink:hover {
	text-decoration: underline;
	color: #000090;
}

.bottomBarLink {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #c0c0e0;
	text-decoration: none;
}

.bottomBarLink:Hover {
	color: #93b2dd;
}

.sitemapHead {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5E728C;
}

.sitemapItem {
	font-family: Arial;
	font-size: 11px;
	color: #5E728C;
	text-decoration: none;
	background-color: #ffffff;
}

.sitemapItem:hover {
	text-decoration: underline;
}

.sitemapBox {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.searchBox {
	border-width: 1px;
	border-color: #000000;
	background-color: #93b2dd;
	border-style: solid;
}

.searchText {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.formSelect {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.formInput {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.formTextarea {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.formButton {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #000070;
	background-color: #5e728c;
	width: 100px;
	height: 20px;
}

.formButton:Hover {
	background-color: #6e729c;
}

.jobBox {
	border-width: 3px;
	border-style: solid;
	border-color: #93b2dd;
	background-color: #ffffff;
}
.jobTag {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000070;
	background-color: #93b2dd;
}
.jobValue {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #d06830;
}
.jobText {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000070;
	text-align: justify;
	letter-spacing: 0px;
}

.sideboxTitle {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.sideboxText {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.sideboxSelect {
	font-family: Arial Narrow, Arial;
	font-size: 10px;
	font-weight: normal;
	font-color: #000000;
	width: 120px;
}

.sideboxInput {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-color: #000000;
	width: 120px;
}

.tableText {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.tableHead {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000070;
}


.jsSelect {
	font-family: Arial;
	font-size: 11px;
	color: #000070;
	width: 250px;
}


/* Job Stuff */
.templatetext {
	font-family: Arial;
	font-size: 11px;
}
.jobtitle {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.subheading {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.details {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
tr.trbg td {
	background-color: #5e728c;
}

