/* Seamless Base CSS */

/* BEGIN: DEFAULTS */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/bg.png);
	background-attachment: fixed;
	margin: 0px;
    padding: 0px;
}

a img {
	border: 0px none;
}

a:link {
	color: #3300FF;
	background-color: inherit;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #3300FF;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	background-color: inherit;
	color: #FF0000;
}

/* END: DEFAULTS */

/* BEGIN: LAYOUT */

#container {
	text-align: left;
	width: 785px;
	margin: auto;
}

#header {
	width: 712px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	height: 125px;
}

#header .logo {
	float: left;
	padding-left: 10px;
	height: 125px;
}

#header .rotate {
	float: right;
	padding-left: 10px;
	height: 125px;
}

#mainbody {
	float: left;
	width: 660px;
	/*display: inline;*/
	position: relative;
	left: 0px;
	margin: 0px;
}

#mainbody .left {
	width: 70%;
	float: left;
}

#mainbody .left .head1 {
	font-weight: bold;
	font-size: 14px;
}

#mainbody .left .head2 {
	font-weight: bold;
	font-size: 11px;
	padding-left: 10%;
}

#mainbody .right {
	text-align: center;
	width: 25%;
	float: right;
}

#mainbody .right .rtop {
	font-size: 11px;
	font-style: italic;
}

#mainbody .right .rbottom {
	font-size: 12px;
	font-style: italic;
}

#mainbody .bottom{
	padding-top: 15px;
	clear: both;
	width: 450px;
	margin: auto;
}

#mainbody .backup{
	margin-left: 400px
}

#mainbody .newsheader{
	font-size: 1.25em;
	color: #110A7F;
	font-weight: bold;
}

#mainbody .newsheader2{
	font-size: 1.75em;
	color: #110A7F;
	font-weight: bold;
}

#mainbody .newsheader a{
	text-decoration: none;
}

#column {
	width: 120px;
	float: right;
	position: relative;	
	text-align: left;
}

#footnote {
	font-size: .70em;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	height: 15px;
	/*text-align: center;*/
	clear: both;
	font-size: 10px;
	font-style: normal;
	position: relative;
}

/* END: LAYOUT */

/* BEGIN: TEXT */

br {
	clear: left;
}

p, ul, ol {
	margin: 0px;
	padding: 0px;
} 

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

li {
	margin-left: 25px;
}

.title {
	font-weight: bold;
}

.subtext {
	font-size: .7em;
}

.center {
	text-align: center;
}

.print {
	float: right;
}

#textbox {
	margin: 0px;
	padding: 0px;
}

#text {
	width: 660px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/cont-edge.png);
	background-repeat: repeat-y;
}

#textbody {
	margin-right: 15px;
	margin-left: 15px;
    background-color: #ffffff;
}

#texthead {
	margin-bottom: 5px;
	padding: 3px;
	background-image: url(../img/head.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-weight: bold;
}

#text-top {
	background-image: url(../img/cont-top.png);
	background-repeat: no-repeat;
	background-position: center;
        height: 12px;
        padding: 0px;
	margin: 0px;
}

#sm-top {
	background-image: url(../img/smcont-top.png);
	background-repeat: no-repeat;
	background-position: center;
    height: 12px;
    padding: 0px;
	margin: 0px;
}

#menubox {
	margin: 0px;
	padding: 0px;
}

#menu {
  width: 120px;
  background-image: url(../img/smcont-edge.png);
  background-repeat: repeat-y;
  background-color: #ffffff;
}

#menu #nav {
  padding:0;
  padding-top: 15px;
  padding-bottom: 8px;
  margin-left:20px;
  margin-right:20px;
}

#menu #nav li {
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  /*list-style-type:none;*/
}

.top {
	list-style-type: disc;
	color: #3300FF;
	text-decoration: underline;
}

#mailbox {
	margin: 0px;
	padding: 0px;
}

#webmail {
	width: 120px;
	background-image: url(../img/smcont-edge.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#webmail form {
	font-size: 8pt;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 8px;
	margin-left: 15px;
}

#webmail input {
	width: 80%;
}

#mailhead {
	width: 120px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/sm-head.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-weight: bold;
}

#menuhead {
	width: 120px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/sm-head.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-weight: bold;
}

#column img {
	padding-top: 4px;
}

/* END: TEXT */
