* {margin: 0;
   padding: 0;}

body {
	background-color: #FFFFFF;
	font-family:  serif;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	text-align:center;
	background-attachment: fixed;
}


#container {
	width: 760px;
	margin:0px auto;
	background-color: #FFFFFF;
	font-size: 0.8em;
	border: 1px solid #75778E;
	text-align:left;
	padding: 1px 20px 1px;
	background-image: url(../images/container_tile.gif);
	background-repeat: repeat-y;
}

#header {
	text-align: right;
	background-image: url(../images/header_bg2.jpg);
	background-repeat: no-repeat;
	height: 190px;
	padding: 1px;
	color: #FFFFFF;
	border: 1px solid white;
}

#subheader {
	background-image: url(../images/subheader_bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#important_box {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px dotted #999999;
}

#right {
	float: right;
	width: 304px;
	clear: both;
	margin-right:1px;
}

.rightboxes {
	border: 0px solid #CCCCCC;
	
	margin-bottom:1px;
	margin-top:15px;
	margin-left:0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	
}

#content {
	padding: 20px;
	padding-top: 0px;
	margin-right: 305px;
	margin-left: 8px;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#suprafooter {
    
	background-image: url(../images/suprafooter_bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#footer {
	clear: both;
	background-color: #474C52;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
	padding: 1px;
	margin-top:1px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(../images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	
}

p {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px;
	font-size: medium;
}

img {
	border: none;
}

.pressingress {
	color: #CC0000;
}

h1 {
	font-size: 2.5em;
	color: #ffffff;
	clear: left;
	margin-top: 147px;
	margin-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	font-weight : bolder;
}

h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.5em;
	padding: 5px;
	color: #820606;
	border: 1px dotted #CCCCCC;
	background-color: #E5E5F1;
	
	clear: left;
	font-family : "Times New Roman";
	font-style : normal;
}

h3 {
	font-size: medium;
	color: Black; 
	clear: left;
	font-family: "Times New Roman";
	font-style: normal;
	text-align: left;
	margin-bottom: 5px;
	letter-spacing : 0.03em;
	font-weight : normal;
}

h4{
    font-size: 1.8em;
    font-weight: bold;
	background-color: #F3F3F3;
	padding: 5px;
	margin-bottom: 5px;
	color: #798196;
	border: 1px dotted #646675;
	text-align : center;
}

h5{
	font-size: medium;
	color: Black; 
	clear: left;
	font-family: "Times New Roman";
	font-style: normal;
	text-align: left;
	margin-bottom: 5px;
	letter-spacing : 0.03em;
	font-weight : normal;
}

.floatleft {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left:0px;
}

#ncontent{
	margin-left : 30px;
	margin-bottom:10px;
	list-style : square outside;
	color: #325A8F;
	padding:5px;
	line-height:1.5;
	font-size : large;
	font-weight: bolder;
	font-style : oblique;
}

#ncontent li a:link{
	color: #325A8F;
	text-decoration: none;
	font-style : oblique;
}

#ncontent li a:visited{
	color: #325A8F;
	text-decoration: none;
	font-style : oblique;
}

#ncontent li a:hover{
	color: #820606;
	text-decoration: underline;
}

#ncontent li a:active{
	color: #890000;
	text-decoration: none;
	font-style : oblique;
}
a:link {
	color: #325A8F;
	text-decoration: underline;
	
}
a:visited {
	color: #325A8F;
	text-decoration: none;
	
}
a:hover {
	color: #820606;
	text-decoration: underline;
}
a:active {
	color: #890000;
	text-decoration: underline;
}

/********** Top navigation *************/
#navlist
{
	height: 2.6em!important;
	height: 2.7em;
	margin-top: 0px;
	padding: 1.7em 0em 0.3em 0.4em;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	background-image: url(../images/linkbar_bg.jpg);
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#navlist a, #navlist a:link, #navlist a:visited
{
padding: 1.2em;
padding-left: 0.7em;
padding-right: 0.7em;
color: #CCCCCC;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	padding: 1.1em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1.1em;
}

#navlist #active a {
	background-color: #CDCDB3;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
