body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
	line-height:1.5em;
        color: #333;
        margin:0;
}
tbody {
	font-size: 13px;
}
table {
	margin:10px;
}
tbody p {
	margin:0;
	padding:0;
}
#main1 {
	width:750px;
	border-left:1px solid #F5F5F5;
	border-right:1px solid #F5F5F5;
	border-bottom:1px solid #F5F5F5;
	text-align:center;
}
#main2 {
	width:748px;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	text-align:center;
}
#main3 {
	width:746px;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	text-align:center;
}
#main4 {
	width:744px;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	border-bottom:8px solid #FFFFFF;
	text-align:left;
}
#logo {
	height:100px;
	background:url('images/logo.gif');
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:20px;
}
#domain {
	position:relative;
	top:52px;
	left:0px;
	color:#0020D7;
	font-size:11px;
	
}
#rightmenu {
	text-align:right;
	position:relative;
	top:30px;
	right:10px;
}

#mainpic {
	height:250px;
	width:736px;
	border-bottom:4px solid #FFFFFF;
}
#menu {
	position:relative;
	background:url('images/menubg');
	background-repeat:repeat-x;
	width:736px;
}

#fader {
	height:38px;
	background:url('images/fader.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	width:736px;
}
#content {
	background:url('images/bgvert.png');
	background-repeat:repeat-y;
	background-position: top right;
	width:736px;
}
.spacer {
	height:15px;
	font-size:1px;
}


/* Menu Stuff */

table.menu        {            /* Submenu box attributes */
        position: absolute;
	border:0;
        cursor: pointer;
        visibility: hidden;
        text-align:left;
        background-color:#173762;

}
#mainmenu        {       /* Main menu bar Attributes */
        position: relative;
	border:0;
	width:736px;
	height:26px;
	
}
table.menu td        {   /* Main Bar Buttons Attributes */
	padding:0px;
	width:140px;
	border:0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.6em;
        color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
        /*background-color: #173762; /* Must be the same as tdBgColor in the menu_script.js */
        white-space: nowrap;
	background:url('images/menubg.jpg');
	background-repeat:repeat-x;
}
table.menu td p {
	position:relative;
	top:+6px;
	left:5px;
	padding:0;
	margin:0;
}
table.menu td img.button {
	position:relative;
	top:+5px;
	float:left;
}
table.menu td.sub {
        /*background-color: #173762; /* Must be the same as table.menu td above */
	background:url('images/translucent.png');
	border:0;
        background-image:none;
	padding:5px;
	width:auto;
        
        }
.separator {
	position:relative;
	left:-5px;
	height:25px;
	float:left;
}
/* End Menu */

#rightpane {
	float:right;
	width:250px;
	background:url('images/bgvert.png');
	background-repeat:repeat-y;
	background-position: top right;
}
h1 {
	height:25px;
	border-bottom: 2px solid #E9E9E9;
	font-size: 14px;
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
	margin-top:0;
	margin-bottom:0;
	padding-left:10px;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	color: #234E7A;
	background:url('images/bullet.gif');
	background-repeat:no-repeat;
	background-position:center left;
}

#leftpane #rightpane h1 {
	width:220px;
	margin-left:25px;
}
#leftpane h1 {
	width:450px;
}
#leftpane img {
	margin:10px;
}
#leftpane tbody td img {
	margin:0;
}
#leftpane #rightpane p, #leftpane p {
	margin-left:30px;
	margin-right:15px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	font-size:0.8em;
	text-align:left;
}
#leftpane p{
	text-align:justify;
	margin-right:260px;
}
#leftpane #rightpane p {
	width:auto;
}
#clear {
	height:1px;
	clear:both;
	font-size:1px;
}
#greyline {
	height:4px;
	width:736px;
	background-color:#E9E9E9;
	font-size:1px;
	position:relative;
}
#blueline {
	width:736px;
	height:8px;
	clear:both;
	background-color:#0066AB;
	font-size:1px;
	position:relative;
	top:4px;
}
#footer {
	background-color:#E9E9E9;
	position:relative;
	top:4px;	
	width:736px;
	height:96px;
	font-size:0.8em;
	color: #222222;
}
#footer #link {
	position:relative;
	top:-7px;
	left:60px;
}
#footerright {
	float:right;
	padding-right:350px;
}
#footerleft {
	float:left;
	padding:15px;
}
a {
	color:#222222;
}
a:hover {
	color:#444444;
}
.leftimage {
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
}
