﻿body, h1, h2, h3, h4, h5, h6, p, table, tr, th, td
{
    margin: 0;
    padding: 0;
}

body 
{
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 0.8em;
	background: #FFFFFF url('images/bkgnd.jpg') 0 0 repeat-x;
}

h1 
{ 
    font-size: 1.8em; 
    line-height:1.3em;
    margin-bottom:10px;
    color:#002d5c;
} 
h2 
{ 
    font-size: 1.4em;
    margin-bottom:10px;
    color:#002d5c;
} 
h3 
{   
    font-size: 1.1em;
    margin: 25px 0px 10px 0px;
    color: #000000;
}

h4,
h5,
h6
{  
	margin: 25px 0px 10px 0px;
    font-size: 0.9em;
}

p
{
    margin: 10px 10px 0px 10px;
    color:#333333;
}

p.subtitle
{
	margin:0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight:bold;
    line-height:1.3em;
    margin-bottom:10px;
    color:#002d5c;
}

p.quote
{
	margin-left: 10px;
}

p.fineprint
{
	margin:10px 0px 0px 0px;
	font-size:0.8em;
}

table.paragraph
{
	margin: 10px 10px 0px 10px;
    color:#333333;
}

table.paragraph td,
				th
{
	vertical-align: top;
	padding:5px 10px 5px 10px;
}

table.paragraph tr.alternating
{
	background-color: #cccccc;
}

strong
{
	color:#333333;
}

li
{
	color:#333333;
}

a,
a:link,
a:active,
a:visited
{
    text-decoration: none;
    color: #002d5c;
}

a:hover
{
    color: #FF3300;
}

/*  Main Rectangle */

#top
{
	height:10px;
	background: #002d5c;
	border-left: 1px solid #002d5c;
	border-right: 1px solid #002d5c;
}

#middle
{
	background-color: #FFFFFF;
	border-left: 1px solid #002d5c;
	border-right: 1px solid #002d5c;
	height:100%;
}

/*  Content  */
.maincontent
{
	vertical-align:top;
}

#content
{
	padding: 10px;
	vertical-align:top;
}

#content	a,
			a:link,
			a:active
{
	font-weight:bold;
	padding:0px;
    text-decoration: none;
    color: #6C9D31;
}

#content	a:visited
{
	font-weight:bold;
	padding:0px;
    text-decoration: none;
    color: #6C9D31;
}

#content	a:hover
{
	font-weight:bold;
	padding:0px;
	text-decoration: underline;
    color: #6C9D31;
}

#content	a.menu,
			a:link.menu,
			a:active.menu,
			a:visited.menu
{
	font-weight:normal;
	padding:0px;
    text-decoration: none;
    color: #002d5c;
}

#content	a:hover.menu
{
	font-weight:normal;
	padding:0px;
	text-decoration: underline;
    color: #6C9D31;
}


#content	a.breadcrumbs,
			a:link.breadcrumbs,
			a:active.breadcrumbs,
			a:visited.breadcrumbs
{
	font-weight:normal;
	padding:0px;
    text-decoration: none;
    color: #002d5c;
}

#content	a:hover.breadcrumbs
{
	font-weight:normal;
	padding:0px;
	text-decoration: underline;
    color: #6C9D31;
}

.blue
{
	color:#002d5c;
}

.green
{
	color: #6C9D31;
}

hr
{
	margin-top:10px;
	color: #6C9D31;
	height:1px;
	width: 80%;
	text-align:center;
}

.quote
{
	display:block;
	margin:0px 15px 0px 15px;
}


/*  Header  */
#menu
{
	width: 100%;
	white-space: nowrap;
	background-color: #002D5C;
	background-image: url('images/menu/background.png');
	background-repeat: repeat;
}

#menu ul
{
	text-align: center;
	padding:0px;
	position:relative;
	top: 20px;
}

#menu li
{
	display:inline;
	margin: 7px;
	font-weight: bold;
	font-size: 0.9em;
	color:#002d5c;
}


#menu	a,
		a:link,
		a:visited,
		a:active
{
	text-decoration: none;
	color: #002d5c;
	padding:0px;
}

#menu	a:hover
{
	text-decoration: none;
	color: #6C9D31;
	padding:0px;
}

#breadcrumbs
{
	font-size:0.8em;
	padding:5px 20px 10px 20px;
}

/*  Footer  */
#footer
{
	font-size:0.8em;
	text-align:center;
	padding: 10px 0px 10px 0px;
	line-height:1.7em;
	bottom:0;
	border-top:10px solid #002d5c;
}

#footer a,
		a:link,
		a:active
{
	padding:10px;
	font-weight:normal;
}

#footer a:hover
{ 
	text-decoration: underline;
	padding:10px;
	font-weight:normal;
}

/* Submenu */
.submenu
{
	vertical-align: top;
	width:auto;
}

.submenuitem
{
	border-left:1px solid #002d5c;
	border-right:1px solid #002d5c;
	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

.submenuitem-solid
{
	border-left:1px solid #002d5c;
	border-right:1px solid #002d5c;
	padding:5px 10px 5px 10px;
	background-color:#002d5c;
	color:#FFFFFF;
}

#submenuheader-left
{
	width:9px;
	height:9px;
	background:#002d5c url('images/menu/tl.png') 0 0 no-repeat;
}

#submenuheader-middle
{
	height:9px;
	width:auto;
	background-color:#002d5c;
}

#submenuheader-right
{
	width:9px;
	height:9px;
	background:#002d5c url('images/menu/tr.png') 0 0 no-repeat;
	background-position:right;
}

#submenufooter-left
{
	width:9px;
	height:14px;
	background:#002d5c url('images/menu/bl.png') 0 0 no-repeat;
}

#submenufooter-middle
{
	height:14px;
	background-color:#002d5c;
}

#submenufooter-right
{
	width:9px;
	height:14px;
	background:#002d5c url('images/menu/br.png') 0 0 no-repeat;
	background-position:right;
}

/* Content */
.content
{
	padding:0px 20px 10px 20px;
	width:725px;
	vertical-align: top;
}
.nowrap
{
	white-space:nowrap;
}

.validator
{
	font-weight:bold;
	color: #FF0000;
}

.required
{
	font-weight:bold;
	color: #FF0000;
}

.warning
{
	font-weight:normal;
	color:#FF0000;
}

.warning-strong
{
	font-weight:bold;
	color:#FF0000;
}

.login
{
	font-weight:bold;
	color:#6C9D31;
}

a.login,
a:link.login,
a:visited.login,
a:active.login
{
	/*font-weight:normal;
	color:#67696b;
	margin:0px;
	padding:0px;*/
	font-weight:bold;
	padding:0px;
    text-decoration: none;
    color: #6C9D31;
}

a:hover.login
{
	/*font-weight:normal;
	color:#67696b;
	text-decoration:underline;
	margin:0px;
	padding:0px;*/
	font-weight:bold;
	padding:0px;
    text-decoration: underline;
    color: #6C9D31;
}

/*  Grid */
.grid
{
	border:1px solid #bbbbbb;
	width:100%;
}

.grid-header
{
	background-color:#E5E5E5;
}

.grid-header th
{
	border:1px solid #bbbbbb;
}

.grid-row
{
	background-color:#FFFFFF;
}

.grid-row td
{
	padding:10px;
	vertical-align:top;
	border:1px solid #BBBBBB;
}

.grid-alternatingrow
{
	background-color:#F9F9F9;
}

.grid-alternatingrow td
{
	padding:10px;
	vertical-align:top;
	border:1px solid #BBBBBB;
}

.grid-goto
{
	width:20px;
}

.grid-pager
{
	text-align:right;
	font-size:0.9em;
	vertical-align:middle;
	background-color:#E5E5E5;
}

.grid-pager span
{
	font-size:0.9em;
	vertical-align:middle;
	position:relative;
	top:-2px;
}

.grid-pager td
{
	padding:5px;
	vertical-align:middle;
}

.grid-pager select
{
	font-size:0.9em;
}

.grid-pager input
{
	font-size:0.9em;
}

.grid-pager a,
.grid-pager a:link,
.grid-pager a:visited,
.grid-pager a:active,
.grid-pager a:hover
{
	position:relative;
	top:-2px;
	font-weight:normal;
} 

/* Menu System */
.TopGroup
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	cursor:default; 
}

.MenuGroup
{
	background-color:#FFF;
	border:1px solid #084190;
	cursor:default; 
	width:220px;
}

.MenuItem
{
	font-size:11px; 
	cursor:pointer; 
}

.MenuItemHover 
{
  font-size:11px; 
  font-weight:bold;
  cursor:pointer; 
}

.MenuItemExpanded
{
  font-size:11px; 
  font-weight:bold;
  cursor:default; 
}

/* Please Wait Modal */
.modal-background
{
	background-color:#fff;
	filter:alpha(opacity=80);
	opacity:0.80;
}

.please-wait
{
	background-color:#ffffff;
	width:300px;
	border:1px solid #002d5c;
}

.collapse-panel
{
	height:0px;
	overflow:hidden;
}

.collapse-header
{
	cursor:pointer;
	font-weight:bold;
	padding:0px;
    text-decoration: none;
    color: #6C9D31;
}

/*  Rich Text Editor */
.editor-toolbar 
{
    border:1px solid #CCCCCC;
    background-color:#F0F0EE;
    width:600px;
}

.editor-toolbar-button 
{
    border:0px black solid; 
    cursor:pointer;
    padding-right:5px;
}

.editor-area 
{
    border:1px solid #CCCCCC;
    border-top:0x;
    background-color:#FFFFFF;
    width:600px;
}

.editor-footer 
{
    border:1px solid #CCCCCC;
    background-color:#F0F0EE;
    width:600px;
}

.editor-footer-cell 
{
    font-family:tahoma; 
    font-size:10px;
}
.editor-source { font-family:"Courier New",monospace;font-size:12px;border:none;background-image:none; }
.editor-design { font-family:Verdana,Arial,sans-serif;font-size:12px;background-image:none; }
.editor-hightlight { background-color:#ffeec2; }

.editor-design a { color:#ff5010 !important; }
.editor-design a:hover { color:#ff5010 !important;text-decoration:underline !important; }