/* CSS Document */p {	font-size: 11px;}/* controls where all of the content on the page is positioned within the table cell of the outer template */.defaultContent {	background: #FFFFFF url(../images/defaultBG.jpg) no-repeat bottom left;	padding:  5 2 12 10px;}/* default page styles ----------------------------------------------------------- *//* sets widths and style for the sections (Listening, Speaking, Reading and Writing) of the website */.sections {	font-size: 11px;	width: 232px;}/* clears space at the top of the paragraphs - makes sure that the text is not too far from the headings */.sections p {	margin-top: 0px;}/* sets the background and text style for the updates area */.updatesArea {	background: #333366 url(../images/updates_02.jpg) no-repeat top left;	font-size: 11px;	color: #FFFFFF;	padding: 2 5 3 5px;}.updatesArea p {	margin-top: 0px;	color: #FFFFFF;}/* styles for the poll area */.poll {	width: 240px;	background-color: #D010B1;	margin: 12 16 0 0px;	padding: 0 0 10 0px;}.poll p, .poll a {	font-size: 11px;	color: #FFFFFF;	margin: 10 10 0 10px;}.poll a:hover,.poll a:active,.poll a:visited {	color: #FFFFFF;}.poll table {	margin: 0 10 0 10px;}.poll form {	margin: 0px;	padding: 0px;}.pollQuestion {	background-color: #FF33CC;	padding: 10 10 10 10px;	margin: 10 10 10 10px;	color: #000000;	font-size: 11px;	text-align: center;}.pollNo, .pollYes {	display: block;	width: 78px;	margin: 0 0 2 0px;	padding: 2 2 2 2px;	font-size: 11px;}.pollYes {	background-color: #00CC33;}.pollNo {	background-color: #FFFFFF;}.pollYes input, .pollNo input {	padding: 0px;	margin: 0px;}/* Styles for all of the items on the far left of screen */.freeReg, .adSpace, .defaultDecoration, .loginArea {	margin-top: 12px;}.freeReg {	background-color: #44A663;	width: 240px;	padding: 10 0 10 0px}.adSpace {	width: 240px;}.loginArea {	width: 240px;}.loginArea table tr td.loginHelp, .loginArea table tr td.inputs {	padding: 10px;}.loginArea table tr td.inputs {	background-color: #FFAC4D;	border-left: 2px solid #FF7200;	border-right: 2px solid #FF7200;}.loginArea table tr td.loginHelp {	background-color: #FFFFFF;	border-left: 2px solid #FF7200;	border-right: 2px solid #FF7200;	border-bottom: 2px solid #FF7200;	text-align: center;}.loginArea input.username {	width: 200px;}.loginArea input.password {	width: 150px;}
