html
{
    font-size: 100%;
}

body
{
    margin:0;
	background-color: #CCCCCC;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background:url(../../../images/bg.jpg) top repeat-x #316eaa;

}

body form
{
	margin:auto;
	width: 777px;
    text-align: left;
    overflow: hidden;

}

#Page
{
    position: relative;
	/*background: url(images/PageBg.png) repeat-y right top;
	padding: 0 0.5em;*/
}

a {text-decoration:none;}
a img{border:none;}

h1 {font-weight: bold; font-size: 1.6em; line-height: 1.4em; padding: 0; margin: 0;}
h2 {font-weight: bold; font-size: 1.4em; padding: 0; margin: 0 0;}
h3 {font-weight: bold; font-size: 1.2em; padding: 0; margin: 0 0;}

img 
{
	border:none;
}

.clear
{
    clear: both;
}
.clearleft
{
    clear: left;
}

p 
{
    margin: 0 0 1em 0; 
    padding: 0; 
    width: 100%;
}

.introduction 
{
    font-style:italic;
}

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border:0;
}

hr.clear 
{
    clear: both;
}

ul 
{
    padding: 0;
    margin: 1.5em;
}

fieldset 
{   
	margin: 0 0 1em 0;
	padding: 1em;
}

.hidden 
{
    display: none;
}

.error 
{
    color: Red;
}

.button
{
    border: 1px solid black;
    color:White;
    background: #1967B9 url(../../../images/buttonBg.png) repeat-x;
}

table
{
	font-size: 1em;
	border-collapse: collapse;
}

th
{
	text-align: left;
}


/************************/
/* HEADER               */
/************************/
#HeaderArea
{
	background-color: #FFFFFF;
}

#Header
{
}

#Logotype
{
}

/************************/
/* SUBHEADER            */
/************************/
#SubHeaderArea
{
    float: left;
	padding: 5px 5px 10px 5px;
	background-color: #FFF191;
	width: 100%;
	*width: 98.7%;
}

/*************************/
/* QUICKSEARCH           */
/*************************/
#QuickSearchArea
{
    float:left;
}
.QuickSearch
{
	margin: 5px 8px 0px 0px;
}

input.quickSearchField
{
	border: 1px solid #9C9A94;
	float: left;
	margin: 0px 2px 0px 0px;
	width: 11em;
}

.quickSearchButton
{
	width: 23px;
	height: 21px;
	display: block; 
	float: left;	
}


#Functions
{
	font-size: 1.2em;
	clear:both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	padding:5px 10px;
	width:500px;
}
#Functions .flabel
{
    color:#000099;
    float:right;
}
#Functions .flanguages
{
    float:right;
}
#Functions ul
{
    margin: 0;
    padding: 0;

}
#Functions li
{
	display: block;
	float: left;
	border-right: 1px solid #000;

}
#Functions li a 
{

	color:#3B6BB5;
	text-decoration: underline;
	padding: 0 5px;

}

#Functions a:hover
{
	color: #3399FF;
	text-decoration: underline;
}

/*a.rssButton
{
	background: url(images/ButtonRss.png) no-repeat;
	font-size: 1.2em;
	padding: 0 2em;
}

a.loginButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.logoutButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.sitemapButton
{
	background: url(images/ButtonSitemap.png) no-repeat;
}

a.languageButton, input.languageButton
{
	background: url(images/buttonLanguage.png) no-repeat;
}

input.languageButton 
{
    width: 20px;
    float: left;
    height: 1.6em;
}

select.languageButton 
{
    font-size: 1em;
}*/

/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea 
{
	position: relative;
	height: 44px; 
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 24px;
	clear: both;
	overflow: hidden;
	background: url(../../../images/bg_button.jpg) bottom left repeat-x #FFFFFF;

}

#MainMenuArea ul 
{
	height: 44px;
	
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

#MainMenuArea li 
{
	display: block;
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	height: 40px;
}

#MainMenuArea li.selected 
{
}

#MainMenuArea li.selected a 
{
	display: block;
	padding: 10px 16px;
	background: url(../../../images/bg_button_over.jpg) bottom left repeat-x;
}

#MainMenuArea li a 
{
	display: block;
	padding: 10px 16px;
	text-decoration: none;
	color: White;
	background: url(../../../images/bg_button.jpg) bottom left repeat-x;

}

#MainMenuArea li.unselected a:hover 
{
	background: url(../../../images/bg_button_over.jpg) bottom left repeat-x;
	padding: 10px 16px;
}

/*************************/
/* STAGEAREA             */
/*************************/
#StageArea
{
    float:left;
    /*width: 100%;*/
    width: 77.2em;
    padding: 0.5em 0.5em 1.5em 0.5em;
	overflow: hidden;
	background-color: #FFFFFF;
	font-size: 1em;
}

/*************************/
/* BREADCRUMBS           */
/*************************/
#BreadCrumbsArea
{
	/*position: absolute;*/
	/*left: 20.5em;*/
	font-size: 1.2em;
	line-height: 2.5em;
	padding: 0 0.5em;
	background-color: #FFFFFF;
}

#BreadCrumbsArea a
{
    color: #000;
	text-decoration: none;
}

#BreadCrumbsArea a:hover
{
	text-decoration: underline;
}

/*************************/
/* SUBMENUAREA           */
/*************************/
#SubMenuArea
{
	width: 14em;
	float: left;
	overflow: hidden;
	color: #3e3e3e;
	padding-bottom: 2em;
	font-size: 1.2em;
	background-color: #FFF;
}

#SubMenuArea a
{
	color: #FFFFFF;
}

#SubMenuArea a:hover
{
	color: #F6D31F;
}

#SubMenuArea ul
{
	padding: 0.5em 0 2.5em 0;
	margin: 0em 0em;
	list-style-type: none;
	line-height: 1em;	
	background-color: #3868B4;
}

#SubMenuArea ul ul
{
	margin: 0 0 0.6em 1.5em;
	border: 0;
}

#SubMenuArea li
{
	/*border-bottom: 1px solid #d7d7d7;*/
}

#SubMenuArea li a, #SubMenuArea li span
{
	display: block;
	padding: 0.5em 0.5em 0.5em 12px;
	text-decoration: none;
}

#SubMenuArea li span 
{
	/*background-image: url(images/SubMenuSelected.png);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;*/
	background-color: #5D85C2;
	color: #F6D31F;
}

#SubMenuArea li li span 
{
	background-position: 0.7em 0.2em;
}

#SubMenuArea li li a, #SubMenuArea li li span
{
	padding: 2px 0px 2px 15px;
}

#SubMenuArea li li
{	
	border-bottom-color: White;
	font-size: 0.8em;
}

#SubMenuArea li li span
{
	font-weight: bold;
}

#SubMenuArea li li li
{
	font-size: 1em;
}

/*************************/
/* CONTENTAREA           */
/*************************/
#MainContentArea
{
    /* IE 6 doesn't support min-height so the height is set instead, */
    /* relying on that it will expand beyond it if needed */
    height: 20em;
    min-height: 20em;
    /*margin-top: 1.5em;
    background: url(images/pageDivider.png) repeat-y 32em;*/
	width: 59.5em;
	float: left;
}

/* IE 6 doesn't understand the > selector and ignores it */
html>body #MainContentArea {height: auto;}

#MainBodyArea
{
	width: 60em;
	overflow: hidden;
	float: left;
}

#MainBodyArea #MainBody
{	
    
    /*min-height: 20em;*/
	padding: 1em 2em 2em;
	font-size: 1.2em;

}

#MainBodyArea #MainBody table
{
}

#MainBodyArea .pageList
{
	padding: 0;
}

#MainBodyArea .pageList ul
{
	list-style: none;
	margin: 0;
	padding:0;
	padding-top: 0.5em;
}

#SecondaryBodyArea
{
	width: 60em;
	overflow: hidden;
	float: left;
}

#SecondaryBodyArea #SecondaryBody
{
	margin: 0 1em;
	
}

/*************************/
/* STARTPAGE             */
/*************************/
#StageArea.StartPage 
{
    float:left;
    position: relative;
    background-image: none;
    background-color: #FFFFFF;
    padding-bottom: 0;
	overflow: hidden;
}

#StageArea.StartPage #ImageArea 
{
	position: relative;
	overflow: hidden;
	width: 100%;
	/*height: 18em;*/
	clear: both;
	/*background-color: #006ea0;*/
	border-bottom: 0em solid #CCCCCC;
}

#StageArea.StartPage #MainContentArea
{
    float: left;
    height: auto;
	min-height: 0;
	padding: 1em 0;
	margin: 0;
	background-image: none;
	overflow: hidden;
	width: 100%;
	
}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea
{
    float: left;
    width: 50em;
    padding: 0 2em 0 1.5em;
    overflow: hidden;
}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea #MainBodyArea 
{
    /*float: left;
    width: 49em;
    padding: 0 2em 0 1.5em;
	border: 0;
	overflow: hidden;*/
    width: 100%;
}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea #MainBodyArea #MainBody
{
    min-height: 0em;
    /*padding: 1em 2em 2em;*/
    padding: 1em 1em 2em 0;

}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea #SecondaryBodyArea 
{
	
	/*float: left;
	width: 49em;
    padding: 0 2em 0 1.5em;
	border: 0;
	overflow: hidden;*/
	width: 100%;
}

#StageArea.StartPage #MainContentArea #MainBodyLeftArea #SecondaryBodyArea #SecondaryBody
{
    min-height: 0em;
    padding: 1em 0em 2em;
	margin: 0;
}

#PodList
{
 
}
#PodList ul
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    
}
#PodList ul li
{
    float: left;
    width: 24.3em;
    margin: 0 0.5em 1.0em 0;

}
#PodList ul li div.podlist_header
{
    background: url(../../../images/corner_right_titlebar.gif) no-repeat top right #E2E9F4;
    padding: 0 0.5em;
}
#PodList ul li div.podlist_body
{
    background: url(../../../images/dotline.gif) repeat-x top left #D3DCE9;
    padding: 0.9em 0.7em 1.5em;
}
#PodList ul li div.podlist_body div.podlist_image_outer
{
    float: left;
    background: #919191;
    margin: 0.1em 0.5em 0 0;

}
#PodList ul li div.podlist_body div.podlist_image_outer div.podlist_image
{

    position: relative;
    top: -0.2em;
    left: -0.2em;
    width: 9.5em;
    padding: 0.3em 0.3em 0.2em 0.4em;
    margin: 0.1em 0 0 0;
    background-color: #FFF;
    border: 1px solid #A9A9A9;

}
#PodList ul li div.podlist_body div.podlist_text
{
    float: left;
    width: 11.5em;
    padding-right: 0.5em;
    
}



#StageArea.StartPage #MainContentArea #MainBodyRightArea
{
	float: left;
	width: 23em;
	overflow: hidden;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #NewsArea
{
	float: left;
	width: 20em;
	padding: 1em 1em 1em 1em;
	background: url(../../../images/corner_right_titlebar.gif) no-repeat top right #E2E9F4;
	overflow: hidden;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #NewsArea li
{
	margin: 0.5em 0;
	padding: 0 0 0.5em 0;
	background: url(../../../images/dotline.gif) repeat-x bottom left;
}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #MapArea
{
	float: left;
	width: 20em;
	padding: 1em 0 1em 0;
	overflow: hidden;

}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #LinksArea
{
	float: left;
	width: 20em;
	padding: 1em 1em 1em 1em;
	background: url(../../../images/corner_right_titlebar.gif) no-repeat top right #E2E9F4;
	overflow: hidden;

}

#StageArea.StartPage #MainContentArea #MainBodyRightArea #LinksArea li
{
	margin: 0.5em 0;
	padding: 0 0 0.5em 0;
	background: url(../../../images/dotline.gif) repeat-x bottom left;
}
#StageArea.StartPage #MainContentArea #MainBodyRightArea #LogoArea
{
	float: left;
	width: 20em;
	padding: 1em 1em 0em 1em;
	overflow: hidden;


}
#StageArea.StartPage #MainContentArea #MainBodyRightArea #RssArea
{
	float: left;
	width: 20em;
	padding: 1em 1em 1em 1em;
	overflow: hidden;


}
.rsslink
{
    font-size: 1.2em;
}

#StageArea.StartPage .pageList
{
	border: 0;
	padding: 0;
	margin: 0;
}

#StageArea.StartPage ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	overflow: visible;
	margin: 0;
	clear: both;
	background-color: #FFF191;
	width: 100%;
}

#Footer 
{
	height: 103px;
}

#Footer_top
{
    background-color: #FFFFFF;
    text-align: center;
}

#Footer_bottom
{
    
}

#Footer_bottom_left
{
    float: left;
    padding: 0.5em 0 0.5em 0.5em;
    width: 41%;
}

#Footer_bottom_right
{
    float: right;   
    padding: 0.5em 0.5em 0.5em 0;
    width: 57%;
}

#Footer_bottom_right ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#Footer_bottom_right ul li
{
	display: block;
	float: left;
	color: #3B6BB5;
	border-left: solid 1px #000;
	padding: 0 0.8em;
	font-size: 1.0em;
}

#Footer_bottom_right ul li.first
{
	border: 0;
}

#Footer_bottom_right a
{
	text-decoration: none;
	color: #3B6BB5;
	text-decoration: underline;
}

#Footer_bottom_right a:hover
{
    color: #3399FF;
	text-decoration: underline;
}

/*************************/
/* BUREAU LIST           */
/*************************/

#BureauList
{
    padding:1.0em 0;
    margin: 0;
    
}
#BureauList table
{
    border: 0px solid;
    width: 100%;
    text-align: left;
}
#BureauList table
{
    border: 0px solid;
}
#BureauList table th
{
    background-color: #5D7B9D;
    color: #fff;
    border: 0px solid;
    padding: 5px 10px;
}
#BureauList table td
{
    background-color: #FFF;
    border: 0px solid;
    padding: 5px 10px;
}
#BureauList table td a
{
    text-decoration: underline;
}


/*pager control in businfo control */
.b_pager ul { list-style:none; padding:0; margin:0;clear:both}
.b_pager {border:1px solid #5D7B9D;padding:3px; background:#5D7B9D}
.b_pager ul li  {display:block;float:left;margin:0 2px 0 2px;}
.b_pager ul li a {display:block;background:#5D7B9D;padding:3px 5px 3px 5px; text-decoration:none;color:#fff; border:1px solid #fff}
.b_pager ul li span.PagerInfoCell {padding:3px;display:block;color:#fff;}
.b_pager ul li.PagerCurrentPageCell {padding:3px 5px 3px 5px;display:block; background:#01aef0;border:1px solid #01aef0;color:#fff}
.b_pager ul li a:hover {background:#01aef0;color:#fff}


/*************************/
/* JOB LIST              */
/*************************/

#JobList
{
    padding:1.0em 0;
    margin: 0;
    
}
#JobList table
{
    border: 0px solid;
    width: 100%;
    text-align: left;
}
#JobList table
{
    border: 0px solid;
}
#JobList table th
{
    background-color: #5D7B9D;
    color: #fff;
    border: 0px solid;
    padding: 5px 10px;
}
#JobList table td
{
    background-color: #FFF;
    border: 0px solid;
    padding: 5px 10px;
}
#JobList table td a
{
    text-decoration: underline;
}

/*************************/
/* JOB                   */
/*************************/
#JobHeader
{
    width: 56em;
}
#JobHeader div.JobHeaderLeft
{
    float: left;
    width: 40em;
}
#JobHeader div.JobHeaderLeft div.JobHeaderLeft_label
{
    float: left;
    width: 8em;
}
#JobHeader div.JobHeaderLeft div.JobHeaderLeft_text
{
    float: left;
    width: 32em;
}

#JobHeader div.JobHeaderRight
{
    float: left;
    width: 15em;
    padding: 0 0.1em;
}

#JobMain
{
    width: 56em;

}
#JobMain div.JobMainLeft
{
    float: left;
    width: 46em; 
}
#JobMain div.JobMainLeft div.JobMainLeft_label
{
    float: left;
    width: 8em;
}
#JobMain div.JobMainLeft div.JobMainLeft_text
{
    float: left;
    width: 38em;
}

#JobFooter
{
    width: 56em;
}
#JobFooter div.JobFooterLeft
{
    float: left;
    width: 46em;
}
#JobFooter div.JobFooterLeft div.JobFooterLeft_label
{
    float: left;
    width: 8em;
}
#JobFooter div.JobFooterLeft div.JobFooterLeft_text
{
    float: left;
    width: 38em;
}

/*************************/
/* FAQ LIST              */
/*************************/
/*#FaqList
{

}
#FaqList ul
{
    margin: 0 1.5em;
    padding: 0;
}
#FaqList ul li a
{


}*/
#FaqList
{
    padding:1.0em 0;
    margin: 0;
    
}
#FaqList table
{
    border: 0px solid;
    width: 100%;
    text-align: left;
}
#FaqList table
{
    border: 0px solid;
}
#FaqList table th
{
    background-color: #5D7B9D;
    color: #fff;
    border: 0px solid;
    padding: 5px 10px;
}
#FaqList table td
{
    background-color: #FFF;
    border: 0px solid;
    padding: 5px 10px;
}
#FaqList table td a
{
    text-decoration: underline;
}
#FaqList table td a p
{
    text-decoration: underline;
}

/*************************/
/* FAQ                   */
/*************************/
#FaqMain
{
    width: 56em;

}
#FaqMain div.FaqMainLeft
{
    float: left;
    width: 46em; 
}
#FaqMain div.FaqMainLeft div.FaqMain_label
{
    float: left;
    width: 8em;
}
#FaqMain div.FaqMainLeft div.FaqMain_text
{
    float: left;
    width: 38em;
}

/*************************/
/* SEARCH PAGE           */
/*************************/
#ResultArea 
{
    padding-top: 2em;

}

#ResultArea ol
{
    margin: 0;
    padding-left: 2em;
}

#ResultArea li 
{
    margin: 0; 
    padding: 0;
}

input.searchText 
{
    width: 75%;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
#SiteMap li a
{
    text-decoration: none;
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li a
{
    text-decoration: underline;
}

#SiteMap li li li
{
    font-size: 1em;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

#MainBody.documentList a
{
    padding: 0 0 2px 20px;
}

a.bmpExtension {background: url(images/extensions/bmp.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.docExtension, a.docxExtension {background: url(images/extensions/doc.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.gifExtension {background: url(images/extensions/gif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.htmExtension, a.htmlExtension {background: url(images/extensions/htm.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.jpgExtension, a.jpegExtension {background: url(images/extensions/jpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mp3Extension {background: url(images/extensions/mp3.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mpgExtension {background: url(images/extensions/mpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pdfExtension {background: url(images/extensions/pdf.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pngExtension {background: url(images/extensions/png.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pptExtension, a.pptxExtension {background: url(images/extensions/ppt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.tifExtension, a.tiffExtension {background: url(images/extensions/tif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.txtExtension {background: url(images/extensions/txt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.wavExtension {background: url(images/extensions/wav.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.xlsExtension, a.xlsxExtension {background: url(images/extensions/xls.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.zipExtension {background: url(images/extensions/zip.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	list-style-type: none;
}

.pageList li
{
    padding-bottom: 0.7em;
	list-style-type: none;
}

.pageList h2
{
	margin: 0;
}

/*************************/
/* FORMS                 */
/*************************/
.xForm {}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/*************************/
/* ADVICE FORM           */
/*************************/
.Advice
{
    width: 100%;

}

.Advice div.AdviceForm
{
    float: left;
    width: 55em;
    padding: 1em 1.5em;
    border: 1px solid #000;
}

.Advice div.AdviceForm div.AdviceForm_label
{
    float: left;
    width: 15em;
    vertical-align:middle;
    margin: 0 0.5em 0 0;
    padding: 0 0 0.5em 0;
}
.Advice div.AdviceForm div.AdviceForm_text
{
    float: left;
    width: 39em;
    padding: 0 0 0.5em 0;
}

/*************************/
/* VOLUNTEER FORM        */
/*************************/
#VolunteerForm
{
    width: 100%;

}

#VolunteerForm_Buttons
{
    padding: 0 0 0.5em 0;
}

#VolunteerForm_Inner
{
    float: left;
    width: 55em;
    padding: 1em 1.5em;
    border: 1px solid #000;
}

#VolunteerForm_Inner div.VolForm_label
{
    float: left;
    width: 15em;
    vertical-align:middle;
    margin: 0 0.5em 0 0;
    padding: 0 0 0.5em 0;
}
#VolunteerForm_Inner div.VolForm_text
{
    float: left;
    width: 39em;
    padding: 0 0 0.5em 0;
}
#VolunteerForm_Inner div.VolForm_headtext
{
    padding: 0 0 0.5em 0;   
}

/*************************/
/*  FORM                 */
/*************************/

.Form_TextBox
{
     padding: 2px 5px; 
     border: 1px solid #000;
     width: 28.2em;
}
.Form_TextBox_Multi
{
    padding: 2px 5px; 
    border: 1px solid #000;
    width: 29em;
}
.Form_DDList
{
    width: 29.2em;
}
.Form_Button
{
    border: 1px solid #000;
}
.Form_Button_Selected
{
    color:#FFF;
    background-color:#FF9900;
    border: 1px solid #000;
}


/*************************/
/* VALIDATION            */
/*************************/
.validationSummary
{
	margin: 0.5em 0em;
	border:solid 1px #575757;
	background-color:#FFD053;
	background-image:url("../Images/Tools/Warning.gif");
	background-repeat:no-repeat;
	padding-left: 1.0em;
	background-position: 0.8em center;
}

/*************************/
/* ERROR                 */
/*************************/
#Error
{ 
    padding: 1em 0;
    color: Red;
    font-size: 1.2em;
}