textarea {
  width: 99%;
  height: 220px;
}

body {
  margin:0;
  margin-top: 20px;
  padding:0;
  line-height: 1.1em;
  background-color: #EAEAEA; /* #2670A1; */
  #background-color: #EAEAEA;
  #background: #EDEDED url(img/body_bg.gif) repeat-x
  font-size: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
  font-family: Verdana
}

/* Body Content */

#page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  #page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}


h3 {
  font-size: 1.1875em;
  /* 1.375x body copy size = 22px */
  line-height: 0.0
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.2954em;
    /* 1.5x body copy size = 24px */
    line-height: 0.0;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.5114em;
    /* 1.75x body copy size = 28px */
    line-height: 0.0;
  }
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}


b{font-size: 100%;}
em{color: red;}

#maincontainer{
  width: 900px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  background-color: white;
  border-style: solid;
  #border-color: #cccccc;
  border-color: gray; /*black;*/
  border-width: 1px 1px 1px 1px;
  text-align: left  
}

#topsection{
  #background: #EAEAEA;
  background: white;
  height: 116px; /*Height of top section*/
}

#topsection h1{
  margin: 0;
  padding-top: 15px;
}

#contentwrapper{
  float: left;
  width: 100%;
}

#contentcolumn{
  margin-top: 20px;
  margin-left: 20px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
  padding-left:10px;
  float: left;
  width: 10px; /*Width of left column*/
  margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
  background: white; /*#C8FC98;*/
}

#footer{


#	height: 22px;
#	background-color: #d3e9e9;
#	margin-left: 13px;
#	margin-right: 14px;
#	border-top-width: 1px;
#	border-top-style: solid;
#	border-top-color: #999999;
#	text-align: center;
#	line-height: 1.8em;
#	color: #333333;
#	font-size: 90%;

#	background-color: #d3e9e9;
#	border-top-width: 1px;
#	border-top-style: solid;
#	border-top-color: black;
	
  #clear: left;
  width: 100%;
 # background-color: white;
  #color: #FFF;
  #text-align: left;
  padding: 1px 0;
  #padding-left: 10px;
  font: 10px Verdana;
  #border-width: 1px;
}



#footer a{
  color: #FFFF80;
}

.innertube{
  margin: 0 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
  padding-top: 10px;
  width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
  font: bold 13px Verdana;
  color: white;
  background: #606060 url(img/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: 7px 0 7px 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 Verdana;
  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: #47A3FF; /*black;*/
}


  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(img/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(img/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(img/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin-top: 4px;
margin-bottom: 4px;
padding: 0;
/*float: left;*/
/* width: 100%; */ /*width of menu*/
/* width: 80%; */ /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
/*background: black url(img/indentbg.gif) center center repeat-x;*/
background: white center center repeat-x;
color: black;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
/*float: left;*/
/*color: white;*/ /*text color*/
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 0px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px;  /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*background: black url(img/indentbg2.gif) center center repeat-x;*/
background: #5C98C1 center center repeat-x;
/*#6AA0C5*/
/*#81AFCF */
}




