* {
  margin:0;
  padding:0;
}

body {
  font: 10pt Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #1F1C5B;
  	padding: 5px;


}

/* Design Items */

#flags{
text-align:right;
padding-top: 5px;
padding-right: 5px;
}

#header {
  height: 130px;
  background: #6699CC url(../img/header.png) repeat-x;
}

#logo {
  width:233px;
  height:130px;
  float:left;
  background-image:url(../img/logo.png);
}



#topright {
  width:205px;
  height:130px;
  float:right;
  background-image:url(../img/topright.png);
}

#menu {
z-index:200;
position:absolute;
	height: 22px;
	top: 103px;
	left: 15px;
text-align:left;

}



#menu a{

float:left;
height:18px;
font-weight:bold;
color:#ff9900;
text-decoration:none;
text-align: center;
padding-top:3px;
padding-left: 4px;
padding-right: 4px;
font-size: 12px;
}


.navlink{
float:left;
padding-top:3px;
font-size: 12px;
color: #ffffff;
}

#menu a:hover{
background-image:url(../img/selected.png);
background-repeat: repeat-x;
color:#000066;
font-style: normal;
}

#menu .navlink:focus{
background-image:url(../img/selected.png);
color:#000066;
}

#menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	color:#000066;
}

#wrapper {

	width:100%;
	margin-right:-205px;
	background: #cdcdcd url(../img/body.png) repeat-y;
	float:left;

}
#sidesupport{
background: transparent url(../img/side.png) repeat-y right;
}



#side {
	width:205px;
	background: #cdcdcd url(../img/side.png) repeat-y left;
	float:right;
	color: #fff;

}

#side div{
	width: 160px;
	text-align:center;
	padding:4px;
	padding-left:40px;

}

#side a, #side a:visited{
	color:#FF9900;
}

#side a:hover{
	color: #000066;
}


#content {

	background: #cdcdcd url(../img/body.png) repeat-y;
	margin-right:205px;
	padding-left:24px;
	padding-bottom: 20px;
	text-align:justify;

	

}
#footer {
	clear:both;
	background: #cdcdcd url(../img/bottom.png) repeat-x;
	height:24px;
	text-align:center;
	font-weight: bold;
	font-size: 7pt;
	font-style:italic;
}




#bottomleft {
  width:24px;
  height:24px;
  float:left;
  background-image:url(../img/bottomleft.png);
}

#bottom{
	height:24px;
	float:left;
}


#bottomright {

  width:205px;
  height:24px;
  float:right;
  background-image:url(../img/bottomright.png);
}


img {
border:0;
}
h1, h2, h3, h4 {
padding-bottom:0.3em;
}
h1 {
	padding-bottom: 1em;
  font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
  color: #0033FF;
  font-size: 14pt;
  font-style: italic;
}

h2 {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	
	font-weight: bold;
	color: #0033FF;
	font-size: 12pt;
}

a, a:visited {
color: #990000;
text-decoration:none;
font-weight: bold;
}
a:hover {
color: #000066;
text-decoration:none;
}

ul, ol {
margin-left:3em;
}


table{

border: #0033CC 0.2px solid;
margin:0;
padding:0;
}

#filestable{
border: #0033CC 0px solid;
margin:2px;
padding:2px;
}

#filestable td{
padding: 2px;
border: #0033CC 0px solid;
margin:0;
}

th{
background-color: #9999FF;
border-bottom:#0033CC 1px solid;
margin:0;
padding:2px;
border: #0033CC 0.2px solid;
}

tr.odd{
background-color:#eeeeee;
border: #0033CC 0.2px solid;
margin:0;
padding:0;
}

tr.even{
background-color:#CCCCCC;
border: #0033CC 0.2px solid;
margin:0;
padding:0;
}

td{
padding: 2px;
border: #0033CC 0.2px solid;
margin:0;
}

/* Classes */
.notice{
background-color: #B3FFD9;
border: #009900 1px solid;
margin: 2px;
padding: 2px;
display:block;
}

.article-notice{
background-color: #99ADFF;
border: #0033CC 1px solid;
margin: 2px;
padding: 2px;
text-align: center;
display:block;
}

.warning{
background-color: #FFFF66;
border: #CC6600 1px solid;
margin: 2px;
padding: 2px;
display:block;
}

.error{
background-color: #FF9980;
border: #CC0000 1px solid;
margin: 2px;
padding: 2px;
display:block;
}

.submit{
text-align: center;
margin:auto;
}

.leftcol{

text-align:justify;
width:100%;
margin: auto;
  height:100%;




}


.rightcol{

	text-align:justify;
position: relative;
  z-index: 1;
  float:right;
  /* 
  display:inline needed 
  to cater to the double 
  margin float bug in IE 
  */
  display: inline;
  width:50%;
}

/* Form */

input[type="text"], textarea, select{
border: #3300FF 1px solid;
background-color: #EAEAEA;
margin:2px;
padding: 1px;
}

input[type="text"]:focus, textarea:focus, select:focus{
background-color:#F7FFB3;

}







input[type="submit"]{
font-weight: bold;
font-size: 12px;
padding: 2px;

}
