body{
    font-family: "Verdana", "Bitstream Vera Sans", sans-serif; 
    background-color: #111166;
    text-align: center;
    border: 0;
    padding: 0;
}

a:link {
	color: #33B;
	text-decoration: none;
        border-bottom: 1px dotted #AAA;
}

a:visited {
	color: #33B;
	text-decoration: none;
        border-bottom: 1px dotted #AAA;
}

a:hover {
	color: #DD7711;
}

a.pdf {
    background-image: url('/images/pdf.png');
    padding-left: 13px;
    background-repeat: no-repeat;
}

a.doc {
    background-image: url('/images/doc.png');
    padding-left: 13px;
    background-repeat: no-repeat;
            
}

.header a {
	color: black;
	text-decoration: none;
        border: 0px;
}

div.pageBody{
	
	background-image: url('flag.png');
	background-repeat: no-repeat;
	padding: 0px;
	padding-top: 10px;
	text-align: center;
	background-color: white;	
	width: 800px;
	border: 2px solid #BBBBBB;
}

h2{
	text-align:left;
	color: #111188;
	font-size: 1.4em;
	border-bottom: 1px dotted #555555;
	border-width: 2px;
}

h3{
    color: #88C;
    font-size: 1.1em;
    padding-left: 2px;
    font-weight: bold;
}

fl{
	padding-left: 15px;
	color: #111188;
	font-size: 1.5em;
}

.mainTable {
	border: 0px;
	padding: 0px;
}

.side{
	vertical-align: top;
	padding: 0px;
	border: 0px;
}

.header{
	text-align: center;
	font-size: 2em;
	border-bottom: 1px solid #AAA;
	padding-bottom: 10px;
}

.sideBar{
	width: 200;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-size: .95em;	
}

.sideItem {
	width: 200;
	padding: 5px;
	color: black;
	background-color: #EEE;
	border-bottom: 1px dotted #666;
	border-right: 1px solid;
	border-top: 0px;
	border-left: 0px;
        font-weight: bold;
}

.sideItem a:link {
    color: #33B;
    text-decoration: none;
    border: 0px;
}

.sideItem a:visited {
    color: #33B;
    text-decoration: none;
    border: 0px;
}

.sideItem a:hover {
	color: #DD7711;
}


.sideBar li{
	list-style-image: none;
	list-style: none;
}

.mainBody{
	vertical-align: top;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
        width: 100%;
}

.footer {
	border-top: 1px dashed #AAA;
	padding: 10px;
	text-align: center;
	font-size: .8em;
	color: #999;
}

.newsItem{

}

.newsTitle{
    border-bottom: 1px dashed #BBB;
    font-size: 1.15em;
    color: #66A;
}

.newsBody{
    padding-left: 10px;
}

.newsDate{
    text-align: right;
    color: #BBB;
    font-size: .85em;
    font-style: italic;
}
