/* Background CSS */

body {
background-image: url(mgrad.png);
background-repeat: repeat-x;
background-position: left top;
background-color: #002244;
}

div#content{
background-color:#FFF;
}

div#links .head {
background-color:#505050;
color:#FFF;
}

div#links {
background-color:#FFF;
background-image: url(navgrad.png);
background-repeat: repeat-x;
background-position: left bottom;
}

div#foot {
background-image: url(transparency.png);
}

/* Border CSS */

div#body {
border:0 none;
}

div.newsbyte {
border:1pt solid #1C46A5;
}

div.newsbyte div.header,div.newsbyte div.content,div.newsbyte div.footer {
border:1pt solid #1C46A5;
}

div#content,div#links .head{
border:2px solid #505050;
}

/* Classification CSS */


/* Dimension CSS */

div#foot {width: 100%}
div#links {width: 10em;}

/* Font CSS */

body {
color:#000;
font-size:12pt;
font-family:Verdana, Sans;
}

a:link {
color:#0076E9;
}

a:visited {
color:#525C65;
}

a:hover {
color:#EBA400;
}

div#title {
font-size:18pt;
font-family:Verdana, Sans;
}

div#body p {
font-size:11pt;
font-family:Verdana, Sans;
}

div#links {
font-size:10pt;
font-family:Verdana, Sans;
font-weight:700;
}

div#links ul li {
font-family:Verdana, Sans;
font-size:10pt;
font-weight:700;
}

div#foot {
font-family:Verdana, Sans;
font-size:10pt;
}

h1,h2,h3,h4,h5,h6 {
color:#1874CD;
margin-bottom:0.5em;
}

h1 {
font-family:Verdana, Sans;
font-size:18pt;
font-weight:700;
font-style:italic;
}

h2 {
font-size:16pt;
font-weight:700;
}

h3 {
font-size:14pt;
font-weight:400;
font-style:italic;
}

h4 {
font-size:12pt;
font-weight:700;
font-style:italic;
}

h5 {
font-size:12pt;
font-weight:700;
}

h6 {
font-size:12pt;
font-weight:400;
font-style:italic;
}

table {
font-size:12pt;
}

th {
font-style:italic;
font-weight:700;
color:#000;
}

div.newsbyte div.header {
font-family:Verdana, Sans;
font-weight:700;
color:#FFF;
}

div.newsbyte div.content {
font-family:Verdana, Sans;
color:#FFF;
}

div.newsbyte div.footer {
font-family:Verdana, Sans;
font-size:8pt;
font-weight:700;
}

.bullet {
list-style-image: url(bullet.png);
}

/* Frames CSS */



/* Margin and Padding CSS */

body {margin: 0}
div {
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.25em;}
div#title, div#body {margin: 6pt;}
h1, h2, h3 {margin-top: 1em;}
h5, h6 {margin-top: 0.5em;}
p {
	margin-top: 0;
	margin-bottom: 0.5em;}
div#links {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0;
	margin-top: 0;}
div#links .head {
	padding-top: 0em;
	padding-bottom: 0.25em;}
div#content {
	margin-right: 6pt;
	margin-bottom: 6pt;
	margin-left: 6pt;}
div#body {
	margin: 0;
	padding: 0;}
div#foot {
	margin-right: 6pt;
	margin-bottom: 6pt;
	margin-left: 6pt;}
ol, ul {
	padding-left: 0;
	margin-left: 1.5em}
div#title {text-align: left;}
div.newsbyte {
	padding: 0;
	margin-bottom: 1.5em;}
div.newsbyte div.header, div.newsbyte div.content, div.newsbyte div.footer {
	margin: 0;
	padding: 0.25em;}
div.newsbyte div.date, div.newsbyte div.title, div.newsbyte div.auth {
	margin: 0;
	padding-top: 0em;
	padding-bottom: 0em;}


/* Positioning CSS */
div#body {
	position: absolute;
	left: 10em;}
div#links {float: left;}

div#sections {
	position:absolute;
	top:0;
	right:0;
}

/* Text CSS */
div#foot {text-align: center;}
div#links .head {text-align: center;}
p {
	text-indent: 1.5em;
	text-align: justify;}
a:link {
	text-decoration: none;
	font-weight: bold;}
a:visited {
	text-decoration: none;
	font-weight: bold;}
div.newsbyte div.header {text-align: center;}
div.newsbyte div.footer {text-align: center;}
div.newsbyte div.content {text-align: justify;}

