
body {
margin: 0;/* without margins the page would be stuck to the sides*/
font-family: verdana, arial, sans-serif; /* base font is defined in the page */
font-size: 12px; /* size font is defined in the page */
}

#main 
{
	width: 770px;
}

#head1 {
background-image: url('../images/head1.gif');
width: 770px;
height: 54px;
}

#head2 {
background-image: url('../images/head2.gif');
width: 770px;
height: 34px;
} 

#logo {
float: left; /* to align the logo to the right */
margin-right: 10px;  /* place the logo within its container, head1 */
margin-top: 3px;
border: 0;
}

#left {
float: left; /* to align the logo to the right */
width: 142px;
height:400px;
background-color:#1C77D2;
}

#center {
margin-left: 165px; /* the center block is placed according to the left block's width */
width: 586px;
}

#menu { /* defines container for the menu */
margin-top: 1px;
width: 141px;
border: 1px solid #060C6F;
background-color: #B7D3F0;
font-family: verdana, arial;
font-size: 110%;
text-align: left;
}

#left a {font-size: 11px;color: #060C6F; text-decoration: underline; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; width:100%; display:block; border: 1px solid #FFFFFF;}

h1 {
margin-top: 0px;
padding-top: 30px;
font-size: 16px;
text-align: left;
}

h2	{
font-size: 13px;
font-weight:bold;
text-align: left;
}

#topmenu {
float: right; /* vertical menu is aligned to the right of its container, head3 */
margin-right: 10px;
margin-top: 10px;
}

#footer {
width: 770px;
height: 20px;
background-color:#B7D3F0;
margin-top: 10px;
padding-top: 3px;
text-align:center;
float:left;
}

#topmenu a {font-size: 12px;font-weight: bold;color: #060C6F;
text-decoration: none; /* no decoration to avoid underline showing when hovered onto */margin-left: 10px; /* Space between each sub-menu */}

.head_menu {
font-size:12px;
margin-top: 30px;
padding-top: 5px;
padding-bottom: 5px;
width: 141px;
border: 2px solid #060C6F;
background-color: #68A5E1; 
color:white;
font-weight:bold;
text-align: center;
}

.CssDirTitle 
{
	font-size:14px;
	font-weight:bold;
}

.CssLinksPageTitle
{
	font-size:14px;
	font-weight:bold;
}
.CssColsTable
{
	margin-top: 10px;
}

.CssCatName 
{
	font-size:12px;
	font-weight:bold;	
}

.CssLink
{
	font-size:12px;
	padding: 20px 0 0 0;
}

.CssLink a
{
	font-weight:bold;
}

.plainText
{
	font-size:12px;
}