@charset "utf-8";
body {
	background-color: #f0037f;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C1511;
}

img
{
    border-style: none;
}

#blacktext
{
    font-size:11px;
    font-weight: normal;
    color:black;
}

#errortext
{
    font-size:12px;
    font-weight: normal;
    color: red;
}

#homewrapper {
        width: 950px;
        margin-right: auto;
        margin-left: auto;
        min-height:620px;
        _height:620px;
}

#pagewrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#paypalwrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
    padding-top: 15px;
}

#menu {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	padding-top: 70px;
	float: left;
}

#menu li a{
	color:white; /* so that in the absence of images, the links are visible against the pink background */
}

#pagemenu {
	background-repeat: no-repeat;
	background-position: left top;
	width: 295px;
	padding-top: 70px;
	float: left;
	background-image: url(images/menu-logo.gif);
	height: 510px;
}
#homenav  {
	margin: 0px;
	padding: 0px;
}
#homenav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#homenav li {
	margin: 0px;
	list-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#pagenav  {
	float: left;
	margin: 0px;
	padding-bottom: 15px;
}
#pagenav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#pagenav li {
	margin: 0px;
	list-style: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#pagenav2  {
	float: left;
	margin: 0px;
	padding-bottom: 15px;
}
#pagenav2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#pagenav2 li {
	margin: 0px;
	list-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#inthemiddle{
 	float:left;
 	width:260px;
 	background:url(images/AUAM-logo-homesmall.gif) transparent no-repeat right bottom;
 	color:white;
 	font-weight:bold;
 	padding-right:160px;
 	padding-bottom:210px;
}

#inthemiddle h1{
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}

#homebox-wrapper {
	float: right;
	width: 315px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#homebox-wrapper h2{
	background:none;
	padding:0;
	margin:0;
}

#homebox {
	background-color: #FFFFFF;
	border: 2px solid #4c1511;
	padding: 28px;
}

#featurebox{
	background-color: #FFFFFF;
	border: 2px solid #4c1511;
	padding: 2px;
}
#pagebox-wrapper {
	FLOAT: right;
	WIDTH: 620px;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/strapline.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#artbox-wrapper {
	FLOAT: right;
	WIDTH: 630px;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/strapline.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#artbox {
	background-color: #FFFFFF;
	border: 2px solid #4c1511;
	padding: 10px;
	line-height: 18px;
}

#pagebox {
	background-color: #FFFFFF;
	border: 2px solid #4c1511;
	padding: 28px;
	line-height: 18px;
}
.heading-strip {
	background-color: #4C1511;
}

.smallcopy {
	font-size: 11px;
	line-height: 15px;
}

a {
	text-decoration: underline;
	color: #F0037F;
}
a:hover {
	color: #4C1511;
	text-decoration: underline;
}
h1 {
	margin: 0px;
	background-image: url(images/brownstrip-bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
}

#redtext
{
    color:red;
}

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f67fbf;
	font-size: 11px;
	clear: both;
}
td{
	vertical-align:top;
}
a.brown {
	text-decoration: underline;
	color: #4C1511;
}
a.brown:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

select.formPopup {
    font-size: 11px;
    font-family: Arial;
}