body{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center; /* IE WORKAROUND */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #365268;
}

table.pagebody{
	width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.pagetop{
	width: 750px;
	height:
}

/*------Default Appearances--------*/
input{
	border: 1px;
	border-style: solid;
	border-color: black;
}

img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
td{
	vertical-align: top;
	text-align: left;
	padding-left: 2px; padding-right: 2px;
}
a{
	font-size: inherit;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}
a:hover{
	color: #666666;
}
/*----------------------------------*/

/*----Page Structure----------------*/

tr.pagetop{
	width: 100%;
	height: 140px;
	background-image: url(/images/topgradient.jpg);
}
td.pagetop{
	width: 100%;
	height: 140px;
	background-image: url(/images/topgradient.jpg);
}
tr.pagebottom{
	width: 100%;
	height: 100px;
	background-image: url(/images/bottomgradient.jpg);
	vertical-align: bottom;
}
td.pagebottom{
	width: 100%;
	height: 100px;
	background-image: url(/images/bottomgradient.jpg);
	vertical-align: bottom;
	text-align: center;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}

td.content{
	background-color: #69859b;
	text-align: center; /*Fix for IE... IE Sucks.*/
}

td.rightmenu{
	width: 300px;
	background-color: #074e85;
	font-family: Lucida Sans Unicode;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: middle;
}
div.rightmenuitem-first{
	color: white;
	width: 100%;
	background-color: inherit;
	border-color: #69859b;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
	div.rightmenuitem-first:hover{
		font-weight: bold;
	}
div.rightmenuitem{
	color: white;
	width: 100%;
	background-color: inherit;
	border-color: #69859b;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
	div.rightmenuitem:hover{
		font-weight: bold;
	}

/*Unnecessary:
div.rightmenuitem-last{
	width: 100%;
	background-color: inherit;
	border-color: #69859b;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
	div.rightmenuitem-last:hover{
		font-weight: bold;
	}
*/

.topmenu{
	background-color: #074e85;
	width: 100%;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}

div.topmenuitem-first{
	width: auto;
	color: white;
	height: 100%
	background-color: inherit;
	border-style: solid;
	border-color: #69859b;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-align: center;
	vertical-align: middle;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
div.topmenuitem{
	width: auto;
	color: white;
	height: 100%
	background-color: inherit;
	border-style: solid;
	border-color: #69859b;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-align: center;
	vertical-align: middle;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.topmenuitem{
	color: white;
}
/*----------------------------------*/







div.content{
	text-align: left; /*Part of the IE Fix... IE Really sucks*/
	width: 600px;
	height: 100%;
	background-color: white;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-style: solid;
	border-color: #0363b0;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	font-size: 12px;
}

div.error{ /*Box used to display errors*/
		background-color: red;
		border-color: black;
		border-style: solid;
		border-width: 3px;
		font-size: 15px;
		font-weight: normal;
		margin: 3px;
	}
div.confirm{ /*Box used to display confirmation messages*/
		background-color: green;
		border-color: black;
		border-style: solid;
		border-width: 3px;
		font-size: 15px;
		font-weight: normal;
		margin: 3px;
	}
	
.boxtop{ /*The title of the box*/
	background-color: #074e85;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.boxheader{ /*The titles over each column*/
	background-color: #476379;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.boxdata{
	background-color: #69859b;
}

.boxdata2{
	background-color: #7995Ab
}

table.box{
	width: 100%;
	font-size: 12px;
	color: white;
	background-color: #69859b;
}
table.loginform-small{
	width: 200px;
	font-size: 10px;
}

.admin{
border-style: none;
background-color: blue;
color: white;
}

iframe.contacts{
	border-style: none;
	width: 300px;
	height: 60px;

}








