/* CSS Document */
HTML {
	/*background-color: #B9DFF5;*/
}
Body {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #B9DFF5 url(Image/bodybg2.jpg) repeat-y scroll center;
}


#LoggedInContainer{
visibility:hidden;
}

/* Search Styles */
.SearchSubmitBtn
{
	background-image:url(Image/search.png);
	background-repeat:no-repeat;
	height:25px;
	width:30px;
	border:none;
	background-color:Transparent;
	cursor:hand;
}

.sbx
{
	border:solid 1px #000000;
	background-color:#FFFFFF;
	height:20px;
}

#SearchContainer
{
	margin-left:610px;
	margin-top:10px;
	position:absolute;
}


.about{
float:right;
margin-top: -8px;
border-style:solid;
border-width:1px;
border-color: #FFFFFF;
padding:5px;
background-color:#B9DFF5;
}

.docs{
border-style:solid;
border-width:1px;
border-color: #FFFFFF;
padding:5px;
background-color:#B9DFF5;
margin-right:5px;
}

#docdetails{
padding: 0px;
}

/* Html entities styles */
/* Links */
a {
	color: #EAEAEA;
	text-decoration: none;
}
a:hover {
	color: #D4272B;
}
a:visited {
	color: #EAEAEA;
}
h1 {
	font-size:x-large;
}
h2 {
	font-size:large;
}
h3 {
	font-size:medium;
}
h4 {
	font-size:small;
}
h5 {
	font-size:x-small;
}
div {}
p {}
table {}

tr {}
td {}
.label {
	font-weight:bold;
}
.button {
}

/* Divs for page layout */
/* Div surrounding entire page */
#fullpage {
	width: 800px;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
}
/* Div containging Header Editable Region */
#head {
    text-align:left;
    background-color: #FFFFFF;
    width:782px;
}
.headright{
margin-left:0px;
}
.headmid{
margin-left: 190px;
margin-right: 0px;
}
/* Div containing Menu and Menu editable region */
#menu {
	text-align:left;
	/*font-weight: bold;*/
	z-index:1;
	float: left;
	background-color: #2A8EBF;
	background-image: url(Image/menubg2.jpg);
	background-repeat: no-repeat;
	background-position: top-right;
	padding: 0px;
	max-width:180px;
	height:auto;
	list-style:none;
}
/* Top level items */
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#menu ul li {
	padding:2px 0px 12px 0px;
	margin:0px;
	max-width:180px;
	/*background-image:url(Image/Button.png) !important;
	background-image:url(Image/Button.png);
	background-repeat:no-repeat;*/
	
		
}

#menu ul li a {
	padding-left:5px !important;
	padding-left:20px;
	/*padding:2px 0px 10px 0px;*/
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	max-width:180px;	
	
	
}

#menu ul li a:hover {
}

#menu ul li a:active {
}

#menu ul ul {
	margin-top:7px;
	/*background-image:url(Image/ButtonSub.png);
	background-repeat:repeat-y;
	background-position:left;*/
	display:none;
	max-width:180px;
	margin-left:20px;
	/*background-color:#EAEAEA;*/
}

#menu ul ul a {
	width:145px;
	height:auto;
	margin-top:0px;
	margin-bottom:1px;
	padding:3px 3px;
	background-image:none;
	/*background-color:#EAEAEA;
	color:#2C308B;*/
}

#menu ul ul li {
	padding:2px 0px 6px 0px;
	background-image:none !important;
}

#menu ul ul ul {
	background-image:none;
	background-color:none;
	max-width:180px;
}
#menu ul ul ul li {
	background-image:none;
}
#menu .EditableRegion {
background-color: #2C318C ;
max-width:180px;
}

/* Div containing content of page */
#content {
   width: 580px;
   height: auto;
   margin-left: 180px;
   color: #ffffff;
   padding: 15px;
   z-index: 0;
}
/* Div containing footer editable region */
#foot {
color:#FFFFFF;
font-size: 8pt;
margin-left:15px;
margin-top:50px;
}
#laurus{
height: 200px;
background-color: #2C318C;
} 


.credits {
color:#FFFFFF;
font-size: 8pt;
margin-left:15px;
}

.credits a {
color:#FFFFFF;
font-size: 8pt;
text-decoration: underline;
}

.credits a:hover {
color:#EAEAEA;
font-size: 8pt;
text-decoration: underline;
}

.credits a:visited {
color:#FFFFFF;
font-size: 8pt;
text-decoration: underline;
}


