body {
	margin: 0;
	padding: 0;
	background-color: #ccc;
	font-size: 12px;
  font-family: Trebuchet MS, "Verdana", serif;
  text-align: center;
  color: #482F86;
}

div#wrapper {
	background-color: #fff;
	width: 780px;
	position: relative;
	margin: 0px auto 0 auto;
  clear: both;
}

div#header{
  position: relative;
  width: 780px;
  height: 149px;
  background-image: url(images/header_bg.jpg);
  background-repeat: no-repeat;
  background-color: #533990;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

div#main{
  width: 780px;
  position: absolute;
  top : 149px;
  left: 0;
  background-image: url("images/page_bg.jpg");
  background-repeat: repeat-y;
  background-color: #fff;
  border-right: 1px solid #482F86;
  border-left: 1px solid #482F86;
}

div#menu{
  width: 141px;
  float: left;
  height: 520px;
  background-color: #2221B5;
  background-image: url(images/nav_bg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
}

div#content{
  width: 595px;
  float: right;
  padding-bottom: 20px;
  padding-right: 20px;
  text-align: left;
  
}

div#footer{
  width: 780px;
  height: 85px;
  left: 0;
  background-image: url(images/footer_bg.jpg);
  background-repeat: no-repeat;
  border-bottom: 1px solid #482F86;
}
/*navigation logic */

#menu ul {
  color: #fff;
  margin : 0;
  padding : 6px 0 0 7px;
  text-align: left;
  font-size: 12px;
}

#menu ul li{
  font-weight: bold;
  list-style : none;
  padding-left : 1px;
  margin: 11px 0 11px 0;
}

#menu ul li a{
  color : #fff;
  text-decoration: none;
  padding-left: 7px;
  background-image: url(images/nav_list.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

#menu ul li ul{
  margin : 0;
  padding : 0px 0 0 3px;
}

#menu ul li ul li a{
  background : none;
  padding : 0;
  font-weight: normal;
  
}

#header #logo{
  position: absolute;
  top:0;
  left:134px;
  border:0;
}

/*footer logic */

#footer p{
  position: absolute;
  bottom : 5px;
  margin: 0;
  right: 20px;
  color: #fff;
  font-size: 8px;

}

#footer a{
  color : #fff;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

/*text logic*/

p{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

h1{
  font-size : 20px;
  text-transform: uppercase;
  margin: 0.6em 0  0.6em 0;
  
}

h2{
  font-size : 20px;
  margin:  0.4em 0  0.4em 0;

}

h3{
  font-size : 18px;
  margin: 0.8em 0  0.8em 0;

}

p.note{
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

div#content a
{
  color: #482F86;
}
/*content logic*/

.right
{
  float: right;
  margin: 5px 5px 0 5px;
}

.left
{
  float: left;
  margin: 2px 2px 0 2px;
}

.center
{
  text-align: center;
}

.details
{
  float: left;
  width: 99%;
  clear : both;
  margin: 0 0 0.4em 0;
}

.details p
{
  margin: 0.3em 0 0.3em 0;
}

/*Tables*/

table.contact
{
  width: 500px;
}

table.contact input,textarea
{
  width:300px;
  border : 1px solid #482F86;
}

table.contact select
{
  border : 1px solid #482F86;
}

table.contact input.button
{
   width: 100px;
}

table.contact input.check
{
  width: auto;
  border : none;
}

table.contact label
{
  font-size: 14px;
}

fieldset {
	background: #FFFFFF;
	padding: 10px;
	width: 500px;
}

label {
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal;
	width: 180px;
	margin-right: 15px;
	float: left;
}

input,textarea {
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal;
	float: left;

}

















