/* Body style */
body {
	background-color:#000000;
	margin:2px;
	text-align:center;
}

/* Forces browser height of 100% */
html{
	height: 100%;
}

/* Catch-all to ensure text consistency */
div, table, tr, td, p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* the bottom box of logo container*/
.header{
	height:10%;
	width:100%;
	text-align:left;
}

.middleBox{
	text-align:justify;
	width:auto;    
	color:#FE6234;
	padding:5px;
    margin:2px;
	float:none;
	margin-top:5px;
}

h1{
	font-size:12px;
	font-weight:bold;
	margin:0;
	text-decoration:underline;
	color:#FE6234;
}


.footerDiv{
	height:10%;
	width:100%;
	background-color:#333333;
	float:right;
	text-align:center;
	color:#FFFFFF;
}
/* The first left td cell*/
.L1{
	border:1px solid #333333;
	background-color:#FFFFFF;
}

/*The first right td cell*/
.R1{
	border:1px solid #333333;
	background-color:#FFFFFF;
}

.footerDiv a {
	text-align:right;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.footerDiv a:hover {
	text-align:right;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}


.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#topDiv{
	width:100%;
	height:60px;
	background-color:#FFFFFF;
	margin:0px; 
	padding:0px;
	vertical-align:middle;
}
#logoDiv{
	float:left;
	padding-left:5px;
	vertical-align:middle;
}
.topMiddle{
	margin-left:10px;
	float:left;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:normal;
	line-height:10px;
	vertical-align:top;
}

#topRight{
	float:right;
	padding-top:6px;
	font-size:11px;
	margin-right:10px;
}
.whiteboldtext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	text-align:right;
}
.whiteProfileText {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	text-align:left;
}
.ulHeading {
	font-family: Tahoma;
	font-size: 12px;
	color: #FE6234;
	text-decoration:underline;
	font-weight:bold;
}
.inputbox {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
	padding: 2px;
	color: #5e666f;
	vertical-align:middle;
}

table.flagorange {
	border-width: 2px;
	border-style: solid;
	border-color: orange;
}
table.flagwhite {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
table.flaggreen {
	border-width: 2px;
	border-style: solid;
	border-color: green;
}

a.bluelink{
	font-family: Tahoma;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
	margin: 0px;
	font-weight: bold;
}
a.greenlink{
	font-family: Tahoma;
	font-size: 11px;
	color: green;
	text-decoration: underline;
	margin: 0px;
	font-weight: bold;
}
a.orangelink{
	font-family: Tahoma;
	font-size: 11px;
	color:orange;
	text-decoration: underline;
	margin: 0px;
	font-weight: bold;
}

.button {
	background-image: url(images/button.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 22px;
	padding: 3px;
}
.ItemStyle {
	font-family: "Arial";
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(images/sitemap_usm.gif);
	color: #003399;
}

.mainTheme{
	background:#FE6234; 
	text-align:center;
	vertical-align:top;
}

#middleContentsearchbox{
	width:420px;
	border-top:#dce3ea solid 2px; 
	border-bottom:#dce3ea solid 2px; 
	border-left:#dce3ea solid 2px; 
	border-right:#dce3ea solid 2px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	text-align:left;
	color:#0033CC;
	font-weight:bold;
}

