﻿html,body
{
    margin:0;
    padding:0
}
body
{
    color:#333; 
    font-size:12px;
    font-family:Arial;
    text-align:center; 
    background-image:url(../images/bg.gif);
    background-repeat:repeat;
}
div,ul,li,p,span,table,form,img
{
    margin:0;
    padding:0; 
    border:0; 
}
li 
{ 
    list-style-type:none;
}

.blue{color:#496074; font-weight:bold;text-decoration:underline;}
a.blue:link {color:#496074;font-weight:bold;text-decoration:underline;}
a.blue:visited {color:#496074;font-weight:bold;text-decoration:underline;}
a.blue:hover {color:#496074;font-weight:bold;text-decoration:underline;}
a.blue:active {color:#496074;font-weight:bold;text-decoration:underline;}
.green{color:#090; font-weight:bold; font-size:12px;}
.sky{color:#496074; font-weight:bold; font-size:12px;}

#container 
{
    margin:0 auto;
    width:900px;
    padding-left:5px;
    padding-right:5px;
    background:#fff;
    text-align:left;
    margin-bottom:10px;
}

#top
{
    width:900px;
    height:77px;
    /*padding-top:20px;*/
    background:#fff;
}

#logo
{
    float:left;
    width:174px;
    height:68px;
    background:url(../images/logo.gif);
    margin-left:31px;
    display:inline;
	background-repeat:no-repeat;
}

#nav
{
    float:left;
    margin-left:30px;
    display:inline;
    text-align:left;
    width:642px;
    height:52px;
    font-size:12px;
    font-weight:bold;
    line-height:normal;
    background-image:url(../images/nav_bg.gif);
    background-repeat:repeat-x;   
}

#nav a
{
    text-decoration:none;
}
#nav a:link
{
    color:#fff;
}
#nav a:visited
{
    color:#fff;
}
#nav a:hover
{
    color:#333;
}

#welcome
{
    background:url(../images/welcome.jpg);
    width:900px;
    height:220px;
}

#new1
{
    width:360px;
    height:220px;
	float:right;
	text-align:left;
}

#middle
{
    width:900px;
    height:500px;
    background:#fff;
}

#foot
{
    padding-top:10px;
    width:900px;
    text-align:center;
    height:52px;
    background:#fff;
    line-height:20px;
    padding-bottom:20px;
}

#cr
{
    float:left;
    width:260px;
    margin-left:10px;
    display:inline;
}

#nav2
{
    float:left;
    margin-left:10px;
    display:inline;
    text-align:left;
    width:620px;
    height:52px;
    font-size:12px;
    font-weight:bold;
    line-height:normal;
    background-image:url(../Images/nav2_bg.gif);
    background-repeat:repeat-x;
}
#nav2 a{
	 text-decoration:none;
    }
#nav2 a:link{
	 color:#fff;
	 text-decoration:none;
    }
#nav2 a:visited{
     color:#fff;
    }
#nav2 a:hover{
	color:#333;
	}