/*Beaytu Alert!*/
/*BODY TAG STYLES*/
body
{   
   position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;background-color:#fff;font:13px Verdana, Arial, Helvetica, sans-serif;line-height:20px;
}

/*AREA HOLDING ALL PAGE CONTENT*/
#area_float
{
   width:800px;margin-right:auto;margin-left:auto;margin-top:10px;padding:0;background-color:#fff;text-align:left;border:solid 1px #F176AD;
}

/*HEADER*/
#area_header
{
   width:800px;height:62px;background-color:#F176AD;
}

/*NAVIGATION*/
#area_nav
{
   width:800px;float:left;text-align:center;color:#6c6c6c;margin:10px 0;
}

/*NAVIGATION*/
#area_nav a
{
   color: #6c6c6c;text-decoration: underline;
}

#area_right
{
	padding:25px;float:left;width:750px;
}

#area_right_home
{
	padding:25px;float:right;width:400px;	
}

ul
{
	color:#F176AD;
}

.list_text
{
	color:#6c6c6c;
}

#area_left
{
	
}

#area_left_home
{
	width:335px;float:left;	
}

#area_footer
{
	width:760px;float:left;text-align:center;margin:10px;font-size:10px;
}


h1
{
   font-size:14px;color:#45aadd;
}

h2
{
   font-size:13px;
}

strong
{
   color:#45aadd;
}

/*LINKS USED IN MAIN SITE*/
a
{
    color: #ed7fa6;text-decoration: underline;
}

a:visited
{
    color: #ed7fa6;text-decoration: underline;
}

a:active
{
    color: #ed7fa6;text-decoration: underline;
}

a:hover
{
    color: #ed7fa6;text-decoration: underline;
}

/*LINKS USED IN SUB NAV*/
a.subnavlink
{
    color: #efce80;text-decoration: underline;
}

a.subnavlink:visited
{
    color: #efce80;text-decoration: underline;
}

a.subnavlink:active
{
    color: #cc7426;text-decoration: underline;
}

a.subnavlink:hover
{
    color: #f0d3be;text-decoration: underline;
}

/*LINKS USED IN FOOTER NAV*/
a.footerlink
{
    font:10px verdana, arial, sans-serif;color: #ab5204;text-decoration: none;
}

a.footerlink:visited
{
    font:10px verdana, arial, sans-serif;color: #ab5204;text-decoration: none;
}

a.footerlink:active
{
    font:10px verdana, arial, sans-serif;color: #ab5204;text-decoration: none;
}

a.footerlink:hover
{
    font:10px verdana, arial, sans-serif;color: #cc7426;text-decoration: none;
}

