/* techserv.css ******************************/
/*********** text formatting ***********/
/*Begin AESTYLE*/
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.ArticleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2E3192;
}
/*End AESTYLE*/
.blue14bold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E3192;
	font-weight: bold;
}
.blue12bold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3192;
	font-weight: bold;
}
.redmediumbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ee363b;
	font-weight: bold;
}
.smallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mediumblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/*================================================================
 			MENU SYSTEM
================================================================

The standard menu system is rendered in a table with the following layout,
terminology used in styling the menus is indicated around the table layout:

 (col1)     (col2)
|------|--------------------|
|      | Menu 1             | (MenuNonSelectedArea1)
|------|--------------------|
|      |   Menu Item        | (MenuItemOdd1)
|------|--------------------|
|      |   Menu Item        | (MenuItemEven1)
|------|--------------------|
|      |   Menu Item        | (MenuItemOdd1)
|------|--------------------|
|  >   |   Menu 2 (submenu) | (MenuSelectedArea2)
|------|--------------------|
|      |     Menu Item      | (MenuItemOdd2)
|------|--------------------|
|      |     Menu Item      | (MenuItemEven2)
|------|--------------------|
|      |     Menu Item      | (MenuItemOdd2)
|------|--------------------|

*/

/* the following styles need to be set once only for the tiered menu 
-------------------------------------------------------------------------*/
.menusystemdefault{ /*applied to the table in which all menu items are rendered (typically contains the width of the menu)*/
    width: 165px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
    font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E3192;
}



/* the following set of styles need to be set once for each level within the menu,
where X is a number beginning at 1 which represents the current level menu
-------------------------------------------------------------------------*/

.MenuNonSelectedArea1{ /* Column 2 of the table layout, Menu ( rather than menu item/link) Row, that ISN'T currently active/selected */
	width: 165px;
	background-color: #efffff;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.MenuNonSelectedArea1 a{ 
	display: block;
	color: #2E3192;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #efffff;
	border-right: 1px solid #cccccc;
}
.MenuNonSelectedArea1 a:hover{
	background-color: #dddddd;
	color: #ED1C24;
}

.MenuSelectedArea1{    /* Column 2 of the table layout, Menu ( rather than menu item/link) Row, that IS currently active/selected */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
    background-color:#eeeeee;
    color:#2e3192;
    border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #cccccc;
}	

.MenuItem1{ 	   /* Column 2 of the table layout, Menu Item / Link Row, that is ODD */
	width: 165px;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.MenuItem1 a{ 
	display: block;
	color: #2E3192;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
}

.MenuItem1 a:hover{
	background-color: #ed1c24;
	color: #ffffff;
}

.selectedMenuItem1{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
    background-color:#ED1C24;
    color:#ffffff;
    border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.selectedMenuItem2{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
    background-color:#ed1c24;
    color:#ffffff;
    border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.MenuSelectedArea2{    /* Column 2 of the table layout, Menu ( rather than menu item/link) Row, that IS currently active/selected */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
    background-color:#ED1C24;
    color:#ffffff;
    border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right: 1px solid #cccccc;
}

.MenuItem2{ 	   /* link on level 2 */
  	background-color:#ffff99;
  	border-bottom: 1px solid #cccccc;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.MenuItem2 a{ 
	display: block;
	color: #ed1c24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
    background-color: #ffff99;
	border-right: 1px solid #cccccc;
}
.MenuItem2 a:hover{
	background-color: #ed1c24;
	color: #ffffff;
}

/*********** discipline bar ***********/

#disciplinebarcolour {
	background-color: #ee363b;
	border-right: 1px solid #cccccc
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#picleft{
float:left;
padding:10;
}
#picleft2{
float:left;
width:300;
padding:10;
}
#picright{
float:right;
padding:10;
}