/**************
*
* screen.css
*
/**************/

/* ------- HTML ELEMENTS ------- */



body { 
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px; 
	background-color: #c3c3c3;
	color: #666666;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;

	
}

p {

	margin: 0px; 
	padding: 0px;
}

h1 {

	margin: 0px; 
	padding: 0px;
}

h5 {

	margin: 0px; 
	padding: 0px;
}

ul {
	list-style-type: none;
}

li {

}

.red {
	color: #EE1B28;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 9px; 
}

.small2 {
	font-size: 9px; 

}

.super {

	 vertical-align: super; 
	   font-size: smaller; 
}

/* ------- FORM ------- */



option, select {
		font-family : Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;		
		font-size: 11px;

}

.input {
		font-family : Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;		
		font-size: 10px;
		width: 200px;
		
}

textarea {
		font-family : Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;		
		font-size: 10px;
		width: 200px;
		height: 90px;
		
}


.textbox {

   border : solid 1px #a5acb2; 
   background : #ffffff; 
   color : #000000; 
   padding : 4px; 
   width : 197px; 
   height : 90px; 
   overflow : auto; 
   font-size: 11px;

}
/* ------- LINKS ------- */

a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: underline; 
}

a:visited { 
	color: #666666;
	font-weight: bold;
	text-decoration: underline; 
}

a:hover { 
	color: #666666;
	font-weight: bold;
	text-decoration: underline; 
}

a:active { 
	color: #666666;
	font-weight: bold;
	text-decoration: underline; 
}


/* ------- CONTENT ------- */
	
#content {
		margin-top: -10px;
}

#landing {
		margin-top: 56px;
}

#corner {
		position: relative;
		left: 802px;
		top: -125px;
		width: 92px;
		height: 106px;
}

#corner2 {
		position: relative;
		width: 92px;
		height: 106px;
		left: 802px;
		top: -105px;
}

