﻿body {
	background: #EFECDD url(../images/pgBg.jpg) repeat-x top left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}

h1{font-size: 170%; font-weight: bold;}
h2{font-size: 150%; font-weight: bold;}
h3{font-size: 180%; font-weight: bold;}
h4{font-size: 150%; font-weight: bold;}
h5{font-size: 120%; font-weight: bold;}
h6{font-size: 110%; font-weight: bold;}

#wrapper 
{
	position: relative;
	margin: 0 auto 15px auto;
	padding: 0;
    background: #fff url(../images/swycFoot.png) no-repeat bottom right;
	width: 820px;
    border: 3px black solid;
}
table{
    width:650px;
    margin: 25px 10px;
}
td{
    padding: 8px;
    font-size: 90%;
    line-height: 140%;
}

table caption{color: Gray; font-size: 120%; padding: 8px; border-bottom: dotted 1px #cfcfcf;}

a{color: #3300ff;}
a.toTop{color: #9f9f9f;}

p#subnav{
    clear:both; 
    margin: 20px 0 10px 10px;
    width:100%; 
 }

p#subnav a{
position:relative;
margin: 0 10px;
color: #fc3333;
}

#header 
{
	width:820px;
	height: 210px;	
	background: #fff url(../images/swycHead.png) no-repeat top left;
}

#titleBlock
{
    text-align:center;
    margin: -15px 0 40px 0;
}
#titleBlock h2{
    margin-bottom: 20px;
}

#titleBlock span
{
    font-size: 110%;
    font-weight: bold;
    margin: 20px;
}

#content
{
	overflow: auto;
	position: relative;
	padding: 15px 50px 25px 25px;
	width: 800px;
}

p{
    padding-right: 20px;
    padding-top: 10px;
    line-height: 160%
}

.details 
{
	background-color: #efecdd;
	border-top:1px solid #bfb7aa;
	border-right:1px solid #bfb7aa;
	float:left;
	height:15px;
	padding:2px;
	text-align:center;
	width:100px;
	z-index: 1;
}
  
#footer {
    clear: both;
    color: #808080;
    height: 245px;
    margin: 90px 0 0 0;
    padding: 8px 0 8px 25px;
    text-align: left;
}

#footernav {
	position: relative;
	margin: 0 auto 15px auto;
	text-align: center;
	padding: 0;
	width: 820px;
	font-size: 75%;
}

header a{
    display: block;
    height: 200px;
    padding: 100px;
    position: relative;
    width: 800px;
}
a.main:link{
    color: Blue;
    margin: 20px;
    font-size: 110%;
    font-weight: bold;
}

a.main:visited{
    color: Blue;
    font-size: 110%;
    font-weight: bold;
    margin: 20px;
}

ul{
    list-style-type: disc;
    margin: 15px;
    font-size: 110%;
}

li{padding: 5px;}

dl {
  width: 240px;
  margin: 20px 30px 20px 20px;
  background: #faeaee url(box_bottom.gif) no-repeat bottom left;
  float:right;
  font-size: 90%;
  padding-bottom: 13px;
  }
  
dt {
  margin: 0;
  padding: 13px;
  font-weight: bold;
  background: #be1e2d url(box_bottom.gif) no-repeat bottom left;
  border-bottom: 1px solid #fff;
  color: #fff;
  }

dd {
  margin: 0;
  padding: 10px 10px 5px 13px;
  color: #cfcaca;
  }



/*--------------------------
 =Navigation Styles
  ul.nav = the tab navigation list
  li = tab
  li.active = the active tab
  --much of this courtesy of Dan Cederholm's Bulletproof Web Design book www.simplebits.com
---------------------------- */
ul.nav
{
	background: #fff url(../images/nav_bg.gif) repeat-x bottom left;
	float: left;
	list-style: none;
	margin: 0 0 0 -25px;
	position:relative;
	width:820px;
	}
/* The left margin for the tab set: */
ul.nav li#left
{
	margin-left: 26px;
	}

ul.nav li
{
	float: left;
	font-size: 85%; 
	margin: 0;	
	margin-top: 10px;
	padding: 0;
	}

ul.nav a
{
	background: #e7e7e7 url(../images/Tab_bg.gif) repeat-x top left;
	border: 1px solid #9b909f;
	border-bottom: none;
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0 ;
	padding: 4px 8px;
	text-decoration: none;
	}


ul.nav a:hover
{
	border-bottom: 1px;
	border-color: #727377;
	color: #222;
	margin-bottom: 1px;
	padding-bottom: 4px;
	}
	
ul.nav li a.active
{
	background: #fff url(../images/TabActive_bg.gif) repeat-x top left;
	border-color: #057b0d;
	color: #000;
	padding-bottom: 5px;
	}
	
 ul.nav li a.active:hover
{
	background: #fff url(../images/tabActive_bg.gif) repeat-x top left;
	border-bottom: solid 1px #fff;
	color: #000;
	margin-bottom: 0;
	padding-bottom: 4px;
	}


