/***************************************************************************
*                                                                          *
* contented1 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
***************************************************************************/

* {
	padding:0;
	margin:0;
}

body {
	color: #666666;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:20px auto;
	width:90%;
	
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:1em 0;}

h1 {font-size:1.67em;}

h2 {font-size:1.39em;}

h3 {font-size:1.2em;}

h4 {font-size:1em;}

li, dd { margin-left:5%; }

fieldset { padding: .5em; }

a {
	color: #BB9B5C;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3366FF;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#nav {
	line-height:2.5em;
	padding:14px 0px 4px 0px;
	margin:0 0 5px 0;
	width:100%;
	clear:both;
	text-align:center;
	
}

#nav a {
	color: #ffffff;
	background-color:#6699FF;
	font-weight:bold;
	text-decoration:none;
	padding:4px 4px 4px 4px;
	border:1px solid #3366FF;
}

#nav .selected,#nav a:hover {
	color:#ffffff;
	background-color:#3366FF;
	text-decoration:none;
	padding:4px 4px 4px 4px;
}

#content {
	border-top:1px solid #CCCCCC;
	width:100%;
	clear:both;
	text-align:right;
}

#maincontent {
	font-size:1.0em;
	font-weight: bold;
	padding:0px 5px 0px 0px;
	width:70%;
	border-right:1px solid #CCCCCC;
	float:left;
	text-align:right;
}

#sidecontent {
	font-size:0.83em;
	padding:5px 0px 0px 0px;
	width:25%;
	float:right;
	text-align:right;
}

#footer {
	color: #FFFFFF;
	background-color:#BB9B5C;
	font-size:80%;
	line-height:1.5em;
	width: 100%;
	clear:both;
	text-align:center;
}

#footer	a {
	  color: #FFFFFF;
	  background-color: #BB9B5C;
	  text-decoration: none;
	  }

#footer	a:hover {
	  color: #FFFFFF;
	  background-color: #BB9B5C;
	  font-weight: bold;
	  text-decoration: underline;
	  }

#copyrightdesign {
	color:#FFFFFF;
	background-color:#BB9B5C;
	padding:5px 0px 5px 20px;
	width: 100%px;
	float:center;
	text-align:center;
}
table{
  border: 1px solid #6699FF;
}
td{
  border: 1px solid #6699FF;
}
th{
  border: 1px solid #6699FF;
}

.msg table{
  border: 0px;
}
.msg td{
  border: 0px;
}
.msg th{
  border: 0px;
