@charset "UTF-8";
/* CSS Document */

/* body elements for entire page */
body {
background-image: url(images/background.png);
background-repeat: repeat-x;
background-color: #FBFBFB;
margin-top: 20px;
}

/* body link elements */

a:link { 
color: #000000;
}

a:visited { 
color: #000000;
}
	
a:hover { 
color: #0000FF;
}

a:active { 
color: #0000FF;
}

/* link elements for left side of page */
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Georgia, Times New Roman, Times, sans-serif;
}

/* more link elements */
#navcontainer a
{
display: block;
padding: 3px;
width: 130px;
border-bottom: 1px solid #eee;
text-decoration: none

}

/* link elements when hovering */
#navcontainer a:hover
{
background-color: #FF9933;
color: #FFFFFF;
}

/* navigation bar elements */
.navbar {
background-image: url(images/bgnavbar.png);
}

/* title bar elements */
.titlebar {
background-image: url(images/bgtitlebar.png);
}

/* text of the webpage */
.text {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* title of the webpage */
.title {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* New attention getter */
.new {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
