
* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100%;
}

body {
	height: 100%;
	font-size: 0.9em;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FCFBE5;
	background-position: center;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 875px;
	margin: 0px auto;

}

#title {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.1em;
	font-weight: bold;
  margin: 7px;	
  color: #FE6D02;
}

#content {
	width: 580px;
	padding: 10px;
	color: navy;
}

#right {
	width: 237px;
	float: right;
	clear: both;
	padding-top: 3px;
	font-size: 0.8em;
}

blockquote {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 14px;	
	background-color: #FCFBE5;
	color: #400140;
	text-align: left;
	line-height: 120%;
	font-size: 105%;
	border: 2px dashed Orange;
}

#cds {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 14px;	
	background-color: #EFFAFF;
	color: #0D0140;
	text-align: left;
	line-height: 120%;
	font-size: 105%;
	border: 2px dotted Orange;
}

#footer {
	height: 38px;
	font-size: 73%;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FCFBE6;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}


/********************************************    linkpanel start************************************/

.navcontainer {
	text-decoration: none;
}

.navcontainer ul
{
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	background-color: #135295;
}

.navcontainer a
{
	display: block;
	padding: 4px 0 4px 0px;
	width: 225px;
	border-bottom: 1px solid #01506F;
	background-image: url(images/linkpanel.jpg);
	background-repeat: no-repeat;
	color: #FCFBE6;
	text-decoration: none;
}

.navcontainer a:link,
{
color: #FCFBE6;
text-decoration: none;
}

.navcontainer a:hover
{
	color: #F4E349;
	background-image: url(images/linkpanel_hover.jpg);
	background-repeat: no-repeat;
	background-color: #ED6314;
}

/************************************************* linkpanel end **********************************/


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1em;
	padding-left: 10px;
	color: #FDFD6B;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 25px;
	background-repeat: no-repeat;
	height: 18px;
}

p {
   margin: 7px;
} 

ul {
   margin: 12px;
} 

ol {
   margin: 25px;
} 
