* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	background-color:White;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	background: url('../images/RopeGrey.gif') repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.5em;
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #E08934;
}

a:hover {
	text-decoration: underline;
}

img.float-left 
{/* img element float */
  float: left;
  /*width: 9em;*/
  /*margin: 1 1 1 1;*/
  margin: 0 5px 0 5px;
  /*border-right: 2px dotted #cd853f;
  border-bottom: 2px dotted #cd853f;*/
}

img.float-right 
{/* img element float */
  float: right;
  /*width: 9em;*/
  /*margin: 1 1 1 1;*/
  margin: 0 5px 0 5px;
  /*border-right: 2px dotted #cd853f;
  border-bottom: 2px dotted #cd853f;*/
}

td.groupbox-img-left
{
	background-image: url('../Images/GroupBox/TopLeft.gif');
    background-repeat: no-repeat;
}

td.groupbox-img-right
{
	background-image: url('../Images/GroupBox/TopRight.gif'); 
	background-repeat: repeat-x;
}

/* Boxed Style */
.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url('../images/img03.gif') no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}


/* LogoDIV */
#LogoDIV {
	margin: 0 auto;
	background: url('../images/img02.gif') no-repeat 0 665px;
}

#LogoDIV h1 {
	padding: 46px 0 0 0px;
}

#LogoDIV h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#LogoDIV h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#LogoDIV h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#LogoDIV a {
}

/* tagline */
#tagline {
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}


/* ContentDIV */
#ContentDIV {
	width: 800px;
	margin: 0 auto;
}

/* MainDIV */
#MainDIV
{
	padding: 10px 10px;
	width: 700px;
}

/* Content > Sidebar */
#sidebar {
	float: left;
	width: 240px;
}

#MainMenu 
{
	/*(border-bottom: 4px solid #EBEBEB;*/
}


#MainMenu a {
	padding: 5px 10px 5px 10px;
	color: #E08934;

	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;

	text-align:center;
	vertical-align:middle;
}

#MainMenu a:hover, #menu .active a {
	text-decoration: none;
	color: #385B88;
	border-top: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
	border-right: solid 1px #a9a9a9;
}


#SubMenu a {
	padding: 3px 3px 3px 3px ;
	color: #E08934;

	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;

	text-align:center;
	vertical-align:middle;

}

#SubMenu a:hover, #menu .active a {
	text-decoration: none;
	color: #385B88;
	border-top: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
	border-right: solid 1px #a9a9a9;
}

/* BreadcrumDIV */
#BreadcrumDIV
{
	clear: both;
	padding: 2px 5px;
	width: 700px;
	margin: 0 auto;
	color: White;
	background: #a9a9a9;
	text-align: left;
	font-size:8pt;
}

/* Footer DIV */
#FooterDIV
{
	clear: both;
	padding: 4px 5px;
	width: 700px;
	margin: 0 auto;
	color: White;
	background: #a9a9a9;
	text-align: left;
	font-size:8pt;
}

/* Footer DIV */
#PrivacyDIV 
{
	clear: both;
	padding: 2px 10px;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size:8pt;
}

.RequestFormTable
{
    width: 100%;
    
}

.RequestFormTable .labelColumn
{
	width: 140px;
	text-align: right;
	white-space: nowrap;
}
.RequestFormTable .indicatorColumn
{
	width: 6px;
}
.RequestFormTable .valueColumn
{
	text-align: left;
	vertical-align: middle;
}
.RequiredIndicator
{
	font: normal normal bold small Arial;
	color: red;
}

.LargeTextBox
{
    width:400px;
}

.MediumTextBox
{
    width:125px;
}

.SmallTextBox
{
    width:50px;
}
