html{
background-image: url(Image/htmlbg.jpg);
background-repeat:repeat-x;
background-color: #0360AE;
margin:0px;
padding:0px;
}

#ctl00_ContentPlaceHolder_KnowledgeBase1_TabContainer1_body{
width:255px;
}

body{
margin:0px;
padding:10px;
padding-top:0px;
font-family: arial, verdana, sans-serif;
}

#LoggedInContainer{
visibility:hidden;
}
/* Html entities styles */
/* Links */
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #D4272B;
}
a:visited {
	color: #0000FF;
}
a:visited:hover {
	color: #D4272B;
}
h1 {
	font-size:x-large;
}
h2 {
	font-size:large;
}
h3 {
	font-size:medium;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #606060;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #0088CC;
}
div {}
p, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #606060;
}

table {}
tr {}
td {}
.label {
	font-weight:bold;
}
.button {
}

.MapHead 
{
	
}

.Maplabel 
{
	font-weight:bold;
}

.MapLink
{
	color: Blue;
}

/* Divs for page layout */
/* Div surrounding entire page */

#fullpage{
background-color: #ffffff;
width:900px;
margin:auto;
padding:0px;
}

/* Div containging Header Editable Region 
#head{
width:924px;
height:50px;
background-color:#479CDD;
margin-left:0px;
padding:0px;
}
*/
#head {
    text-align:left;
    font-size: 10pt;
    background-image:url(Image/headerbg.jpg);
    background-repeat:no-repeat;
    margin-top:0px;
    height: 321px;
    padding-left:5px;
}

#head a, #head a:visited{
color:#FFFFFF;
}

/* Div containing Menu and Menu editable region */
#menu {
	text-align:left;
	z-index:1;
	margin-left:15px;
	padding-top:15px;
	height: 5px;
	visibility:hidden;
}
#menu .EditableRegion {}

/* All <ul> tags in the menu including the first level */
.FlyoutMenu ul, .FlyoutMenu ul  ul {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

/* First level items */
.FlyoutMenu ul li {
	/*float: left;*/
	margin:0px;
	padding:10px;
	display: inline;
	position: relative;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align:left;
	list-style:none;	
}


/* Div containing content of page */

#content{
width: 890px;
overflow:hidden;
padding-left: 10px;
margin-top:-241px;
padding-bottom:20px;
background-image:url(Image/contentbg.jpg);
   background-repeat:repeat-y;
}

/* Div containing footer editable region */
#foot {
border-bottom: 1px solid #000000;
width:898px;
height:50px;
padding-left:2px;
margin-left:0px;
background-image:url(Image/contentbg.jpg);
   background-repeat:repeat-y;
}