/****************************Native Classes********************************/


body, html {
    background-color    :       #FFFFFF;
    color               :       #000;
    font-family         :       Arial, Verdana, Helvetica, sans-serif;
    font-size           :       13px;
    line-height         :       17px;
    margin              :       0px;
    text-align          :       justify;
}


a:link {
    color               :       #6E3379;
	text-decoration     :       none;
}


a:visited {
    color               :       #6E3379;
	text-decoration     :       none;
}


a:hover {
    color               :       #C9C9C9;
	text-decoration     :       none;
}


/****************************ID Classes********************************/


#container {
	height              :       100%;
	text-align          :       left;
	margin              :       0px;
	width               :       770px;
}


/*** Header Area ***/


.header {
	height              :       252px;
	text-align          :       left;
	width               :       770px;
}


.header_mailing_list {
	height              :       252px;
	text-align          :       left;
	width               :       770px;
}


/*** Mailinglist Area ***/


.div_mailinglist {
	background-color    :       Transparent;
    height              :       0px;
    position            :       relative;
    left                :       445px;
    top                 :       158px;
    width               :       282px;      
}


/*** Navigation Area ***/


#navigation {
    background-color    :       #4A0058;
    height              :       22px;
	vertical-align      :       top;
	width               :       770px;
}


/*** Content Area ***/


#contentplaceholder {
	margin              :       0px;
	vertical-align      :       top;
	width               :       770px;
}


#content {
	background-color    :       #EAE8DE;
	margin              :       0px;
	vertical-align      :       top;
	width               :       770px;
}


/*** Bottom Navigation Area ***/


#bottom_navigation{
	background-color    :       #EAE8DE;
	height              :       20px;
	margin              :       0px;
	padding             :       0px;
	text-align          :       center;
	vertical-align      :       top;
	width               :       770px;
}

#bottom_navigation a:link {
    color               :       #7B7B7C;
	text-decoration     :       none;
}

#bottom_navigation a:visited {
    color               :       #7B7B7C;
	text-decoration     :       none;
}

#bottom_navigation a:hover {
    color               :       #5E9BB7;
	text-decoration     :       none;
}

/*** Address Area ***/

#div_address {
    background-color    :       #EAE8DE;
    font-size           :       11px;
    padding-bottom      :       6px;
    text-align          :       center;
    width               :       770px;
}

/*** Footer Navigation Area ***/

#footer{
	background-color    :       #6E3379;
	color               :       #FFFFFF;
	font-size           :       10px;
	height              :       20px;
	margin              :       0px;
	padding             :       5px 0px 0px 0px;
	text-align          :       left;
	vertical-align      :       text-bottom;
	width               :       770px;
}


.ie8fix 
{
    z-index: 1000;
}




