﻿html
{
    overflow-x: hidden;
    overflow-y: scroll;
}

body 
{
    background-color: #000000;
    background-attachment: fixed;
    background-position: center right;
    color: #E5E5E3;
    font-family: Century Gothic, Calibri, Arial;
    font-size: 9pt;
    line-height: 13pt;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

a:link
{
    font-size: 10pt;
    color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
    font-size: 10pt;
    color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
    font-size: 10pt;
    color: #EEF0AA;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
    font-size: 10pt;
    color: #EEF0AA;
	font-weight: bold;
	text-decoration: none;
}
    
a.large:link
{
    color: #DDDDDD;
	font-weight: bold;
	font-size: 12pt;
	line-height:16pt;
	text-decoration: none;
}

a.large:visited
{
    color: #DDDDDD;
	font-weight: bold;
	font-size: 12pt;
	line-height:16pt;
	text-decoration: none;
}

a.large:active
{
    color: #EEF0AA;
	font-weight: bold;
	font-size: 12pt;
	line-height:16pt;
	text-decoration: none;
}

a.large:hover
{
    color: #EEF0AA;
	font-weight: bold;
	font-size: 12pt;
	line-height:16pt;
	text-decoration: none;
}

a.links:link
{
    color: #DDDDDD;
	font-weight: bold;
	text-decoration: underline;
}

a.links:visited
{
    color: #DDDDDD;
	font-weight: bold;
	text-decoration: underline;
}

a.links:active
{
    color: #EEF0AA;
	font-weight: bold;
	text-decoration: underline;
}

a.links:hover
{
    color: #EEF0AA;
	font-weight: bold;
	text-decoration: underline;
}

#maindiv
{
    width: 799px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
   
}
img
{
    border: none;
}


#scrollwrappercourses {
	overflow: hidden; 
	width: 577px;
	height: 374px; 
	position: relative;
}
 
#scrollwrapperlocation {
	overflow-x: hidden; 
	width: 577px;
	height: 620px; 
	position: relative;
}

#scrollwrappertechnology {
	overflow: hidden; 
	width: 577px;
	height: 420px; 
	position: relative;
}

#scrollinner {
    margin-top: 15px;
	position: relative;
}
 
#standardwrapper
{
	width: 577px;
}

.scrolllinks {
    text-align:center;
	color: #FFFFFF;
}

.scrollcontent {
	width: 570px;
	padding-left: 5px;
	position: absolute;
}
 
.scrollcontent h1 { 
	color: #EEF0AA;
	font-size: 12pt;
	font-weight: normal;
}

.heading1
{
    color: #EEEEEE;
	font-size: 12pt;
}

h4
{
    color: #EEEEEE;
	font-size: 18pt;
}

.small
{
    color: #EEEEEE;
	font-size: 8pt;
}

#contentdiv1 {
	left: 0px; 
	top: 5px;
}
 
#contentdiv2 {
	left: 600px; 
	top: 5px;
}
 
#contentdiv3 {
	left: 1200px; 
	top: 5px;
}
 
#contentdiv4 {
	left: 1800px; 
	top: 5px;
}

#contentdiv5 {
	left: 2400px; 
	top: 5px;
}

#contentdiv6 {
	left: 3000px; 
	top: 5px;
}

.standardcontentboxtop 
{
    width: 577px; 
    background-image: url("../images/contentbox/contenttop.png");
}

.standardcontentboxleft
{
    width: 20px; 
    background-image: url("../images/contentbox/contentleft.png");
}

.standardcontentboxright
{
    width: 20px; 
    background-image: url("../images/contentbox/contentright.png");
}

.standardcontentboxbottom
{
    width: 577px; 
    background-image: url("../images/contentbox/contentbottom.png");
}

.standardcontentboxbg
{
    width: 577px; 
    background-image: url("../images/contentbox/contentbg.png");
}

.ie6contentboxtop
{
    width:579px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentbox/contenttop.png',sizingMethod='scale');
    background:none;                
}

.ie6contentboxleft
{
    width:20px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentbox/contentleft.png',sizingMethod='scale');
    background:none;                
}

.ie6contentboxright
{
    width:20px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentbox/contentright.png',sizingMethod='scale');
    background:none;                
}

.ie6contentboxbottom
{
    width:579px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentbox/contentbottom.png',sizingMethod='scale');
    background:none;                
}

.ie6contentboxbg
{
    width:579px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentbox/contentbg.png',sizingMethod='scale');
    background:none;                
}

.standardequipmentboxtop 
{
    width: 579px; 
    background-image: url("../images/equipmentbox/equipmenttop.png");
}

.standardequipmentboxleft
{
    width: 20px; 
    background-image: url("../images/equipmentbox/equipmentleft.png");
}

.standardequipmentboxright
{
    width: 20px; 
    background-image: url("../images/equipmentbox/equipmentright.png");
}

.standardequipmentboxbottom
{
    width: 579px; 
    background-image: url("../images/equipmentbox/equipmentbottom.png");
}

.standardequipmentboxbg
{
    width: 579px; 
    background-image: url("../images/equipmentbox/equipmentbg.png");
}

.ie6equipmentboxtop
{
    width:579px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/equipmentbox/equipmenttop.png',sizingMethod='scale');
    background:none;                
}

.ie6equipmentboxleft
{
    width:20px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/equipmentbox/equipmentleft.png',sizingMethod='scale');
    background:none;                
}

.ie6equipmentboxright
{
    width:20px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/equipmentbox/equipmentright.png',sizingMethod='scale');
    background:none;                
}

.ie6equipmentboxbottom
{
    width:577px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/equipmentbox/equipmentbottom.png',sizingMethod='scale');
    background:none;                
}

.ie6equipmentboxbg
{
    width:577px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/equipmentbox/equipmentbg.png',sizingMethod='scale');
    background:none;                
}

.coursedates h1
{
    color: #CCCCCC;
    font-size: 10pt;
    font-weight: bold;
	border-top: solid 1px #FFFFFF;
	padding-top: 3px;
	margin-bottom: 0px;
}

.textfield
{
	background-color:#DDDDDD;
    border: solid 1px #888888;
    padding: 1px;
    vertical-align:middle;
}

.textfieldlabel
{
    font-weight:bold;
    text-align: right;
}

.textfieldlabeltop
{
    font-weight:bold;
    text-align: right;
    vertical-align: top;
}

.button
{
    background-color: #CCCCCC;
	padding: 3px;
}
.required
{
    color: #AA0000;
    font-size: 12pt;
    vertical-align: middle;
}
