/*----------IMPORT CSS--------------*/
@import url("global.css");
@import url("structure.css");

/*----------Body--------------*/
body{
background-image:url(/images/bgimg01.jpg);
background-repeat: repeat;
color: #FF0000;
}

#body_admin{
background-image:url(/images/bgimg02.jpg);
background-repeat: repeat;
color: #FF0000;
}
#body_INTRO{
background-image:url(/images/black.jpg);
background-color:#000000;
background-repeat: repeat;
color:#FF0000;
}
/*----------Headers--------------*/
h1.header{
margin: 15px 3px 15px 3px;
font-size: 22px;
color:#FFCC00;
}



/*----------JS Imports--------------*/
.js_links{
vertical-align: text-top;
text-align: center;
width: 100%;
height: 34px;
}

#links{
margin-bottom: 10px;
text-align: center;
}

#studentlinks{
margin-bottom: 10px;
text-align: center;
}
#studentlinks a{
color:#000000;
}

/*----------programs.html--------------*/
h1.hPrograms{
font-size: 18px;
color: #FFCC00;
text-align: center;
margin: 10px;
}

.Programs{
font-size: 16px;
text-align: left;
margin-left: 10px;
margin-right: 10px;
}

.programTitle{
background:url(/images/StripeBar01.jpg);
background-repeat: repeat;
}





/*----------Student of the month.asp--------------*/
.Largetxt{
font-size: 30px;
color: #FF3300;
font-weight: bold;
}
.text500{
width: 500px;
height: auto;
text-align: left;
}

#Box {
font-family: "Times New Roman", Times, serif;
text-align: center;
margin: 3px 3px 3px 3px;
font-size: 30px;
color: #FF3300;
font-weight: bolder;
width: 100%;
}
#Box table td{
text-align: center;
}

.BoxForm input {
margin-top: 4px;
display: block;
}
.BoxForm td {
color:#000000;
background:url(/images/StripeBar01.jpg);
background-repeat: repeat;
text-align: center;
}
.BoxForm label {
display:block;
font-weight: bold;
font-size: 18px;
}
/*----------error--------------*/
.error{
text-align:center;
font-size: 20px;
color: #000000;
font-weight: bolder;
}
.hide {
display: none;
}



/*----------admin--------------*/
.adminMenu{
font-size: 20px;
font-weight: bold;
text-align: center;
}
.block{
width: 900;
height: 75px;
background:url(/images/StripeBar02.jpg);
background-repeat: repeat;

}
.tdTop{
vertical-align:text-top;
}

/*----------Student Area--------------*/
.adminMenu{
font-size: 20px;
font-weight: bold;
text-align: center;
}
.imgStudent{
margin: 5px;
display: inline;
}

.Student{
font-size: 16px;
text-align: left;
margin-left: 10px;
margin-right: 10px;
color:#000000;
}
#linkForms{
text-align: left;
margin-left: 10px;
font-size: 12px;
}
.txtBox{
text-align:left;
font-size: 18px;
color: #000000;
border: 1px;
border-style: solid;
border-color: #000000;
}

/*----------Student Area - Admin Section--------------*/

.adminbg{
width: 100%;
height: 30px;
background-color:#000000;
}
