﻿html {
	overflow: scroll;
}
Body {
	background-color: white;
	margin: 0;
	padding: 0;
	border: 0;
}
.ControlPanel, .PagingTable {
	width: 100%;
	height: 64px;
	background-color: #FFFFFF;
	BORDER-RIGHT: #003366 1px solid;
	BORDER-TOP: #003366 1px solid;
	BORDER-LEFT: #003366 1px solid;
	BORDER-BOTTOM: #003366 1px solid;
}
.SkinObject {
}
A.SkinObject:link {
}
A.SkinObject:visited {
}
A.SkinObject:active {
}
A.SkinObject:hover {
}
/* style for module titles */
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled {
	color: Silver;
}
/* text style used for rendered text which requires emphasis */
.NormalBold {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
/* text style used for error messages */
.NormalRed {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
}
.TreeMenu_NodeSelected {
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
}
/* styles used in the FileManager */
.FileManager {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar {
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer {
	height: 100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList {
	height: 100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: dimgray 1px solid;
	height: 25px;
}
.FileManager_Pager {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: dimgray 1px solid;
	height: 25px;
}
.FileManager_StatusBar {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item {
}
.FileManager_AltItem {
}
.FileManager_SelItem {
}
.FileManagerTreeNode {
}
.FileManagerTreeNodeSelected {
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
}
/* styles used in the Wizard Framework */
.Wizard {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton {
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader {
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter {
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText {
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText {
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
/* text style used for help text rendered by modules */
.Help {
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited {
}
A.CommandButton:active {
}
A.CommandButton:hover {
}
/* button style for standard HTML buttons */
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
/* GENERIC */
H1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
	right: 0px;
}
H2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}
H3 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
H4 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
H5, DT {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
H6 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
TFOOT, THEAD {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}
TH {
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
a:link {
}
a:visited {

}
a:active {
}
#page_content a:hover {
	text-decoration: underline;
	elevation: higher;
}

#page_content a {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #00669E;
}

SMALL {
	font-size: 8px;
}
BIG {
	font-size: 14px;
}
BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}
UL LI {
	list-style-type: square;
}
UL LI LI {
	list-style-type: disc;
}
UL LI LI LI {
	list-style-type: circle;
}
OL LI {
	list-style-type: decimal;
}
OL OL LI {
	list-style-type: lower-alpha;
}
OL OL OL LI {
	list-style-type: lower-roman;
}
HR {
	color: dimgrey;
	height: 1pt;
	text-align: left;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
	background-color: #CCCCCC;
}
.TabBg {
	background-color: black;
}
.SelectedTab {
}
A.SelectedTab:link {
}
A.SelectedTab:visited {
}
A.SelectedTab:active {
}
A.SelectedTab:hover {
}
.OtherTabs {
}
A.OtherTabs:link {
}
A.OtherTabs:visited {
}
A.OtherTabs:active {
}
A.OtherTabs:hover {
}
.PagingTable {
	height: 33px;
}

#container {
	padding: 5px 5px 5px 5px;
	width: 1024px;
	margin: 0 auto;
}

#header  {
	width:1024px;
	margin: 0 auto;
}

#MenuBar1 {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}

#continut {
	padding: 0 0 0 3px;
	width: 1024px;
}

#picturebar {
	width: 1024px;
	min-height: 100px;
}

#container_1 {
	width: 240px;
}
#container_2 {
	padding: 0 0 0 3px;
	width: 153px;
}
#container_3 {
	padding: 0 0 0 3px;
	width: 153px;
}
#container_4 {
	padding: 0 0 0 3px;
	width: 350px;
}
#container_5 {
	width: 150px;
	height: 305px;
	position: absolute;
	left: 2px;
}
#container_6 {
	width: 150px;
	height: 305px;
	position: absolute;
	left: 156px;
	top: 0px;
}
#container_30 {
	width: 150px;
	height: 150px;
}
#container_31 {
	width: 350px;
	height: 150px;
	position: absolute;
	left: 156px;
	top: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
#container_32 {
	width: 512px;
	height: 150px;
}
#container_33 {
	width: 512px;
	height: 150px;
}
#container_55 {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 2px;
	top: 2px;
}
#container_56 {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 2px;
	top: 154px;
}
#container_57 {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 154px;
	top: 2px;
}
#container_58 {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 154px;
	top: 154px;
}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#column_l {
	float: left;
}
#column_2 {
	float: right;
}
#content {
	position: absolute;
	top: 250px;
	width: 1024px;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	height: auto;
	elevation: higher;
	overflow: auto;
	clear: both;
}
#column_r {
	float: left;
}
#footer {
	width: auto;
	clear: both;
	overflow: auto;
	position: relative;
}
.float_right {
	float: right;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	background: #00669E;
	margin: 0;
	padding: 0;
	cursor: default;
	width: 1024px;
	background-color: #00669E;
	z-index: 1;
	position: absolute;
	color: #FFFFFF;
	font-family: Arial;
	font-size: small;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 11.5em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 9em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: 7% 0 0 11.5em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	background-color: #EDF4F8;
	background: #EDF4F8;
	color: #00669E;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #00669E;
	padding: 0.5em 0.75em 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 10em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #EDF4F8;
	background: #EDF4F8;
	color: #00669E;
	font-weight: bolder;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #EDF4F8;
	color: #00669E;
	font-weight: bolder;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
/*	background-image: url("../images/SpryMenuBarDown.gif"); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
/*	background-image: url("../images/SpryMenuBarRight.gif"); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
/*	background-image: url("../images/SpryMenuBarDownHover.gif"); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
/*	background-image: url("../images/SpryMenuBarRightHover.gif"); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media projection, screen
{
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}
.formArea {
	width: 650px;
	background-color: #fff;
	padding: 0px;
}
label {
	display: block;
	float: left;
	clear: none !important;
}
label.rd {
	width: 80px;
}
.interest, .optin {
	width: 100%;
	margin-bottom: 1em;
	border: solid 1px #d8d8d8;
}
.interest td.text {
	width: 30%;
}
.interest td {
	background-color: #fcfcfc;
	color: #000;
	border-bottom: solid 1px #d8d8d8;
	padding: 0.5em;
	vertical-align: top;
}
.textbox {
	float: left;
	width: 200px;
	border: solid 1px #c0c0c0;
}
.interest input {
	float: left;
}
textarea {
	float: left;
	width: 500px !important;
}
.interest th, .optin th {
	background-color: #f2f2f2;
	border: solid 1px #d8d8d8;
	text-align: left;
	padding: 0.5em;
	width: 100%;
}
.optin td {
	background-color: #fcfcfc;
	color: #000;
	border: 0;
	padding: 0.5em;
	vertical-align: top;
}
.internal {
	width: 550px;
	border: solid 0px #c00;
}
.internal td {
	width: 100%;
	border: 0;
}
.optin .internal td {
	width: 40%;
}
.optin .internal td.check {
	width: 10%;
}
#container1 {
	background-color: #fff;
	width: 130px;
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 1024px;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
}
#page_content {
	width: 1024px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	outline-color: #FFFFFF;
	min-height:200px
}
#column_master {
	width: 1024px;
	position: absolute;
	left: 0px;
}
#column_1 {
	width: 1024px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: left;
	min-height: 300px;
}
#column_2 {
	width: 130px;
	margin: 0;
	padding: 0 130 0 0;
	background-color: #fff;
	text-align: left;
}
#column_3 {
	width: 130px;
	margin: 0;
	padding: 0 0 0 135;
	background-color: #fff;
	text-align: left;
}
#column_4 {
	width: 130px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: left;
}
#column_r {
	margin: 0;
	float: left;
	padding: 4px;
	background-color: #FFFFFF;
	position: relative;
}
#footer {
	width: 1024px;
	text-align: center;
	background-color: #00669E;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 0 0 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 1024px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #00669E;
	text-decoration: none;
	display: block;
	padding: 6px;
	background-color: #FFFFFF;
	font-weight: bolder;
	font-size: medium;
}
#navigation a:hover {
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Styles for Links */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style6 {
	text-decoration: none;
	color: #00669E;
	font-family: Arial;
	font-size: medium;
}
.style10 {
	font-size: 14px;
	font-family: Arial;
	letter-spacing: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.style7 {
	text-align: left;
	font-family: Arial;
	text-decoration: none;
	text-transform: none;
	padding-left: 5px;
}
.style100 {
	font-family: Arial;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 10px;
	color: black;
	font-weight: bold;
	vertical-align: top;
}
.style101 {
	font-family: Arial;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 10px;
	color: black;
	font-weight: normal;
}
.style102 {
	font-family: Arial;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	font-weight: bold;
	font-style: italic;
}

.style104 {
	font-family: Arial;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 10px;
	color: black;
	font-weight: normal;
}

.style11 {
	font-family: Arial;
	font-weight: bold;
	color: #00669E;
	padding-left: 5px;
	padding-right: 5px;
	font-size: medium;
}
.style12 {
	font-family: Arial;
	font-size: xx-small;
}
.style206 {
	font-family: "Times New Roman";
}
.style9 {
	font-family: Arial;
	font-size: 12px;
}
.style209 {
	width: 100%;
}
.style205 {
	width: 370px;
}

.style1 {
	color: #00669E;
	padding-top: 10px;
	text-align: left;
	font-family: Arial;
}

.style1001 {
	color: #00669E;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}

.style2001 {
	color: #000000;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	vertical-align: middle;
	text-align: right;
}
.style2 {
	color: #00669E;
	font-size: x-large;
	font-weight: normal;
}
.style3 {
	font-family: Arial;
	color: #000000;
	font-size: small;
}
.style4 {
	font-family: Arial;
	color: #000000;
	font-size: medium;
}
.style5 {
	color: #00669E;
	text-decoration: none;

}

.style5000 {
	color: #00669E;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial;
}


.style804 {
	font-family: Arial;
	color: #000000;
	font-size: large;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.style8012 {
	color: #000000;
	letter-spacing: 1.1pt;
	font-family: Arial;
	font-size: medium;
	padding-left: 5px;
	padding-right: 5px;
}
.style8013 {
	font-family: Arial;
	font-size: large;
	font: normal normal bold large normal serif;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
.style8017 {
	color: #000000;
	font-family: Arial;
}


.style904 {
	font-family: Arial;
	color: #000000;
	font-size: large;
	font-weight: normal;
}
.style906 {
	color: #000000;
	letter-spacing: 1.5pt;
	font-family: Arial;
}
.style907 {
	font-size: medium;
	color: #000000;
}
.style908 {
	font-family: Arial;
}
.style909 {
	color: #000000;
	letter-spacing: 1.5pt;
	font-family: Arial;
	font-size: medium;
}

.style704 {
	font-family: Arial;
	color: #000000;
	font-size: large;
	font-weight: normal;
}
.style707 {
	font-size: medium;
}
.style708 {
	font-family: Arial;
}
.style7010 {
	font-family: Arial;
	font-size: medium;
	color: #000000;
}
.style7011 {
	color: #000000;
}
.style7013 {
	font-family: Arial;
	font-size: medium;
	color: #000000;
}

.style8018 {
	border-width: 0;
}

.style3011 {
	font-family: Arial;
	font-weight: bold;
	color: #00669E;
	padding-left: 5px;
	padding-right: 5px;
	font-size: x-large;
}

.style1000 {
	font-family: Arial;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 10px;
	color: black;
	font-weight: bold;
	vertical-align: top;
}

.style8019 {
	font-family: Arial;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	font-weight: normal;
	text-align: left;
}

