html {
	height: 100%;
}
body {
	background-color: #ddd;
	margin: 0px;
	font: normal 12px arial;
	color: #000;
}
img {
	display: block;
}
h1 {
	font: bold 24px arial;
	color: #060;
	margin: 0 0 5px 0;
}
#main {
	text-align: center; /* ie centering */
	width: 100%;
	height: 100%;
}
#content {
	margin: 2px auto;
	width: 900px;
	height: 100%;
	background-color: #eee;
	border: solid 1px #888;
	padding: 3px;
}
#contentTable {
	background-color: #fff;
	border: solid 1px #ccc;
	width: 100%;
	height: 100%;
}

/* logo row */
#logoRow {
	background-color: #fff;
}

/* "user" row (e-mail sign-up + slogan) */
#userRow_Slogan {
	width: 300px;
	height: 25px;
}

/* menu */
#menuRow {
	background-color: #000;
	height: 27px;
	width: 100%;
}
.menuCell, .menuCell_end {
	border-color: #fff;
	border-style: solid;
}
.menuCell {
	border-width: 1px 0 1px 1px;
}
.menuCell_end {
	border-width: 1px;
}
a.menuItem, a.menuItem_end {
	display: block ;
	font: bold 12px arial ;
	padding: 5px 0;
	text-decoration: none;
}
a.menuItem:link, a.menuItem:active, a.menuItem:visited, a.menuItem_end:link, a.menuItem_end:active, a.menuItem_end:visited {
	/*background-image: url('http://www.gomag.com/images/menubg.jpg') ;*/
	background-color: #000;
	color: #fff;
}
a.menuItem:hover, a.menuItem_end:hover {
	background-color: #369;
	background-image: none;
	color: #fff;
}
.subMenuItem {
	font: normal 11px arial ;
	padding: 5px 10px 5px 2px;
	color: #000;
}
a.subMenuItem {
	display: block;
	font: normal 11px arial ;
	padding: 5px 5px;
	color: #369;
}
a.subMenuItem:link, a.subMenuItem:active, a.subMenuItem:visited {
	text-decoration: underline ;
}
a.subMenuItem:hover {
	text-decoration: none ;
}

/* main content */

#mainRow {
	width: 100%;
	height: 100%;
	padding: 2px;
}
#mainRow_sky {
	width: 738px;
	height: 100%;
	padding: 2px;
}
#skyrow {
	width: 162px;
	height: 100%;
}
.green_header {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #ccc;
	padding: 5px;
	font: bold 14px arial;
	color: #fff;
	text-transform: uppercase;
	background-image: url('http://www.gomag.com/images/bg_green.gif');
}
.blue_header {
	border-style: solid;
	border-width: 1px ;
	border-color: #69c;
	padding: 5px;
	font: bold 14px arial;
	color: #333;
	text-transform: uppercase;
	background-image: url('http://www.gomag.com/images/bg_blue.gif') ;
}
.box {
	border: solid 1px #ccc;
	padding: 5px;
	margin: 0 0 10px 0;
}
.box_notop {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #ccc;
	padding: 5px;
	margin: 0 0 10px 0;
}
.nav_text_on {
	font: bold 14px arial;
	border: solid 1px #eee;
	background-color: #b8ecff;
	display: block;
	padding: 5px;
	color: #369;
}
.nav_text_off {
	font: bold 14px arial;
	border: solid 1px #eee;
	background-color: #eee;
	display: block;
	padding: 5px;
	color: #ccc;
}

/* footer */
#footerRow {
	width: 100%;
	margin: 10px 0;
	padding: 5px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 2px 0 0 0;
	background-color: #1E7B9D;
}
a.footerMenu {
	padding: 2px 5px;
	font: normal 11px arial;
	color: #fff;
}
a.footerMenu:link,a.footerMenu:active,a.footerMenu:visited {
	text-decoration: underline;
}
a.footerMenu:hover {
	text-decoration: none;
	color: #fff;
}
a.footerLink {
	font: normal 11px arial;
	color: #fff;
}
a.footerLink:link,a.footerLink:active,a.footerLink:visited {
	text-decoration: underline ;
}
a.footerLink:hover {
	text-decoration: none;
}
.footer {
	font: normal 11px arial;
	color: #fff;
	padding: 2px;
}
a.biegel {
	font: normal 11px arial;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 3px;
	display: block;
	margin: 2px 0;
	width: 400px;
}
a.biegel:link,a.biegel:active,a.biegel:visited {
}
a.biegel:hover {
	color: #369;
}

/* fonts */

.topLink, a.topLink {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.topLink, a.topLink {
	color: #369;
}
a.topLink:active, a.topLink:link, a.topLink:visited {
	text-decoration: none ;
}
a.topLink:hover {
	text-decoration: underline ;
}
a.submenu {
	font: normal 11px arial;
	color: #666;
}
a.submenu:link, a.submenu:active, a.submenu:visited {
	text-decoration: none ;
}
a.submenu:hover {
	text-decoration: underline ;
}
.small {
	font: normal 10px arial;
}
a.small {
	font: normal 10px arial ;
	color: #369;
}
a.small:link,a.small:active,a.small:visited {
	text-decoration: none;
}
a.small:hover {
	text-decoration: underline;
}
a.main, a {
	font: normal 12px arial;
	color: #369;
}
a.main:link,a.main:active,a.main:visited, a:link, a:active, a:visited {
	text-decoration: none;
}
a.main:hover, a:hover {
	text-decoration: underline;
}
a.maintext {
	font: normal 12px arial ;
	color: #000;
	text-decoration: none;
}
.header1 {
	font: bold 14px arial;
	color: #000;
}
a.header1 {
	font: bold 14px arial;
	color: #369;
}
a.header1:link,a.header1:active,a.header1:visited {
	text-decoration: none;
}
a.header1:hover {
	text-decoration: underline;
}
.header2 {
	font: bold 18px arial;
	color: #000 ;
}
a.header2 {
	font: bold 18px arial;
	color: #369;
}
a.header2:link,a.header2:active,a.header2:visited {
	text-decoration: none;
}
a.header2:hover {
	text-decoration: underline;
}
.header3 {
	font: bold 24px arial;
	color: #060;
	margin: 0 0 5px 0;
}
.required {
	font: bold 12px arial;
	color: #c00;
}
a.white {
	font: normal 12px arial;
	color: #fff;
}
a.white:link,a.white:active,a.white:visited {
	text-decoration: underline;
}
a.white:hover {
	text-decoration: none;
}

/* errors */
.error_box {
	border: solid 1px #966;
}
.error_title {
	font: bold 14px arial;
	text-transform: uppercase;
	background-color: #c00;
	color: #fff;
	padding: 2px;
}
.error_messages {
	background-color: #fff;
}
.error_message {
	font: bold 12px arial;
	color: #c00;
	padding: 5px;
}

/* form elements */
.buttonOrange {
	background-color: #f00;
	color: #fff;
	font: normal 12px arial;
	border-top-color: #f96;
	border-left-color: #f96;
	border-right-color: #633;
	border-bottom-color: #633;
	border-width: 2px;
	padding: 1px 4px;
}
input, select, textarea {
	font: normal 12px arial;
	color: #000;
}

