/* Layout Styles */
#container 
{
	width:777px;
	margin: 10px auto;	
}
.sideblock
{
    background-color: #efefef;
    border: 1px solid #FFCC66;
    overflow: hidden;
    width: 175px;
    float: left;
    margin: 10px 0px 0px 0;
}
.outline
{
    border: 1px solid #FFCC66;
    padding: 5px;
    background-color: #F8F8FF;
    margin: 10px 0 10px 185px;
    width: 575px;
    min-height: 450px;
}
.header
{
	height: 115px;
	/*background-image: url("images/top.gif");*/
	background-image: url(images/main_heading.jpg);
	background-position: center;
	width: 777px;
}
.footer
{
	background-color: #660000;
	text-align: center;
	border: 1px solid #fc6;
	clear: both;
	width:777px;
}
.webpart
{
	border-width: 1px;
	border-style: dashed;
	padding: 2px;
	border-color: #FFCC66; /*width: 275px;*/
	margin:3px;
}
.angel
{
	text-align: center;
}

/* Text Styles */
body
{
    font-family: 'Trebuchet MS' , arial, sans-serif;
    font-size: 0.8em;
    background-image: url(images/wallpaper.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 0;
    line-height: 1.75;
}
h1, h2, h3
{
    font-family: Verdana, Arial, Sans-Serif;
    color: #660000;
    margin: 0;
}
h1
{
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: .5em;
}
h2
{
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 0em;
}
h3
{
    font-size: 1em;
    font-weight: normal;
}
td
{
    font-family: 'Trebuchet MS' , arial, sans-serif;
}
a
{
    color: #0066FF;
}
ul, li
{
	margin-top: 0;
	margin-bottom:0;
}
.bottom
{
    color: #FFFFFF;
    font-size: 10px;
}

/* Top Links */
#nav
{
    width: 777px;
    height: 42px;
    background-image: url(images/nav/bar.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    /*background-color:#3399cc;*/
}
#nav ul, #nav li
{
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}

#nav a:link, #nav a:visited
{
	display:block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	float:left;
	height: 32px;
	width: 97px;
	background-image: url("images/nav/blue_off.gif");
	text-align: center;
	line-height: 32px;
}
#nav a:hover
{
	background-image: url("images/nav/blue_hover.gif");
	text-decoration: underline;
}