@import "nav.css";

/*<group=General >*/

body {
font-family: Verdana, Arial, Helvetica,sans-serif;
margin: 30px 0px;
padding:0px;
background: #ccc;
color:#000000;
min-width:800px;
}

a {
text-decoration :none;
}

p {font-size:0.8em;
	
}

h1 {font-size: 1.1em;
	
}

h2 {font-size: 1.1em;
	
}

h3 {font-size: 0.9em;
	
}
	
/*</group>*//*<group=Header>*/

#pagewrap { /* This is a wrap for the header, main, sidebar, and footer. */
margin: 0px auto;
width:800px; 
background:#ffffff;
color:#000000;
border: 1px #f18000 solid;
}

#header { /* A wrap for the header elements: headerdate, headerdate p, img.logo, img.banner, and navbar. */
margin: 0px 0px 40px 0px;
border: none; }

#headerdate { /*This is the box for the headerdate*/
padding: 0px;
margin: 0px;
width:800px;
background: #ff9900;
color:#ffffff;
}

#headerdate p { /* To control the text in the headerdate. */
margin: 0px;
text-align:right;
padding:4px 10px 4px 0px;
font-size: 0.7em;

}

img.logo { /* To adjust the logo. */
float:left;
margin: 20px 0px 10px 25px;
}

img.banner { /* To adjust banner photo. */
margin: 0px 0px 0px 25px;
 }
	
/*</group>*/

/*<group=Footer>*/

#footer p {
padding:5px 0px 5px 25px;
margin:0px;
font-size: 0.7em;
text-align: left;
}

#footer {
border-top: 2px #f18000 none;
margin: 0px;
padding:0px;
background: #ff9900;
color:#ffffff;
clear: both;
	border-style: none;
}
	
/*</group>*/

/*<group=Sidebar>*/

.salutation {
	margin-top: 00px;
	text-align: right;
}

#sidebar h2 {
	font-size: 0.9em;
	margin-left: 10px;
	margin-bottom: 0;
}

#sidebar { /* A container for the right column sidebar. */
float:right;
width:200px;
padding: 0px;
margin: 0px 25px 0px 0px;
}

#sidebar p {
padding: 0 10px;
	margin: 10px 0 15px;
}

#contact {
margin:0px 0px 40px 0px;
padding:0px 0px 15px 0px;
width: 200px;
background: url(btm_round.gif) no-repeat bottom left #ffcc33;
color: #000000;
}

#contact h1 {
color: #ffffff;
text-align:center;
background: #ff9900 url(top_round.gif) no-repeat top left;
padding: 3px 0px;
border-bottom: 2px #ffffff solid;
}

#contact .head {
padding: 0px 0px 3px 0px;
font-size: 0.9em;
font-weight: bold;
font-style: normal;
color: #000000;
background: #ffcc33;
	margin: 15px 0 0px 5px;
}

#contact li {
margin: 5px 0px 0px 15px;
padding:0px 0px 0px 0px;
}

#contact ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}

.bluebox_top { /* To control the title section of the blue sidebar boxes. */
text-align: center;
width:200px;
color: #ffffff;
margin: 0px;
padding: 3px 0px 3px 0px;
background: #6699cc url(top_round.gif) no-repeat top left; /* BG image for the top  rouded corners.  */
border-bottom: solid white 1px;
}

.bluebox { /* Definition list contains blue sidebar box. */
margin: 0px 0px 20px 0px;
background: #99ccff url(btm_round.gif) no-repeat bottom left; /* To give round bottom corners. */
color:#000000;
	padding: 0 0 10px;
}
	
/*</group>*/

/*<group=Main>*/

.hilite {
	font-weight: bold;
	color: #333333;
}

a {
	font-weight: bold;
}

#main img.headshot  {
	border: 1px solid #000000;
	width: 125px;
	height: 175px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#main { /* A container for the left column of text. */
margin: 0px 0px 0px 25px;
padding: 0px;
float:left;
width: 500px;
background:#ffffff;
color:#000000;
	margin: 0 0 20px 10px;
}

#main { /* A container for the left column of text. */
margin: 0px 0px 0px 25px;
padding: 0px;
float:left;
width: 500px;
background:#ffffff;
color:#000000;
	margin: 0 0 20px 25px;
}

#main p { /* To control the p tag in main. */
margin: 0px 0px 15px 0px;
font-size:0.8em;
line-height: 1.4em;
text-align: justify; }

#main h1 {
font-size:1.2em;
margin: 0px 0px 10px 0px; }

#main h2 {
font-size:0.8em;
margin: 20px 0px 10px 0px; 
color:#333333;
background:#ffffff; }

#main img.banda  {
	width: 250px;
	height: 188px;
	margin: 0;
	border: 1px solid #000000;
}

#main table {
	margin: 20px 0 30px;
	border: 0 none #666666;
	border-spacing: 0;
}

#main th {
	background: #cccccc;
}
	
/*</group>*/

