/* CSS coded by Sean Phuphanich*/

/* CONTENT DESIGN */

body { 
padding: 0;
margin: 0;
background-color: #fff;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f7941d;
	line-height: 1px;
}

p { 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 14px; 
}

#left li { 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold;
padding: 1px; 0 0 0;
}

a:link { color: #c90009; text-decoration: underline; }
a:visited { color: #c90009; text-decoration: underline; }
a:active { color: #c90009; text-decoration: underline; }
a:hover { color: #f7941d; text-decoration: underline; }

img { border: 0px; }

/* DIVS */

#wrapper { 
position: relative; 
padding: 0; 
margin: 0 auto; 
width: 700px; 
background-color: #e3e3e3;
}

#nav { 
background-color: #fff; 
padding: 100px 0 10px 0;
}

#left { 
background-image: url('images/topLeft.jpg'); 
background-repeat: no-repeat; 
background-color: #e3e3e3; 
width: 212px; 
float: left; 
padding: 220px 0 0 0;
margin: 0;
}

#leftContent {
padding: 0 10px 0 10px;
background-color: #e3e3e3;
}

#right { 
width: 488px; 
float: left; 
padding: 0 0 0 0;
margin: 0;
}

#rightContent { 
background-color: #f6f6f6;
background-image: url(images/rightGraphic.jpg); 
background-repeat: no-repeat;
padding: 230px 25px 50px 25px;
margin: 0;
}

#bottom { 
border-top: 1px solid #136cb2;
background-color: #3f9ae2; 
width: 700px; 
float: left; 
color: #FFFFFF;
font-weight: bold;
padding: 0px 0 0 0;
}

#bottom li { 
font-family: Tahoma ,Arial, Helvetica, sans-serif; 
font-size: 11px;
display: inline; 
padding: 0 0 0 20px;
}

#bottom li a { 
color: #fff; 
text-decoration: none;
} 

#bottom li a:hover { 
background-color: #136cb2; 
} 
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.subhead1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.boldYellow {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FF9933;
}
.notes {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

