th,table,td{
border-collapse: collapse;
border-color: #000066;
/*padding: 0;*/
}

th{
background: url('images/th.jpg');
color: white;
font-size: 14px;
}

body{
margin : 0;
font-family: Tahoma;
scrollbar-face-color:#030267;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#514C00;
scrollbar-darkshadow-color:#403D00;
scrollbar-shadow-color:#605600;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#E0E0E0;
}

ul.menu{
padding: 0;
color: white;
}

/*this style is for the middle box that will hold the content of the page using the include function*/
.content
{
	padding: 10px 10px;
}

.design{
padding:0;
}



a:link {text-decoration:underline; font-weight:extra-bold; color:#0063CE}
a:visited {text-decoration:underline; color:#0063CE}
a:hover {text-decoration:none; color:#0063CE; border-width: thick; }



/*For the boxes page*/
.box
{
	border-style: 	dashed;
	padding:		5px;
	border-width:	thin;
	border-color:	black;
	width: 90%;
	background-image: url(images/outline_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;

		
}


p,li,th,td,table
 {
	font-size: 14px;

}
h1 {
	font-size: 18px;

}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}



.side{
	border:1px solid #C0D0E0;
	margin:0px 0px 0px 10px;
	padding:5px 0px 10px 0px;
	float:left;
	width:170px;
	background-color:#fff;
	color:#333;
	text-align: center;

}


a.white:link {
	text-decoration:underline;
	font-weight:extra-bold;
	color:#ffffff;
}
a.white:visited {
	text-decoration:underline;
	color:#ffffff;
}
a.white:hover {
	text-decoration:none;
	color:#ffffff;
	border-width: thick;
}

