html{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(bg.jpg);
  font-family: Georgia, times, serifs;
  font-size: 12px;
}
.pagemaster{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(bg-pagemaster.jpg);
  background-repeat: repeat-x;
  line-height: 0px;
}
.skinmaster{
  width: 980px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(bg-skinmaster.jpg);
  background-repeat: repeat-y;
}
.paneTopHeader{
  width: 980px;
  height: 103px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(header.jpg);
  background-repeat: no-repeat;
}
.topheaderlogin{
  height: 60px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 1;
}
.logintopspacer{
  width: 940px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #003352;
}
.loginlink{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.paneNav{
  width: 940px;
  height: 43px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #FFFFFF;
}
.topnavlinks{
  width: 721px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}
.navrightspacer{
  width: 40px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.paneMainHeader{
  width: 980px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 0;
}
.bottomlogo{
  width: 80px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 0;
}
.paneFlashContainer{
  width: 900px;
  height: 450px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 0;
  background-image: url(bg-flashbackground.jpg);
  background-repeat: no-repeat;
}
.bodyspacer{
  width: 100px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.paneCenter{
  width: 980px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(bg-body.jpg);
  background-repeat: repeat-y;
  line-height: 16px;
}
.paneBody{
  width: 880px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.paneFooter{
  width: 980px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(bg-footer.jpg);
  background-repeat: no-repeat;
}

p{
  margin: 10px;
  padding: 0px;
  border: 0px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  text-indent: 15px;
  color: #2D383F;
}

.Head   {
  font-size: 20px;
  text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
  font-size: 12px;
  text-decoration: none;
  color: #003352;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
  font-size: 11px;
  text-decoration: none;
  color: #003352;
}

/* 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;
}

h1{
  font-size: 16px;
  text-decoration: none;
}

h2  {
    font-size:  14px;
    font-weight:    normal;
    color: #003352;
}

h3  {
    font-size:  12px;
    font-weight:    normal;
    color: #003352;
}

h4  {
    font-size:  12px;
    font-weight:    normal;
    color: #003352;
}

h5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #003352;
}

h6  {
    font-size:  11px;
    font-weight:    bold;
    color: #003352;
}

TFOOT, THEAD    {
    font-size:  12px;
    color: #003352;
}

TH  {
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
    color: #003352;
}

a:link,a:visited,a:active   {
    text-decoration:    none;
    color:  #003352;
}
a:hover {
    text-decoration:    none;
    color:  #003352;
}
small   {
    font-size:  8px;
}

big {
    font-size:  14px;
}

blockquote, pre {
}


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;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #003352;
    height:2pt;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
/* DNN CODE */
/* 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: #003352;
	font-size: 14px;
	font-weight: bold; 
	font-style: normal; 
	border: 0px;
	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-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;
        width: 721px;
        background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold; 
	font-style: normal;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: Transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #003352;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
  border: 0px;
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer;
	cursor: hand;
	background-color: #3B627A;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border:0px;
}
.MainMenu_MenuBreak {
	border: 0px;
	background-color: #3B627A;
	height: 1px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand; 
  border: 0px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand;
}
.bottomb{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  line-height: 24px;
  width: 980px;
  float: center;
  color: #FFFFFF;
}
.bottomlinks{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  line-height: 24px;
  float: center;
}
a.dnnPrivacy:link, a.dnnPrivacy:visited, a.dnnPrivacy:active{
  margin: 10px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
}
a.dnnPrivacy:hover{
  margin: 10px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  text-decoration: underline;
  color: #FFFFFF;
}
a.dnnTerms:link, a.dnnTerms:visited, a.dnnTerms:active{
  margin: 10px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
}
a.dnnTerms:hover{
  margin: 10px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  text-decoration: underline;
  color: #FFFFFF;
}
.dnnCopyRight{
  margin: 10px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
}
.breadcrumbtxt{
  margin: 10px;
  padding: 0px;
  border: 0px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  color: #003352;
}

/* CONTAINERS */
.containernoheader_all {
  width: 900px;
  height: 448px;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.containernoheader_top {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.containernoheader_middle {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.containernoheader_footer {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.containerH1_all {
  width: 880px;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.containerH1_top {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.containerH1_middle {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.containerH1_footer {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.form_textbox{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 2px;
  border: 1px solid #333333;
  font-size: 12px;
  text-decoration: none;
  color: #333333;
}
.form_title{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 10px;
  padding: 0px;
  border: 0px;
  font-size: 12px;
  text-decoration: none;
  color: #333333;
  width: 90px;
  display: block;
}


.OVlogo{line-height: 1;background-color: transparent; width: 200px;float:right;margin: 0px;padding: 0px;border: 0px;text-align: right;}
a.OVlink:link, a.OVlink:active, a.OVlink:visited {line-height: 1; background-color: transparent;color: #FFFFFF;text-decoration: none;font-size: 12px;font-style: normal;font-weight: normal;font-family: arial, helvetica, sans-serif;}
a.OVlink:hover {line-height: 1; background-color: transparent;color: #FFFFFF;text-decoration: none;font-size: 12px;font-style: normal;font-weight: normal;font-family: arial, helvetica, sans-serif;}
.OVimage {line-height: 1; text-decoration: none;background-color: transparent;margin: 0px;padding: 0px;border: 0px;}
