/* CSS Document */

html {
	padding:0;
	margin:0;
}
body 
	{
	color: #660033;
	font-size: 14px;
	font-family: "TW Cen MT","Lucida Grande","Lucida Sans Unicode",Verdana, Geneva, Arial, sans-serif;
	line-height: 22px;
	background: url(images/bp2.gif) no-repeat bottom left;
	background-color: #fbe0eb;
	text-align: justify;
	margin: 0;
	}

#header 
	{
	color: white;
	background-color: #73c8f1;
	text-align: center;
	text-transform: uppercase;
	visibility: visible;
	position: relative;
	height: 77px
	}

#navbar 
	{
	text-transform: uppercase;
	color: #972e90;
	font-size: 15px;
	line-height: 24px;
	background-color: #bbcbe7;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 15px;
	height: 26px
	}

#logo 
	{
	margin: 0 10px 10px 0px;
	height: 95px
	}

/* links in body copy */
a 
	{
	color: #5026ce;
	text-decoration: none
	}

.privacy1 {color: #CCCCCC}

a:hover 
	{
	color: white;
	text-decoration: none
	}

.navbar
    {
	color: #972e90;
	}

.leftcol 
	{
	text-align: right;
	width: 20%;
	float: left
	}

.menuitem 
	{
	color: white; 
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #fbe0eb;
	border-left: 0 none;
	font-size: 17px;
	}

.menuitem a:link
	{
/*	color: white; */
	text-decoration: none
	}

.menuitem a:hover
	{
	color: white;
	text-decoration: none
	}

.leftcol 
	{
	text-align: right;
	width: 20%;
	float: left;
	}

.midcol 
	{
	padding-left: 36px;
	padding-bottom: 36px;
	width: 50%;
	float: left;
	background: url(images/shadow_logo.jpg) no-repeat center center;
	}
    span.required{
        color: #D91E1E;
    }   
	span.heading{
	font-size: 24px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #E95E5E;
	text-align: center;
	word-spacing: 6px;
	line-height: 28px;
    }   
    span.subheading{
		letter-spacing: 1px;
	    font-size: 16px;
        color: #E9E95E;
		font-style:italic;
	    background: url(images/subheading_background.gif) no-repeat bottom left;
		padding-right: 220px;
		padding-left: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
		text-align: left;
    }   

   span.teaser{
		font-size: 9px;
    }  


.rightcol 
	{
	font-size: 12px;
	line-height: 20px;
	padding-left: 3%;
	width: 132px;
	text-align: left;
	float: left;
	margin-top: 100px;
	}

.highlight{

	    background: #ffcccc url(images/top-left.gif) left top no-repeat;
	    padding: 1em 2em;
	    border-radius: 1.6em;
		background-image: none;
	    -moz-border-radius: 1.6em;
	    -webkit-border-radius: 1.6em;
	    border-radius: 1.6em;
		letter-spacing: 1px;
	    font-size: 16px;
		font-style:italic;
		text-align: left;
    }
	  
.actionbutton{

	    background: #ffcccc url(images/top-left.gif) left top no-repeat;
	    padding: 1em 2em;
	    border-radius: 1.6em;
		background-image: none;
	    -moz-border-radius: 1.6em;
	    -webkit-border-radius: 1.6em;
	    border-radius: 1.6em;
		letter-spacing: 1px;
	    font-size: 16px;
		font-style:italic;
		text-align: left;
		width: 350px;
    }
	
.actionbutton:hover{
	background: #ffffcc url(images/top-left-brite.gif) left top no-repeat;	
}

#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #737373;
	text-align: center;
	letter-spacing: 2px;
	height: 16px;
	clear: left
	}
