body
{
	background: #CCCCCC url('images/back.jpg') repeat-x;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

#wrapper
{
	position: relative;
	width: 978px;
	margin: 0 auto;
}

#nav_holder
{
	position: relative;
	width: 978px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	background: url('images/nav_holder.jpg') no-repeat;
	z-index: 100;
}

#header
{
	position: relative;
	width: 978px;
	margin: 0 auto;
	line-height: 0px;
	padding: 0px;
}

#page_start
{
	position: relative;
	width: 978px;
	height: 17px;
	margin: 0 auto;
	padding: 0px;
	line-height: 0px;
}

#main
{
	position: relative;
	width: 978px;
	margin: 0 auto;
	padding: 0px;
}

#content_body
{
	background: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
	margin: 0px;
	padding: 0px 20px 20px 30px;
}

#content_body H1
{
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	color: #008FC5;
	line-height: 18px;
	margin: 0 0 6px 0;
}

#content_body H2
{
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	color: #008061;
	line-height: 16px;
}

#content_body H1
{
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	color: #008FC5;
	line-height: 18px;
	margin: 0 0 6px 0;
}

#content_body H3
{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #008061;
	line-height: 16px;
}

#right_column
{
	width: 159px;
	background: #B0B1B3 url('images/column_right_back.jpg') no-repeat;
}

#right_column_content
{
	margin: 0px;
	padding: 5px 10px 20px 10px;
	text-align: center;
}

#right_column_content h2
{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}

#right_column_content p
{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 6px 10px 0px 10px;
	line-height: 16px;
}

#right_column_content a
{
	color: #FFFFFF;
}

#right_column_content a:hover
{
	color: #008FC5;
}

#right_drop
{
	background: url('images/column_right_drop.jpg') repeat-y;
	width: 16px;
}

#left_drop
{
	background: url('images/column_left_drop.jpg') repeat-y;
	width: 16px;
}

#footer
{
	position: relative;
	width: 978px;
	height: 39px;
	background: url('images/footer_top.gif') no-repeat;
	margin: 0px auto;
}

#footer_content_left
{
	float: left;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 11px;
	padding-left: 45px;
	height: 26px;
}

#footer_content_left a
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer_content_left a:hover
{
	color: #cccccc;
}

#footer_content_right
{
	float: right;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 40px;
	height: 26px;
}

#footer_content_right a
{
	display:inline-block;
	background: url('images/button_bottom_back.gif') repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 2px;
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-width: 1px;
}

#footer_content_right a:hover
{
	color: #cccccc;
}

#footer_bottom
{
	position: relative;
	width: 978px;
	height: 26px;
	background: url('images/footer_bottom.jpg') no-repeat;
	margin: 0 auto;
	padding: 0px;
}

#line_blue
{
	background: #008fc5;
	height: 2px;
	line-height: 0px;
}

#line_white
{
	background: #ffffff;
	height: 2px;
	line-height: 0px;
	margin-top: 4px;
}

.signupframe {
  border: 1px solid #008061;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 0px;
}

#hvms_nav
{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #008061;
}

#hvms_nav a
{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #008FC5;
}
.titleButton_Blue
{
	background-image: url(Images/MenuButtonBackground_Blue.png);
	background-repeat: repeat-x;
	color: white;
	font-size: 8pt;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	height: 23px;
	text-decoration: none;
}
.titleButton_Blue a
{
	color: #aaaaaa;
}
.titleButton_Blue a:hover
{
	color: yellow;
}
.normalButton_Green
{
	background-image: url(Images/NormalButtonBackground_Green.png);
	background-repeat: repeat-x;
	color: yellow;
	font-weight: bold;
	font-size: 8pt;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	height: 23px;
	text-decoration: none;
}
.normalButton_Green a
{
	color: #00ff00;
}
.NoLine
{
	text-decoration: none;
	border: none;
}
.RootNode
{
	font-size: 10pt;
	font-weight: bold;
}
.ChildNode
{
	font-size: 8pt;
}

.right_drop
{
	background: url('images/column_right_drop.jpg') repeat-y;
	width: 16px;
}

.left_drop
{
	background: url('images/column_left_drop.jpg') repeat-y;
	width: 16px;
}
.right_column
{
	width: 159px;
	background: #B0B1B3 url('images/column_right_back.jpg') no-repeat;
}
.footer
{
	position: relative;
	width: 978px;
	height: 39px;
	background: url('images/footer_top.gif') no-repeat;
	margin: 0px auto;
}
.footer_link
{
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link a
{
	text-decoration: none;
	color: #FFFFFF;
}
.footer_link a:hover
{
	color: #cccccc;
}
.footer_button
{
	background: url('images/NormalButtonBackground_Green.png') repeat-x;
	border: 1px solid white;
	width: 100px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;	
	color: White;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	width: auto;
}
.footer_button a
{
	text-decoration: none;
	color: #FFFFFF;
}
.footer_button a:hover
{
	color: #cccccc;
	text-decoration: none;
	border: 1px solid #cccccc;
}
.footer_bottom
{
	position: relative;
	width: 978px;
	height: 26px;
	background: url('images/footer_bottom.jpg') no-repeat;
	margin: 0 auto;
	padding: 0px;
}
.CheckOut
{
	background-color: #008061;
	Border: 1px solid black;
	padding: 2px;
	color: White;
	font-size: 7pt;
	font-weight: bold;
}
.titleButton_Red
{
	background-image: url(Images/MenuButtonBackground_Red.png);
	background-repeat: repeat-x;
	color: yellow;
	font-size: 8pt;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	height: 23px;
	text-decoration: none;
}
.titleButton_Red a
{
	color: yellow;
}
.titleButton_Red a:hover
{
	color: white;
	font-weight: bold;
}
.note
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.smallButton
{
	background-image: url(Images/SmallButton_Green.png);
	background-repeat: repeat-x;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	height: 23px;
	text-decoration: none;
}
.smallButton a
{
	color: white;
	text-decoration: none;
}

.smallButton a:hover
{
	color: yellow;
	text-decoration: none;
}
.smallHeader
{
	background: #466488;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	border: 1px solid black;
	text-align: left;
	padding-left: 6px;
	vertical-align: middle;
	text-decoration: none;
}
.titleButton_Yellow
{
	background-image: url(Images/MenuButtonBackground_Yellow.png);
	background-repeat: repeat-x;
	color: black;
	font-size: 8pt;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	height: 23px;
	text-decoration: none;
}
.titleButton_Yellow a
{
	color: black;
}
.titleButton_Yellow a:hover
{
	color: #555555;
}
.CheckPanel
{
	text-align: left;
	padding-left: 10px;
}
.CenteredBlock
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.certHeader
{
	background: #466488;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	border: 1px solid black;
	text-align: left;
	padding-left: 6px;
	vertical-align: middle;
	text-decoration: none;
}
.courseHeader
{
	background: #466488;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
	padding-left: 6px;
	vertical-align: middle;
	text-decoration: none;
}

