body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b2bcd0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/containerbackground.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:1400px; /* firefox force div min height */
} 


#container_articles { 
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/containerbackgroundarticles.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:1000px; /* firefox force div min height */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 167px;  /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 166px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#header {
	background-image:url(images/header.jpg);
	height:217px;
	width:785px;
}

#sectionHeader {
	background-image:url(images/sectionheader.jpg);
	height:219px;
	width:785px;
}

#AudiosectionHeader {
	background-image:url(images/sectionheader.jpg);
	height:219px;
	width:785px;
}

#SoftwaresectionHeader {
	background-image:url(images/softwareheader.jpg);
	height:219px;
	width:785px;
}

#BookssectionHeader {
	background-image:url(images/booksheader.jpg);
	height:219px;
	width:785px;
}

#OnlineCoursessectionHeader {
	background-image:url(images/onlinecoursesheader.jpg);
	height:219px;
	width:785px;
}

#GrammarsectionHeader {
	background-image:url(images/grammarheader.jpg);
	height:219px;
	width:785px;
}

#CourseComparisonssectionHeader {
	background-image:url(images/coursecomparisonsheader.jpg);
	height:219px;
	width:785px;
}

#RecommendedsectionHeader {
	background-image:url(images/recommendedheader.jpg);
	height:219px;
	width:785px;
}

#PhrasessectionHeader {
	background-image:url(images/phrasesheader.jpg);
	height:219px;
	width:785px;
}

#TranslitsectionHeader {
	background-image:url(images/translitheader.jpg);
	height:219px;
	width:785px;
}

#OnlinecoursessectionHeader {
	background-image:url(images/onlinecoursesheader.jpg);
	height:219px;
	width:785px;
}

#OnlinedictionariessectionHeader {
	background-image:url(images/onlinedictionariesheader.jpg);
	height:219px;
	width:785px;
}

#ReadingsectionHeader {
	background-image:url(images/readingheader.jpg);
	height:219px;
	width:785px;
}

#ListeningsectionHeader {
	background-image:url(images/listeningheader.jpg);
	height:219px;
	width:785px;
}

#ReferenceSheetssectionHeader {
	background-image:url(images/referencesheetsheader.jpg);
	height:219px;
	width:785px;
}

#ArticlessectionHeader {
	background-image:url(images/articlesheader.jpg);
	height:219px;
	width:785px;
}

#LinkssectionHeader {
	background-image:url(images/linksheader.jpg);
	height:219px;
	width:785px;
}

#ForumssectionHeader {
	background-image:url(images/forumheader.jpg);
	height:219px;
	width:785px;
}

.sectionHeaderContent {
	font-size: 12px;
	padding-left: 300px;
	padding-top: 20px;
	color: #325985;
}

H1
{
	font-size: 12px;		
	color: #325985;
}

H2
{
	font-size: 10px;		
	color: navy;
}

.small_blurb
{
	font-size: 12px;	
	color: navy;
}

.small_blurb a:visited,
.small_blurb a
{
	color: Navy;
}

.small_blurb a:hover
{
	color: #325985;
}

.small_links A
{
	font-size: small;
	color:Navy;
}

#mainContent { 
	margin: 0px 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.sectionTitle {
	background-image:url(images/sectiontitle.jpg);
	color: #325985;
	font-size: 12px;
	height:13px;
	width:390px;
	padding-left:10px;
	padding-top:0px;
	text-align:center;
	font-weight: 600;
	border-bottom: 1px solid #2C5887;
}

.sectionSubTitle {
	color: #325985;
	font-size: 12px;
	text-align:center;
}

.sectionTitleBoxes {
	border: 1px solid #2C5887;
	/*height:280px;*/
	width:400px;
}


.pollTitle {
	background-image:url(images/sectiontitle.jpg);
	color: #325985;
	font-size: 12px;
	height:13px;
	padding-left:10px;
	padding-top:0px;
	text-align:center;
	font-weight: 600;
	border-bottom: 1px solid #2C5887;
}

.pollBoxes {
	border: 1px solid #2C5887;
	height:280px;
	width:160px;
}

.Boxes 
{
	border: 1px solid #2C5887;
	background-color: White;
}

.BoxesText
{
	color: Navy;
	font-size:x-small;
	font-weight:bold;
}

.BoxesText a:visited,
.BoxesText a
{
	color:Navy;
}
.BoxesText a:hover
{
	color: #325985;
}


.NewsTitle
{
	color:Navy;
	font-size: x-small;
	font-weight:bold;
}

.NewsTitle a:visited,
.NewsTitle a
{
	color: Navy;
}

.NewsTitle a:hover
{
	color: #325985;
}

.NewsSmallText
{
	color: Navy;
	font-size:xx-small;
	width:150px;
}


.BoxesTitle {
	background-image:url(images/sectiontitle.jpg);
	color: #325985;
	font-size: 9px;
	height:13px;
	padding-left:10px;
	padding-top:0px;
	text-align:center;
	font-weight: 600;
	border-bottom: 1px solid #2C5887;
}

.pollQuestion 
{
	color: Navy;
	font-size:x-small;
	font-weight:bold;
}

.pollAnswer
{
	color: Navy;
	font-size:x-small;
}

.mainTitles 
{
	color: #325985;
	font-size: 12px;
	font-weight:bold;
}

.crumbtrail_separator
{
	color: #5D7B9D;
	font-weight: bold;
}

.crumbtrail_root
{
	color: #5D7B9D;
	font-weight: bold;
	font-family: Arial;
	font-size: medium;
}

.crumbtrail_parent
{
	color: Navy;
	font-weight: bold;
	font-family: Arial;
	font-size: medium;
}

.crumbtrail_child 
{
	color: #333333;	
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
}


.section {
	background-image:url(images/section.gif);
	width:178px;
	height:91px;
	text-align:center;
	color:white;
}

/* the title at the top of each section */
.sectionHeader
{
	padding-top: 20px;
	width: 580px;
	font-size: x-large;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 5px;
}

/* the link to go back to parent */
.sectionBackToParent
{
	width: 580px;
	font-size: x-small;	
	padding-bottom: 5px;
}

.sectionBackToParent a
{
	color: Navy;
}

/* Sub sections */
.sectionSub
{
	width: 193px;
	vertical-align: text-top;	
}

.sectionSubLinkDesc
{
	font-size: x-small;
}

.sectionNumberLinks
{
	font-size: x-small;
}

.sectionSubLink a:visited,
.sectionSubLink a
{
	color: Navy;
	font-weight: bold;
}

.sectionSubLink a:hover
{
	color: #325985;
}

/* End sub sections */

.sectionBottom {
	background-image:url(images/sectionbottom.gif);
	height:36px;
	width:178px;
}

.sectionBottomText {
	text-align:center;
	padding-top:5px;
}

.sectionBottomText A {
	color:#325985;
	font-weight:bold;
	text-decoration:none;
	font-size:small;
}

.sectionBottomText A:hover {
	color:#99CCC4;
	font-weight:bold;
	text-decoration:none;
}
.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:45px;
	width:785px;
	text-align:center;
}

.toplinks A {
	text-decoration: none;
	color: #B6C1D3;
}

.toplinks A:hover {
	color: #FFFFFF;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer.jpg);
	height:30px;
} 

.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:10px;
	width:785px;
	text-align:center;
}

.footerlinks A {
	text-decoration: none;
	color: #B6C1D3;
}

.footerlinks A:hover {
	color: #FFFFFF;
}

.suggestlink A:visited,
.suggestlink A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	color: Navy;
}

.suggestlink A:hover
{
	color: #325985;
}

.contentlinks A:hover {
	color: #FFFFFF;
}

.contentlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #006699;
}

.contentlinks A:hover {
	color: #FFFFFF;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	padding:5px;
}

.content a:visited,
.content a
{
	color:Navy;
}
.content a:hover
{
	color:#325985;
}

.otherlinks a:visited,
.otherlinks a
{
	color:Navy;
	font-size: small;
}

.otherlinks a:hover
{
	color: #325985;
}


.contentAltRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	padding:5px;
	background-color: #D8E2ED;
	padding:5px;
}

.contentRussianResources {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	text-decoration: none;
	padding:5px;
	background-color: #F2F2AC;
	/*background-color: #65A1E3;*/
}

contentRussianResources a:visited,
.contentRussianResources a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	font-weight:bold;
	background-color: #F2F2AC;
}


.contentUrl 
{
	font-size: 10px;
}

.contentUrlRussianResources
{
	font-size: 10px;
	font-weight: bold;
}

.contentcomment {
	color: #000000;
}

.contentsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	padding:5px;
}

.links_table_groupheader
{
	background-color:#2C5887;
	color:White;
	font-size:xx-small;
	font-weight:bold;
	padding-left:2px;
}

.articles 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.articles_table_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	vertical-align:top;
	color:White;
}

.articles_table_verysmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	vertical-align:top;
	color:#006699;
}

.articles_table_links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:navy;
}

.articles_table_mainlinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:White;
}

.articles_table_cells
{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

.articles_table_button
{
	padding-left: 3px;
}

.articles_table_summary
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding-left:10px;
	padding-right:10px;
	vertical-align:text-top;
}

.articles_table_smalltext
{
	font-size:xx-small;
}

.articles A {
	color: #006699;
	text-decoration: none;
}

.articles A:hover {
	color: #325985;
	text-decoration:underline;
}

.resourceRating
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}

.reference_sheets H1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-large;
	font-weight: bold;	
}

.reference_sheets H2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: large;
	font-weight: bold;	
}



.reference_sheets_data
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
}

.reference_sheets_text
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
}

.reference_sheets_text a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
}

.reference_sheets_blueback
{
	background-color: #4995C4;
	color:White;
	font-size:small;
	border-bottom:solid 1px #006699;
	border-right:solid 1px #006699;
	text-align:center;
}

.reference_sheets_genderrows
{
	background-color: Gray;
	color: White;
	font-weight: bold;
}

.reference_sheets_gray_first
{
	background-color: Gray;
	color: White;
	font-weight: bold;
	border-left:solid 1px black;border-right:solid 1px black;border-bottom:solid 1px black;
}

.reference_sheets_gray
{
	background-color: Gray;
	color: White;
	font-weight: bold;
	border-bottom:solid 1px black;
}

.reference_sheets_gray_first
{
	background-color: Gray;
	color: White;
	font-weight: bold;
	border-bottom:solid 1px black;
	border-left:solid 1px black;
}


.reference_sheets_midgray
{
	background-color: #CBCBCB; 
	color: Black;
	font-weight: bold;
}


.reference_sheets_lightgray
{
	background-color: #DBDBDB; 
	color: Navy;
	font-weight: bold;
	border-right:solid 1px black;
	border-bottom:solid 2px black;
	border-top:solid 1px black;
}

.reference_sheets_lightgray_firstcolumn
{
	background-color: #DBDBDB; 
	color: Navy;
	font-weight: bold;
	border-right:solid 1px black;
	border-bottom:solid 2px black;
	border-top:solid 1px black;
	border-left:solid 2px black;
}


.reference_sheets_firstcolumn
{
	border-left:solid 1px black;
	border-right:solid 1px black;
}

.reference_sheets_borderright
{
	border-right:solid 1px #006699;
}

.reference_sheets_cases
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	font-weight: bold;
}

.reference_sheets_borderright_cases
{
	border-right:solid 1px #006699;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	font-weight: bold;
}

.reference_sheets_column
{
	border-right:solid 1px black;
}

.reference_sheets_small
{
	font-weight: normal;
	font-size: x-small;
}


.reference_sheets_instructions
{
	position: relative;
	left:220px;
	top:-80px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:x-small;
	width: 300px;
}

.reference_sheets_intro
{
	position: relative;
	left: 0px;
	top: -100px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:x-small;
	width: 580px;
}

.reference_sheets_table
{
	position: relative;
	left: 0px;
	top: -60px;
}

.reference_sheets_notes
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:x-small;
	width: 580px;
}

.reference_sheets AltTR
{
	background-color: Blue;
}

.reference_sheets TD
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:small;
	text-align:center;
}

.reference_sheets_notes TD
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:xx-small;
	text-align:left;
}

.reference_sheets_download_pdf
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:large;
	text-align:left; 
}

.articles_rr_Header
{
	padding-top: 20px;
	width: 580px;
	font-size: large;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 5px;
	color:Navy;
}

.articles_rr
{
	padding-top:10px;
	width:580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #006699;
	text-decoration: none;
	padding:5px;
}

.articles_rr_ex
{
	padding-top:10px;
	width:550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #006699;
	text-decoration: none;
	padding:5px;
}

.articles_rr_ex TABLE
{
	border:solid 1px #006699;
}

.articles_rr_examples
{
	text-align:center;
	font-size:small;
	color:Navy;
}

.articles_rr_examples_left
{
	text-align:left;
	font-size:small;
	color:Navy;
}

.articles_rr table
{
	text-align:left;
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;
	border-top: solid 1px #006699;
	border-bottom: solid 1px #006699;
}

.articles_rr_exExercisesHeader
{
	background-color: #006699;
	color:White;
}

.articles_rr_exPrompt
{
	font-weight:bold;
	font-size: small;
	color: Navy;
	padding-top: 10px;
	padding-bottom: 10px;
}

.articles_rr_exGroup
{
	font-weight:bold;
	font-size: small;
	color: Navy;
	border-bottom: solid 1px navy;
}

.articles_rr_exButtons
{
	font-weight:bold;
	font-size: small;
	color: Navy;
	width:100px;
}



.loginview_fields
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}

.loginview_labels
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Navy;
}

.AspNet-GridView
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: Navy;
}

.Forum
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Black;
}

.ForumTableHeader
{
	background-image:url(images/sectiontitle.jpg);
	color: #325985;
	font-size: 12px;
	height:13px;
	padding-left:10px;
	padding-top:0px;
	text-align:center;
	font-weight: 600;
	border-bottom: 1px solid #2C5887;
}

.ForumThreadSubject
{
	padding-top: 20px;
	width: 480px;
	font-size: large;
	font-weight: bolder;
	text-align: left;
	padding-bottom: 5px;
	color:Navy;
}

.ForumDate
{
	font-size: 12px;	
	color: navy;
}

.ForumMessageAuthor
{
	font-size: 12px;	
	color:Navy;
	font-weight:bold;
}

.Ex_hide {
display:none;
}

.Ex_reset 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
	border:solid 1px #006699;
}

.Ex_showRight 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
	color:White;
	background-color:green;
	display:block;
}

.Ex_showWrong 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
	color:Black;
	background-color:red;
	display:block;
}

.Ex_showAns 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#006699;
	display:block;
	height:25px;
}

#Ex_keyboard
{
	position: fixed;
	left:60px;
	top:100px;
	background-color: Navy;
	width:290px;
	height:80px;
	border:solid 3px navy;	
}


.Ex_keys
{
	color:Black;
	font-weight:bold;
	font-size:small;
	cursor: pointer;
}


