/*Structure*/
/*Table1*/

body {
	margin:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #303495;
	font-size: 11px;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #303495;
	font-size: 11px;
}

.tableOuter {
	width:100%;
	height:100%;
}


.tableOuter_left_top {
	background-color: #595DAA;
	background-image:  url(../images/top_tile.gif);
	background-repeat: repeat-x;
}

.tableOuter_left_bottom {
	background-color: #595DAA;
	background-image:  url(../images/bottom_tile.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.tableOuter_centre_top {
	width:760px;
	background-image:  url(../images/centre_tile.gif);
	vertical-align: top;
}

.tableOuter_centre_bottom {
	width:760px;
	background-image:  url(../images/centre_tile.gif);
	vertical-align: bottom;
}

.tableOuter_right_top {
	background-color: #595DAA;
	background-image:  url(../images/top_tile.gif);
	background-repeat: repeat-x;
}

.tableOuter_right_bottom {
	background-color: #595DAA;
	background-image:  url(../images/bottom_tile.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.header {
	background-image:  url(../images/top.gif);
	height: 175px;
}


.footer {
	background-image:  url(../images/bottom.gif);
	height: 30px;
}

#nav ul {
	margin: 0px;
	padding: 0px 0px;
	display: block;
	border: 1px solid #303495;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: .6em;
	text-align: right;
	list-style-type: none;
	line-height: 2em;
}

#nav ul li a:link, #nav ul li a:visited {
	width:100%;
	display: block;
	text-decoration: none;
	background-color: #303495;
	color: #FFF;
	border-top: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #595DAA;
	background-image:  url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#nav ul li a:hover, #nav ul li a:active {
	background-color: #D7D7F5;
	color: #303495;
	border-bottom: 1px solid #595DAA;
	background-image:  url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.footerAdd {
	padding-top: 15px;
	text-align:center;
	border-top: 1px dashed #9999CC;
	font-size: .7em;
	background-color: #D7D7F5;
}

h1 {
	display: block;
	font-size: 1.5em;
	background-color: #D7D7F5;
	border-bottom: 1px dashed #9999CC;
	padding: 5px 15px;
	text-align: right;
}

#subNav {
width: 100%;
text-align: center;
font-size: 11px;
}

#body {
padding: 0px 25px;
font-size: 11px;
}

.PageTitle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9999CC;
	background-color: #D7D7F5;
	font-size: 1.5em;
	padding: 5px 15px;
	text-align: right;
	font-weight: bold;

	}
	
.FormTitle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9999CC;
	font-size: 10pt;
	padding: 2px 2px;
	text-align: left;
	font-weight: bold;

	}

.dottedLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9999CC;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px 15px;
	text-align: right;
}

.dottedLine2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9999CC;
}

.dottedLineRight {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #9999CC;
	background-color: #FFFFFF;
	font-size: 11px;
}

.FormBorders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	border: 1px solid #666699;

}

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #9999CC;
	border-top: 1px solid #CCCCFF;
	border-right: 1px solid #333399;
	border-bottom: 1px solid #333399;
	border-left: 1px solid #9999CC;

	}

.SubMenuA:link
{
	COLOR: #333399;
	FONT-FAMILY: Verdana, Arial, Helvetica, san-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
}

.SubMenuA:visited
{
	COLOR: #333399;
	FONT-FAMILY: Verdana, Arial, Helvetica, san-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
}

.SubMenuA:active
{
	COLOR: #333399;
	FONT-FAMILY: Verdana, Arial, Helvetica, san-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
}

.SubMenuA:hover
{
	COLOR: #9999cc;
	FONT-FAMILY: Verdana, Arial, Helvetica, san-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
}
.SolidBorder {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 8px;
	padding: 8px;


}
