@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/auk_background_01.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	border-color:#333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #header {
	background-image:url(../images/auk_nav_04.gif);
	background-repeat:repeat;
	height: 112px; 
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #nav {
	background-image:url(../images/navbar_09.gif);
	background-repeat:repeat-x;
	height: 32px; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #sidebar1
{
    float: right; /* since this element is floated, a width must be given */
    width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /*height:403px;*/
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.twoColFixRtHdr #sidebar1 .topbox{
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.twoColFixRtHdr #mainContent { 
	margin: 20px 290px 20px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #regForm1 { 
	margin: 20px 290px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #regForm2 {
	margin: 0px 15px 20px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
 
.twoColFixRtHdr #footer { 
	background-image:url(../images/footer_back_13.gif);
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 34px; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.links {
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	line-height: 20px;
}

.links a:hover{
	color:#666666;
}

.style2 {
	font-family: trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.style3:hover {
	color:#666666;
}
.bodycopy {
	font-size: 12px;
	vertical-align: top;
}

.error
{
    background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: red;
	vertical-align: middle;
}

.quoteheader 
{
    background-color: #EFEFEF;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.quotebody
{
    background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: middle;
}

.quotebodybold
{
    background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

ol.bodycopy {color: #990000;}
ol.bodycopy li span { color: black;} 
ul.bodycopy {list-style-type: square; color: #990000;}
ul.bodycopy li span { color: black;} 

.style4 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align:right;
	text-decoration: none;
}
.style5 {font-size: 14px;
	}

.question {font-size: 14px;
	color: #990000
	}

.top {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.top:hover {
	color:#666666;
	}

/*added by Resolution*/
	a.navLink:link, a.navLink:active, a.navLink:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	font-variant:normal;
	text-align: center;
	display: block;
	/*float: left;*/
	vertical-align: middle;
	/*width: 110px;*/
	/*height: 20px;*/
    /*background-color: #999;*/
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	text-decoration: none;
}

	a.navLink_right:link, a.navLink_right:active, a.navLink_right:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	font-variant:normal;
	text-align: right;
	display: block;
	/*float: left;*/
	vertical-align: middle;
	/*width: 110px;*/
	/*height: 20px;*/
    /*background-color: #999;*/
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	text-decoration: none;
}

a.navLink:hover 
{
    text-decoration:underline;
}

a.navLink_right:hover
{
    text-decoration: underline;
}

img.link
{
    border:solid 1px #999999;
}

.italic
{
    font-style:italic;
}
 .footerText
{
    font-weight: bold;
    font-size: 8pt;
    text-align:center;
}   

