/* legacy css */

.bordered {
  border: 1px solid #000000;
}

body {
  font-family: sans-serif;
  font-size: 12px;
}
h1 {
  font-size: 22px;
}
a {
  text-decoration: underline;
  font-size: 14px;
}
td {
  font-size: 14px;
}

/* ************************************************************************** */
/* *                                                                        * */
/* *                                                               [ BODY ] * */
/* *                                                                        * */
/* ************************************************************************** */

body {
	min-width: 595px;
	margin: 0;
	padding: 14;
	font-size: 80%;
	background: #003333;
	color: #FFF;
	font-family: Calibri, Verdana, Ariel, Helvetia, sans-serif;
	
}

#innerbody {
	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	border: 0;
	margin: 0 0 5px 0;
	display: block;
	color: #000;
}
.hidden {
	visibility: hidden;
	}

/* ************************************************************************** */
/*                                                                            */
/*                                                              [ CONTAINER ] */
/*                                                                            */
/* ************************************************************************** */

#container {
    border-left: 3px solid black;
    border-right: 3px solid black;
}

table.containertable {
	border: 0 !important;
}

td.containertd {
	vertical-align: top;
}

/*                                                                    */
/*                                                            [ NAV ] */
/*                                                                    */

.navtd {
	background-color: #BBB;
}

#nav {
	color: #333;
	width: 175px;
	min-width: 175px;
	padding: 10px 5px 10px 5px;
}
#nav p {
	padding: 0;
	margin: 0;
}

                                               /* NAV Misc */

#nav hr {
	display: block;
	margin: 20px 4px 0 4px;
	border: 1px solid #999;
}

                                            /* NAV Headers */

#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
	font-weight: bold;
	border: 0;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
	margin-top: 15px;
}

#nav h1 {
	font-size: 150%;
	color: #333;
	margin-top: 5px;
}
#nav h2 {
	font-size: 110%;
	color: #444;
	font-style: italic;
}

                                             /* NAV Lists */

#nav ul {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	margin: 0;
	padding: 0;
}

                                             /* NAV Links */

#nav a:link, #nav a:visited, #nav a:active, #nav a:hover, #nav a#currentpage, #nav a.disabled {
	display: block;
	text-decoration: none;
	padding: 3px;
	margin: 3px;
	font-weight: bold;
}

#nav a:link {
	color: #663300;
	background-color: #DDD;
	border: 1px solid #999;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
}
#nav a:visited {
	color: #442200;
	background-color: #DDD;
	border: 1px solid #999;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
}
#nav a:active {
	color: #ff7700;
	background-color: #ffdd77;
	border: 1px solid #ff9933;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
}
#nav a:hover {
	color: #ddffff;
	background-color: #006666;
	border: 1px solid #000;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
}
a#currentpage {
	color: #555                      !important;
	background-color: #EEE           !important;
	border-top: 1px solid #999       !important;
	border-left: 1px solid #999      !important;
	border-bottom: 1px solid #999    !important;
	border-right: 1px solid #EEE     !important;
	margin-right: -7px               !important;
	  border-top-right-radius: 0     !important; /* CSS3 rounded corners */
	  border-bottom-right-radius: 0  !important; /* CSS3 rounded corners */
	  border-top-left-radius: 8px    !important; /* CSS3 rounded corners */
	  border-top-left-radius: 8px    !important; /* CSS3 rounded corners */
  -moz-border-radius-topleft: 8px    !important; /* Mozilla rounded corners */
  -moz-border-radius-bottomleft: 8px !important; /* Mozilla rounded corners */
  -moz-border-radius-topright: 0     !important; /* Mozilla rounded corners */
  -moz-border-radius-bottomright: 0  !important; /* Mozilla rounded corners */
}
#nav a.disabled {
	color: #999;
	background-color: #CCC;
	border: 1px solid #999;
	text-decoration: line-through;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
}

/*                                                                    */
/*                                                         [ CENTER ] */
/*                                                                    */

#center {
	min-width: 370px;
	background: #EEE;
	color: #222;
	font-size: 120%;
	line-height: 1.5;
	text-align: justify;
	padding: 10px;
}



#center p {
	font-size: 80%;
	margin: 0;
	padding: 5px 0 5px 0;
}

.centertd {
	background-color: #EEE;
	min-width: 400px;
}

                                            /* Headers */

#center h1, #center h2, #center h3, #center h4, #center h5, #center h6 {
	color: #442200;
	font-weight: bold;
	border-top: 1px solid #EEE;
	line-height: 100%;

}

#center h1 {
	font-size: 150%;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 5px;
	margin: 0;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
}
#center h2 {
	font-size: 110%;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 3px 10px 3px 10px;
	margin: 0;
	-moz-border-radius: 8px;
}
#center h3 {
	font-size: 100%;
	padding: 5px 15px 5px 15px;
}
#center h4 {
	font-size: 110%;
	padding: 5px 20px 5px 20px;
}
#center h5 {
	font-size: 100%;
	padding: 5px 25px 5px 25px;
}
#center h6 {
	font-size: 90%;
	padding: 5px 30px 5px 30px;
}


                                              /* Links */

#center a {
	color: #1A1364;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}


                                             /* Tables */

#center table {
	border: 1px solid #BBB;
	padding: 0;
	margin: 0;
	background-color: #CCC;
}
#center th {
	font-weight: bold;
	/*border: 1px solid #CCC*/;
	padding: 3px;
	margin: 0;
	background-color: #DDD;
	color: #201C70;
	font-size: 100%;
	vertical-align: top;
}
#center td {
	/*border: 1px solid #CCC*/;
	padding: 3px;
	margin: 0;
	background-color: #DDD;
	vertical-align: top;
	color: #333;
	font-size: 100%;
}

#center td h1 {
	padding: 5px 0 5px 0;
	border: 0;
	background-color: transparent;
}
#center td h2 {
	padding: 5px 2px 5px 2px;
}
#center td h3 {
	padding: 5px 4px 5px 4px;
}
#center td h4 {
	padding: 5px 6px 5px 6px;
}
#center td h5 {
	padding: 5px 8px 5px 8px;
}
#center td h6 {
	padding: 5px 10px 5px 10px;
}

#center td ul {
	margin: 0 0 0 25px;
	padding: 0;
}
#center td ul li {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

#center th ul {
	margin: 0 0 0 25px;
	padding: 0;
}
#center th ul li {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}


                                                    /* OL LI */

#center li{
	padding-top: 10px;
}
#center ol li {  
	list-style-type: decimal;
}
#center ol li ol li {
	list-style-type: lower-alpha;
}
#center ol li ol li ol li {
	list-style-type: lower-roman;
}
#center ol li ol li ol li ol li {
	list-style-type: decimal;
}

/*                                                                    */
/*                                                          [ RIGHT ] */
/*                                                                    */

#right {
	color: #DDD;
	text-align: left;
	margin: 0;
	padding: 10px;
	width: 175px;
	min-width: 175px;
}

.righttd {
  border-left: 1px solid black;
	background: #222;
}

#right p {
	margin: 5px 0 10px 0;
}


                                       /* RIGHT Headers */

#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #CCC;
	font-weight: bold;
	border: 1px solid #111;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
	background-color: #333;
	font-size: 100%; /* overridden by defs below */
	padding-left: 3px;
	margin-top: 15px;
}
#right h1 {
	font-size: 150%;
	margin-left: 0;
	margin-top: 5px;
}
#right h2 {
	margin-left: 2px;
	font-size: 110%;
}
#right h3 {
	margin-left: 4px;
	font-size: 100%;
}



                                        /* RIGHT Lists */


#right ul {
	line-height: 1.5;
	padding: 5px;
}
#right li {
	margin: 0;
	padding: 0;
}

#right a {
	color: #FFF;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

/* ************************************************************************** */
/*                                                                            */
/*                                                      [ HEADER and FOOTER ] */
/*                                                                            */
/* ************************************************************************** */

/*                                                                    */
/*                                                         [ HEADER ] */
/*                                                                    */


/* Header */
	#header {
		margin: 0;
		padding: 0;
		background: #FFF;
		border: 3px solid black;
	}

/* Subheader 0 */		
	#subheader0 {
		margin: 0;
		padding: 0;
		background: #FFF;
		width: 100%;
		overflow: hidden;
		background-repeat: no-repeat;
		border-bottom: 1px solid #BB5105;
		border-top: 1px solid black;
	}
	#subheader0 img {
		overflow: hidden;
	}
		
		
/* Subheader 1 */		
	#subheader1 {
		margin: 0;
		padding: 0;
		background: #D6A056;
		width: 100%;
		border-bottom: 1px solid #773302;
	}
	#subheader1 h1 {
		margin: 0;
		color: #FFF;
		text-align: right;
		padding: 2px 5px 2px;
		font-size: 200%;
	}

/* Subheader 2 */
	#subheader2 {
	margin: 0;
	padding: 0;
	background: #BB5105;
	width: 100%;
	border-bottom: 1px solid #000;
	text-align: center;
	}
	#subheader2 h2 {
		margin: 0;
		color: #FFF;
		text-align: right;
		padding: 2px 5px 2px;
		font-size: 150%;
	}

/* Subheader 3 */
	#subheader3 {
		margin: 0;
		padding: 0;
		background: #773302;
		width: 100%;
	}
	#subheader3 h3 {
		margin: 0;
		color: #fff;
		text-align: right;
		padding: 2px;
		font-size: 120%;
	}
	#subheader3 a:link, a:visited, a:hover, a:active {
		color: #FFF;
		display: inline;
	}
		
/*                                                                    */
/*                                                         [ FOOTER ] */
/*                                                                    */


* html #footerwrapper {
	float: left;
	position: relative;
	width: 100%;
	background-color: #790000;
}

#footer {
	clear: both;
	margin: 0;
	text-align: center;
	padding: .3em;
	background-color: #773302;
	border-top: 1px solid black;
}
#footer h3 {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 80%;
}
#footer a:link, a:visited, a:hover, a:active {
	color: #FFF;
	display: inline;
}

#subfooter {
	font-size: 100%;
	text-align: center;
	padding: .3em;
	background-color: #773302;
	color: #FFF;
    border: 3px solid black;
}
#subfooter a:link, a:visited, a:hover, a:active {
	color: #FFF;
	display: inline;
}

/** Post-Footer **/

#postfooterwrapper {
	text-align: center;
}
#postfooter {
	border: 2px solid #000;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#postfooter table {
	width: 100%;
	padding: 1px;
	background-color: #FFF;
}
#postfooter h1 {
	font-size: 130%;
	color: #8B0002;
	font-weight: bold;
}
#postfooter a img {
	border: 0 !important;
	text-align: center;
	vertical-align: bottom;
	display: inline;
}

#postfooterflag {
	margin: 0;
	padding: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #3B0000;
	width: 100%;
	height: 9em;
	overflow: hidden;
	background-repeat: no-repeat;
}
#postfooterflag img {
	width: 100%;
	overflow: hidden;
}

/* ************************************************************************** */
/*                                                                            */
/*                                                                  [ OTHER ] */
/*                                                                            */
/* ************************************************************************** */

                                                               /** [ Lists ] **/

li{  
     padding-top: 10px;  
}  
ol li{  
     list-style-type: decimal;  
}  
ol li ol li {  
     list-style-type: lower-alpha;  
}  
ol li ol li ol li{  
     list-style-type: lower-roman;  
}

                                                               /** [ OTHER ] **/

/** Under Construction  **/

#underconstruction {
	margin: 0;
	padding: 5px 0 5px 0;
	width: 100%;
	background-image: url('.gui/construction1.gif');
	background-color: #F7941C;
	text-align: center;
}
#underconstruction div.text {
	display: inline;
	background-image: url('.gui/construction2.gif');
	background-color: #FEDBB4;
	text-align: center;
	padding: 1px;
	margin: auto;
	border: 1px solid black;
	  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
}
#underconstruction div.text span.title {
	font-weight: bold;
	font-size: 85%;
	color: #000;
}
#underconstruction div.text span.description {
	font-weight: bold;
	font-size: 75%;
	color: #333;
}

/* ************************************************************************** */
/*                                                                            */
/*                                                                  [ PRINT ] */
/*                                                                            */
/* ************************************************************************** */

#print, #printspacer {
	display: none;
}
#header .style2 {
	color: #FFF;
}
