body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
	
}

#Button a  {
	color: #ffffff;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	border:2px outset #707070;
	background-color:#232323;
	display: block;
	width: 30px;
	padding: 3px 5px;
	margin: 1px;
}
#Button a:hover {
	background-color: #333;
	color:#ffffff;
	padding-left:4px;
	border:2px inset #707070;
	padding: 3px 5px;
	margin: 1px;
}
.paraImage {
	position:relative;
	margin: 4px;
	padding: 4px;
	
}
.flag{
	background:url(images/flag.jpg);
	border-bottom:2px solid #030C13;
	width:76px;
	height:54px;
    }
.wrapper{
	width:100%;
	
	}

.divider{
	background:url(images/divider.gif) repeat-x;
	height:1px;
	width:90%;
	}	
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	
	
}
.bannerbg{
border-bottom:2px solid #030C13;
background:url(images/bannerbg_06.gif) repeat-x;
height:115px;
width:90%;
padding-left:10%;

}

.content{
width:100%;

}
.leftcolumn{
width:230px;

float:left;
background-color:#232323;
border-right:#0A0A0A solid 2px;
}
.rightcolumn{
float:right;
width:90%;

text-align:left;
margin-right:3%;
background:#232323;
border-right:#0A0A0A solid 2px;
border-left:#0A0A0A solid 2px;
}
h2{
background:url(images/headingbg_13.gif) repeat-x;
width:100%;

text-align:center;
padding-top:11px;
padding-bottom:11px;
font-size:10px;
color:#fff;
margin:0;
}

#navvy
{
width: 100%;

margin:0;
font-size: 12px;
padding: 0;
text-align: center;
}

ul#navvylist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}

ul#navvylist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navvylist li a
{
display: block;
width: 90%;
margin:0;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #333 #0A0A0A #000 #333;
border-style: solid;
color: #ededed;
text-decoration: none;
background: #121212;
}

#navvy>ul#navvylist li a { width: auto; }

ul#navvylist li#active a
{
background: #121212;
color: #ededed;
}

ul#navvylist li a:hover, ul#navvylist li#active a:hover
{
color: #fff;
background: #333;
border-color:  #0A0A0A #000 #333;
}
.writtencontent{
	position:relative;
	height:400px;
width: 97%;
overflow:auto;
padding-left:10px;
padding-right:9px;
scrollbar-face-color:#232323;
scrollbar-Base-Color:#232323;
scrollbar-Arrow-Color:#ffffff;
}
.clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}