/** BASIC */

body {
	margin:0px auto;
	background-color: #006699;
}

div#container {
     width:1100px;
     margin:0 auto;
     position:relative;
     background-color: #006699;
}


/** FORMS */

form {
	margin: 20px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #ffffff;
}

/** TEXTS */

div {text-align: left;}
div,h1,h2,h3,h4,h5 {margin: 30px;}
hr {margin: 30px;}

ul, ol {margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #00BCB5;
	color: #FFFFFF;
}

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCE9FF;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

blockquote, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

.black11 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
}

.text1 {
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 24px;
	font-weight: bold;
}

.text2 {
	text-transform: lowercase;
	font-size: 15px;
	font-weight: bold;
}

.text3 {
	color: #A5DDEE;
	font-size: 14px;
}

.text4 {
	color: #80CBE8;
}

.text6 {
	text-transform: lowercase;
	text-align: center;
	color: #2EB0C6;
}

.text11 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 500;
	color: #BCE9FF;
}

.text12 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	font-size: 12px;
	font-weight: 500;
	color: #BCE9FF;
}

.text14 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	font-size: 14px;
	font-weight: 500;
	color: #BCE9FF;
}

.text18 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 500;
	color: #BCE9FF;
}

.text21 {
	letter-spacing: 1px;
	font-size: 21px;
	font-weight: 500;
	color: #A5DDEE;
}
p {
	padding: 20px;
}
	

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: none;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	color: #80CBE8;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	text-transform: lowercase;
	font-size: 10px;
	color: #80CBE8;
}

.style2 a {
	color: #FFFFFF;
}

.style2 a:hover {
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#scroll_box {
            border: 1px solid #ccc;
            height: 350px;    
            width: 350px;            
            overflow: auto;            
            margin: 1em 0;
}

#scroll_box600x500 {
            border: 1px solid #ccc;
            height: 500px;    
            width: 600px;            
            overflow: auto;            
            margin: 1em 0;
}
#scroll_box600x400 {
            border: 1px solid #ccc;
            height: 400px;    
            width: 600px;            
            overflow: auto;            
            margin: 1em 0;
}

#scroll_box800x600 {
            border: 1px solid #ccc;
            height: 600px;    
            width: 800px;            
            overflow: auto;            
            margin: 1em 0;
}
#scroll_box800x300 {
            border: 1px solid #ccc;
            height: 300px;    
            width: 800px;            
            overflow: auto;            
            margin: 1em 0;
}
        
#colorBox {
	border: solid #66CCFF 2px;
	background-color: #69C;
	padding: 5px 10px;
	width: 400px;
	color: white;
	margin: 1em 0;
}

#transparentBox {
	border: solid #FFFFFF 1px;
	background-color: #0a5b92;
	padding: 5px 5px;
	width: auto;
	color: white;
}

/**  sandbox  */
#Layer1 {
position:absolute;
left:8px;
top:394px;
z-index:6;
background-color: #e5edf4;
}

.TextBox {
font-family: Verdana, sans-serif;
color: #999;
font-size: 6pt;
font-weight: bold;
letter-spacing: 0px;
text-decoration: none;
text-align: center;
line-height:27px;
display:block;
width:159px;
height:27px;
}

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

#bodywrapper
{
      text-align : center; // Internet Exploder.
      margin: auto; // Opera, Safari, Gecko-based browsers (ie: firefox, flock, blackbird).
}

#content
{
      text-align: left; // Make sure the text doesn't get aligned in the center here as well.
      width: 750px;  // Edit the width to fit your theme.
}

.highlightedRow td{
     border-top: 2px solid #bce9ff;
     border-bottom: 2px solid #bce9ff;
     background-color: #09447e;
}
.highlightedRow td.outerLeft {
     border-left: 2px solid #bce9ff;
}
.highlightedRow td.outerRight {
     border-right: 2px solid #bce9ff;
}