/* CSS Document */
body {
	
	background-image: url("../images/backgrounds/bgText.gif");
	background-repeat:repeat;
	background-attachment:fixed;
	/*margin:25px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:10px;
	line-height:25px;
}
input {
	/*background-color:#CCCCCC;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #eeeeee;*/
}
img { 
	border: 1px solid #cccccc;
	padding:3px;
	margin:10px;
	float:right;
	background-color:#FFFFFF;
}
acronym {
	cursor:help;
}
ol,ul {
	margin-left:15px;
	margin-bottom:5px;
}
li {
	list-style-image: url("../images/bullet.gif");
	margin-left:15px;
}
a {
	color:#000066;
}
a:hover {
	text-decoration:none;
	color:#0099FF;
}
#container_header {
	width: 492px;
	padding-left:9px;
	padding-right:11px;
	margin:0 auto 0 auto;
	height:12px;
}

#container_body {
	width: 600px;
	padding-left:9px;
	padding-right:11px;
	margin:0 auto 0 auto;
	color:#003366;
}
#container_body p {
	padding:5px;
	margin:0;
	text-align:justify;
}
#container_footer {
	width: 492px;
	padding-left:9px;
	padding-right:11px;
	margin:0 auto 0 auto;
	height:12px;
}
#header {
	margin-bottom:20px;
}
#header h1 {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-transform:lowercase;
	color:#0099FF;
	font-size:320%;
	/*margin:5px;*/
	letter-spacing:3px;
	/*display:none;*/
}
#header a {
	color:#000000;
	text-decoration:none;
}
#menu {
	text-align:center;
	border-bottom:1px solid #0099FF;
}
#menu a {
	background-color:#0099FF;
	border-top:1px solid #0099FF;
	border-right:1px solid #0099FF;
	border-left:1px solid #0099FF;
	padding:7px !important;
	padding-bottom:6px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	font-size:90%;
	/*-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;*/
}
#menu a:hover {
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
}
#menu .aactive {
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
}
#content {
	border-left: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	margin-bottom:15px;
	padding:15px;
}

/*Addition
to avoid thick table borders*/
#tablecontent {
	border-left: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	border-top: 1px solid #0099FF;
	/*margin-bottom:15px;
	padding:15px;*/
}
#tablecontenttop {
	border-top: 1px solid #666666;
	/*margin-bottom:15px;
	padding:15px;*/
}
#tablecontentbottom {
	border-bottom: 1px solid #666666;
	/*margin-bottom:15px;
	padding:15px;*/
}
#contentall {
	border-left: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	border-top: 1px solid #0099FF;
	margin-bottom:15px;
	padding:15px;
}
#linkscontent {
	vertical-align: top;
	padding-left: 10px;
}

/*to insert a sider links box*/
#sider {
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	padding: 5px;
	float: right;
	/*background-color: #FFFFFF;*/
	margin-left: 10px;
	text-align: left;
}
	

/*End of addition*/


#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#003366;
	border-bottom: 1px solid #eeeeee;
	padding-right:2px;
	padding-left:2px;
	margin-right:0;
	margin-left:0;
	margin-bottom:2px;
}
#footer {
	color:#003366;
	text-align:center;
	/*-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;*/
}
#footer p {
	text-align:center;
}