/* reset all */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
	}

.clear {
	clear:both;
	height:0;
	}

body {
	font-family: verdana, helvetica, sans-serif;
	background-image: url(images/CurtainWeb.jpg);
	color: #999999;
	line-height: 160%;
	}
	
p {
	margin-bottom: 1em;
	}
	
/* for horizontal line in page */
p.border {
	border-top: medium ridge #999999;
	width:  550px;
	margin-left: 250px;
	}
	
a {
	color: #FFFFCC;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: verdana, helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin-bottom: 1ex;
	}
	
ul, ol {
	margin-left: 2em;
	margin-bottom: 0.5em;
	}
	
/* Used by sidebar menu */
ul.noindent {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
li {
	list-style-type: square;
	margin-bottom: 1em;
	}

/* Beginning of list items */	
ul.info {
	margin-left: 350px;
	font-weight: bold;
	font-size: 18px;
	color: #CCCCCC;
	margin-bottom: 0px;
}

li.info{
	list-style-type: none;
	margin-bottom: 0px;
	}

ul.voiceTypes{
	margin-left: 140px;
	color: #CCCCCC;
	}

li.voiceTypes{
	list-style-type: none;
	margin-bottom: 0px;
}

ul.accents{
	margin-left: 100px;
	color: #CCCCCC;
	}

li.accents{
	list-style-type: none;
	margin-bottom: 0px;
}
	
#wrapper {
	position:relative;
	width: 1024px;
	margin: auto;
	margin-top: 2em;
	margin-bottom:2em;
	}
	
#ctr {
	text-align: center;
	}
	
#hdr {
	margin-top: 0;
	text-align: center;
	height: 150px;
	width: 100%;
	}

#sidebarMenu{
	margin-top: 1em;
	margin-right: 5em;
	margin-left: 1em;
	color: #999999;
	background-image: url(images/Sidebar.png);
	background-repeat: no-repeat;
	width: 164px;
	height: 100%;
	float: left;
	padding-top: 3.5em;
	padding-bottom: 8em;
	}

#sidebarMenu li{			
	list-style-type: none;
	margin-top: 5px;
	}
	
#sidebarMenu a{
	text-decoration: none;
	font-size: 18px;
	color: #999999;
	}
	
#sidebarMenu a:hover{
	text-decoration: underline;
	}
	
#content {
	width: 800px;
	font-size: 18px;
	color: #CCCCCC;
	float: left;
	padding: 1em;
	margin-top: 2em;
	}
	
#contentTxt

#portLnk a{
	color: #FFCC99;
	text-decoration: underline;
	text-align: center;
	}
	
#footer {
	clear: both;
	text-align: center;
	font-size: 14px;
	padding: 3px;
	background: #A60000;
	color: #999999;
	margin-top: 0;
	margin-bottom: 1em;
	border: thin solid #999999;
	}

#footer a:visited, #footer a:link {
	font-weight: bold;
	color: #999999;
	}
	
#footer a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

#credit {
	text-align: center;
	margin-bottom: 0.5em;
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 16px;
}

#credit  a:visited, #credit a:link, #credit a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
	}
