@charset "UTF-8";
/* CSS Document */

body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;

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

A:link {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}


/*======================================
/ TOP BAR
/=======================================*/

#LogoBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 349px;
	height: 75px;
	background-image: url(../images/full-logo.png);
	cursor: pointer;
}

/*
.SubMenuBox3 {
	display: none;
	position: absolute;
	right: 40px;
	top: 25px;
	background-image: url(../images/submenu-box.png);
	background-repeat: no-repeat;
	width: 249px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size: 12px;
}
*/

.SubMenuBox {
	display: none;
	position: absolute;
	right: 40px;
	top: 25px;
	background-image: url(../images/submenu-mid.png);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size: 12px;
}
.SubMenuLeft{
	position: absolute;
	background-image: url(../images/submenu-left.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 43px;
	left: -14px;
	top: 0px;
}
.SubMenuRight{
	position: absolute;
	background-image: url(../images/submenu-right.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 43px;
	right: -14px;
	top: 0px;
}
.SubMenuX{
	position: absolute;
	bottom: -7px;
	right: -20px;
	background-image: url(../images/cancel-x.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	cursor: pointer;
	
}

#SubMenuNotice {
	position: absolute;
	top: 38px;
	right: 10px;
	font-size: larger;
	font-style: italic;
	color: #324099;
}

#TopMenu {
	position: absolute;
	right: 0px;
	height: 36px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	color: #FFF;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 12px;

}
.TopMenuItem{
	height: 36px;
	padding: 4px; 
	padding-top: 6px;
	background-image: url(../images/top-menu-item.png);
	background-repeat: repeat-x;
	display: block;
	float: right;
}
.TopMenuLeft{
	height: 36px;
	background-image: url(../images/top-menu-left.png);
	width: 15px;
	float: right;
	background-repeat: no-repeat;
}
.TopMenuItem A:link {
	color: #FFF;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 13px;
}
.TopMenuItem A:visited {
	color: #FFF;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 13px;
}
.TopMenuItem A:active {
	color: #FFF;
	font-variant: small-caps;
	
	text-decoration: none;
	font-size: 13px;
}

#UrgentBar{
	background-image: url(../images/UrgentBar.png);
	background-repeat: no-repeat;
	width: 70%;
	height: 22px;
	top: 75px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 150px;
	border: 2px solid red;
	cursor: pointer;
	font-size: 14px;
}

/*======================================
/ MAIN BOX
/=======================================*/

#MainBox {
	position: relative;
	top: 75px;
	width: 90%;
	margin-left: auto ;
 	margin-right: auto ;
	border: 3px #324099 groove;
 
	padding: 4px;
	
}
#MainBoxTop {
	position: relative;
	top: 80px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 3px #324099 groove;
	background-color: #324099;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 4px;
}

#MainBoxTop A:link {
	color: #FFF;
	
}
#MainBoxTop A:visited {
	color: #FFF;
	
}
#MainBoxTop A:active {
	color: #FFF;
	
}


/*======================================
/ MAIN BOX SMALL
/=======================================*/


#MainBoxsm {
	position: relative;
	top: 75px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 3px #324099 groove;
	padding: 4px;
}

#MainBoxTopsm {
	position: relative;
	top: 80px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 3px #324099 groove;
	background-color: #324099;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 4px;
}


/*======================================
/ COPYRIGHT BAR
/=======================================*/

#CopyrightBox {
	position: relative;
	width: 90%;
	top: 75px;

	background-color: #324099;
	border: 3px #324099 groove;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	font-size: 10px;
	font-style: italic;
}

#CopyrightBoxsm {
	position: relative;
	width: 400px;
	top: 75px;

	background-color: #324099;
	border: 3px #324099 groove;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	font-size: 10px;
	font-style: italic;
}

/*======================================
/ GENERAL PAGE ELEMENTS
/=======================================*/



.VisibleTable {
	border: 1px #324099 solid;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.MajorHeaderCell {
	background-color: #324099;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-style: groove;
}

.SubHeaderCell {
	background-color: #324099;
	color: #FFF;
	border-style: groove;
}

.HeaderCell { 
	font-size: 16px; 
	font-weight: bold;
	
}

.MinorHeaderCell {
	font-size: 14px;
	font-weight: bold;
}

.BigNav {
	/*text-decoration: none;*/
	color: #000;
	cursor: pointer;
}

.BigNav2 {
	/*text-decoration: none;*/
	color: #FFF;
	cursor: pointer;
}

.ThumbsUp {
	background-image: url(../images/ThumbsUp.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 24px;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
	padding-right: 6px;
}

.ThumbsDown {
	background-image: url(../images/ThumbsDown.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 24px;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display:  inline-block;
	cursor: pointer;
}

.tinyLink{
	font-size: 10px;
}

.head{
	FONT-FAMILY: sans-serif;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-WEIGHT: bold;
}
.theader3{
	font-family: sans-serif;
	font-size: 9pt;	
	overflow: hidden;
	border: 3px #324099 groove;
	background-color: #324099;
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ThickRightBorder{
	border-right: 3px #324099 solid;
}