body
{
font: normal 13px Arial;
color: black;
background-color:#ffffff;

}
.HeaderStyle
{
    width: 100%;
    background-image: url('images/islBG.jpg');
      
}
.PageBackground
{
   /* background-color:#000;
     background-repeat:no-repeat;   
    */
   background-image: url('images/body-bg.jpg') ; 
   background-repeat:repeat-x;
   background-color:Black;
    
}

.GridRow
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.Menu
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:small;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

.SubTitle
{
    font: bold 13px Verdana;
    color: white;
    background: #606060 url(images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 5px 0 5px 31px; /*31px is left indentation of header text*/
    font-weight: bold;


}

.BulletPoint
{
     /*last 2 values are the x and y coordinates of bullet image background:  url(images/arrowstop.gif) no-repeat 8px 6px;*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    padding: 5px 5px 5px 5px; /*31px is left indentation of header text*/
    list-style-image:url(images/arrowstop.gif);


}

.Paragraph
{
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    padding: 5px 0 5px 31px; /*31px is left indentation of header text*/
    

}


.Title
{
  text-decoration: none;
  color: #50514D;
  font-size  : 20px;
  font-weight  : normal;
  letter-spacing : 2px;
  

}
a:link
{
    text-decoration:none;
    
}

a:hover
{

}

a:visited
{
 text-decoration:none;
 
}

/* Side Menu  */
.urbangreymenu{
width: 200px; /*width of menu*/
}
.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

/* Side Menu End */




/****************** Submit Form */

#stylized{
		border:solid 2px #b7ddf2;
		
		background:#E5E5E5;
    margin-left: 0px;
}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	
	#stylized select{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	
	
	#stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
		overflow:scroll;
	}
	
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(images/cnbutton.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}

/* **************** Submit Form */