/* Element selectors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000066;
	margin-top: 10px;
	background-color: #F3F4F6;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x
}
a:link {
	color: #000099;
}
a:hover {
	color: #FF9900;
}
a:visited {
	color: #3E3EFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;

	padding-top: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;

}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;

}
h4 {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;

}
h5 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;

}
h6 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;

}
p {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
}
li {
	font-size: 80%;
}
td, th {
	font-size: 100%;
}
/* ID selectors */
#body {
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Class selectors */
.nav {
	font-size: 70%;
	font-weight: bold;
}
.nav a:hover {
	color: #FF9900;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #000000;
	font-size: 70%;
}
.top a:hover {
	color: #FF9900;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	border: thin none #000000;
	background-color: #283871;
	background-image:  url("../images/edx-rgb.gif");
	/*background-repeat:no-repeat;
	background-position: right;*/	
}
.footer {
	font-size: 70%;
	font-weight: bold;	
	background-image:  url("../images/footer_bg.gif");
}
