body {
	background-color: #cad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

#container {
	border: 1px solid #000;
	margin: 30px auto;
	width: 760px;
}

table { 
	width: 100%;
	border: 0px;
	font-family: Verdana, Helvetica, sans-serif; 
	margin: 1em auto; 
} 

th { 
	background-color: #c9c;
	border: 0px;
	padding: .3em 1em; 
	text-align: center; 
} 

td { 
	background-color: #fff;
	color: #000;
	border: 0px;
	padding: .3em 1em;
	text-align: left;
}

sup {
	font-size: .6em;
	line-height: 5px;
}


/*---------------- Header ----------------*/

#header {
	clear: both;
	background-image:url('images/header.jpg');
	height:31px;
	padding: 30px;
}

#header h1 {
	font-family: "Times New Roman", Georgia, Serif;
	font-weight: normal;
	font-size: 64px;
	color: #306;
}

#header h3 {
	position: relative;
	top: -12px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #cc9;
}
	
#header sup {
	font-size: 40%;
	position: relative;
	top: -20px;
}

/*----------------- Menu -----------------*/

#menu {
	clear: both;
	background-color: #c9c;
}

ul.menu {
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 24px;
	font-size: 11px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0;
	padding: 0 0 0 13px;
}

ul.menu li {
	display:block;
	list-style: none;
	float:left;
	margin:0;
	padding-left:4px;
}

ul.menu li a {
	float:left;
	color:#000;
	text-decoration:none;
	height:16px;
	padding:6px 15px 0;
	font-weight:bold;
}

ul.menu li a:hover,.current {
	color:#fff;
	text-decoration:underline;
}

ul.menu .current a {
	color:#fff;
	text-decoration:underline;
	font-weight:700;
}

/*---------- Content Container -----------*/


#content {
	clear: both;
}

#content h2{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 8px;
}

#content h3{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 22px;
}

#content ul{
	list-style-type: circle;
	list-style-position: outside;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	padding-top: 4px;
	padding-left: 18px;
	padding-bottom: 14px;
}

#content li.pdf{
	list-style-type: none;
	margin: 0.3em 0 0 0;
	padding-left: 18px;
	background-image: url(images/pdf_bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#content table{
	padding-top: 15px;
}

/*-------------- LeftColumn --------------*/

#left {
	float: left;
	width: 187px;
	background-color: #c9c;
	border-left:1px solid #000;
}

#left ul{
	list-style-type: disc;
}

#left li{
	padding-top: 12px;
}

#left a{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#left a:hover{
	color: #636;
	text-decoration: underline;
}

#left img{
	float: left;
}

/*-------------- RightColumn -------------*/

#right {
	float: right;
	width: 547px;
	height: 100%;
	background-color:#fff;
	border-right:1px solid #000;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 4px;
	padding-bottom: 20px;
}

#right p{
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 20px;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
}

#right p.fineprint {
	font-size: .8em;
	line-height: 1px;
}

#right p.heading {
	position: relative;
	left: -8px;
	padding-top: 40px;
	font-weight: bold;
}

#right p.link {
	position: relative;
	top: -19px;
}

/*---------------- Image -----------------*/

#photo {     
	width: 760px;      
	height: 364px;     
	position: relative;       
	background-image: url(images/body.jpg);    
	background-repeat: no-repeat;
} 

#photo ul {   
	margin: 0;   
	padding: 0;   
	list-style: none;
} 

#photo a {   
	position: absolute;       
	width: 344px;       
	height: 164px;      
	text-indent: -1000em; 
} 

#photo a:hover {   
	border: 1px solid #999; 
	border-style: none; 
} 

#photo .apple a {  
	top: 44px;   
	left: 365px; 
}

#photo .orange a {        
	top: 131px;  
	left: 152px; 
}


/*---------------- Footer ----------------*/

#footer {
	clear: both;
	border: 1px solid #000;	text-align: center;
	background-color:#c9c; padding: 2px;
}

#footer p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

#footer a{
	text-decoration: none;
	font-weight: bold;
	color: #60c;
}

#footer a:hover{
	text-decoration: underline;
}