		.tab_active
		{
			background:		url(images/tab_active.gif) #EDE6ED repeat-x 0px 0px;
			vertical-align:		top;
			padding-top:		2px;
			text-align:		center;
			font-size:			11px;
			font-weight:		bold;
		}

		.tab_active_end
		{
			background:		url(images/tab_active.gif) #2E0062 repeat-y;
		}

		.tab_inactive
		{
			background:		url(images/tab_inactive.gif) #B2B2B2 repeat-x 0px 0px;
			vertical-align:	top;
			padding-top:		2px;
			text-align:		center;
			font-size:			11px;
			font-weight:		normal;
		}

		.tab_inactive_end
		{
			background:		url(images/tab_inactive.gif) #2E0062 repeat-y;
		}

		.tab_background
		{
			background-color:	#B2B2B2;
		}

		.left_menu_background
		{
			background-color:	#EDE6ED;
			font-size:		11px;
			color:		#333333;
		}

		.tab_underline
		{
			background-color:	#FFFFFF;
		}

		.CenterColumn
		{
			background-color:	#FFFFFF;
			color:		#333333;
		}

		.footer_bar
		{
			background-color:	#ffffff;
			font-size:		10px;
			color:		#333333;
		}
		
		.table_border
		{
			
			border:solid 2 #353D91;
			
		}

		.table_data
		{
			background-color:	#ffffff;
			font-size:		10px;
			color:		#333333;
		}
		
		.table_heading
		{
			background-color:	#e8e8e8;
			font-size:		10px;
			color:		#333333;
		}
		
		.lightsilver
		{
			background-color:	#e8e8e8;
		}

		A.othertabs:link, A.selectedtab:link
		{
			text-decoration:	none;
			color:				#333333;
		}

		A.othertabs:visited, A.selectedtab:visited
		{
			text-decoration:none;
			color:				#333333;
		}

		A.othertabs:active, A.selectedtab:active
		{
			text-decoration:	none;
			color:				#333333;
		}

		A.othertabs:hover, A.selectedtab:hover
		{
			text-decoration:	none;
			color:				#990099;
		}
		A.inverselink:link, A.inverselink:visited, A.inverselink:active
		{
			text-decoration:	none;
			font-size:		12px;
			color:		#CCCCCC;
		}

		A.inverselink:hover
		{
			font-family: Arial, Helvetica, sans-serif
			text-decoration:	none;
			font-size:		12px;
			color:		#FFFFFF;
		}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #315879;
	text-decoration: none;
	text-align : justify;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #353D91;
	text-decoration: none;
	text-align : justify;
}


.submenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	text-align : justify;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #315879;
	text-decoration: none;

}

#MainPage
{
	width: 773px;
	margin: 0px auto -1px auto;
	overflow: hidden;
}


}
#Content-Data-Full
{
    overflow:auto;
	background-color:#3b3b3b;
	float:left;
	height:380px;
	width:760px;
	border: 1px solid #8C8C8C;
	clear:both;
	scrollbar-highlight-color: #3B3B3B;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#8C8C8C;
	scrollbar-shadow-color:#8C8C8C;
	scrollbar-face-color:#3B3B3B;
	scrollbar-track-color:#3B3B3B;
	scrollbar-darkshadow-color:#3B3B3B;
margin-top:13px;
}

#Content-Data
{
    overflow:auto;
	background-color:#3b3b3b;
	float:left;
	height:380px;
	width:550px;
	border: 1px solid #8C8C8C;
	clear:both;
	scrollbar-highlight-color: #3B3B3B;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#8C8C8C;
	scrollbar-shadow-color:#8C8C8C;
	scrollbar-face-color:#3B3B3B;
	scrollbar-track-color:#3B3B3B;
	scrollbar-darkshadow-color:#3B3B3B;
}

#bottom-nav-menu ul
{
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottom-nav-menu li
{

    margin-top:8px;
	float: left;
	display:inline;
	background-color:#e1e0e0;

}
#List1,#List2
{
    margin-right:6px;
}
#bottom-nav-menu li a
{
	
	height: 24px;
	line-height: 25px;
	float: left;
	width: 270px;
	border: 1px solid #8C8C8C;
	color: #000000;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	
}
#bottom-nav-menu li a:hover
{
	background-color:#FFFFFF;
}
#bottom-nav-menu
{
    width:550px;
	float:left
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}

.LogonStrip {
	background-color: #191919;
}
}

.TableBorder {
	background-color: #8C8C8C;
}

.TableFooter {
	background-color: #999999;
}

.MidGreenBar {
	background-color: #669966;
}

.LightGreenBar {
	background-color: #CCFFCC;
}

.FooterBar {
	background-color: #99CC99;
}


.GreyBar {
	background-color: #e8e8e8;
}

.how {
		background-repeat : no-repeat;
}

BODY
{
 
 
text-align:left;
 
font-family:Tahoma;
font-size:11px;

	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

FORM
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

TD, SELECT, INPUT, TEXTAREA
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


A.hyperlink:link
{
	text-decoration:    underline;
	color:315879;
}

A.hyperlink:visited
{
	text-decoration:    underline;
	color:315879;
}

A.hyperlink:active
{
	text-decoration:    underline;
	color:navy;
}

A.hyperlink:hover
{
	text-decoration: underline;
	color:green;
}

.Error
{
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: itallic;
	font-weight: bold;
	font-variant: normal;
	color: #ff6600;
	text-decoration: none;
	text-align : justify;
}

.RedError
{
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: itallic;
	font-weight: bold;
	font-variant: normal;
	color: Red;
	text-decoration: none;
	text-align : justify;
}

.DataLabel
{
color:#49496a;
font-weight: bold;
height:16px;
}

.DataText
{
color:#49496a;
font-weight: normal;
height:16px;
}

.LargeError
{
color:#008000;
font-size: 12px;
}

.PageHeader
{
color:#333333;
font-size: 16px;
font-weight: bold;
}

.Caption
{
color:#333333;
font-size: 12px;
font-weight: bold;
}

.CaptionRed
{
color:#ce0000;
font-size: 12px;
font-weight: bold;
}

.DataTextBox
{
width:79px;
height:19px;
}

.DataTextBoxMini
{
width:40px;
height:19px;
}

.DataTextBoxShort
{
width:159px;
height:19px;
}

.DataTextBox200
{
width:200px;
height:19px;
}

.DataTextBoxMedium
{
width:239px;
height:19px;
}

.DataTextBoxLong
{
width:479px;
height:19px;
}

.DataTextBoxMulti
{
width:479px;
height:105px;
margin-bottom:2px;
}

.DataTextBoxMultiAddress
{
width:239px;
height:105px;
margin-bottom:2px;
}

.DataTextBoxAppForm
{
width:359px;
height:105px;
margin-bottom:2px;
}

.DataTextBoxMultiLong
{
width:479px;
height:210px;
}

.DataDropDownList
{
width:159px;
height:19px;
margin-bottom:2px;
}

.DataDropDownListSmall
{
width:79px;
height:19px;
margin-bottom:2px;
}

.DataDropDownListNarrow
{
width:49px;
height:19px;
margin-bottom:2px;
}

.DataDropDownListWide
{
width:239px;
height:19px;
margin-bottom:2px;
}


.BrochureHeading
{
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #353D91;
	text-decoration: none;
	text-align : justify;
}

.BrochureText
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #353D91;
	text-decoration: none;
	text-align : justify;
}

.BrochureText1
{
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: red;
	text-decoration: none;
	text-align : center;
}

.BrochureTextInverse
{
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #315879;
	text-decoration: none;
	text-align : justify;
	background-color: #e8e8e8;
}

.CategoryListBox
{
height:200px;
width:239px;
}

.SkillsListBox
{
height:200px;
width:279px;
}

.SkillsListBoxShort
{
height:80px;
width:159px;
}

.TextBoxLogin
{
width:100px;
height:19px;
}

.btn
{
color:#dbd4db;
background-color:#353D91;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
border-top: solid 2px #315879;
border-bottom: solid 2px #315879;
border-left: solid 2px #315879;
border-right: solid 2px #315879;
}

.btnw
{
color:#dbd4db;
background-color:#353D91;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
width: 80px;
border-top: solid 2px #353D91;
border-bottom: solid 2px #B4AAA8;
border-left: solid 2px #353D91;
border-right: solid 2px #B4AAA8;
}

.grid_Style
{
color:#333333;/* Grid text colour for non-hyperlinks */
width:100%;
background-color: #A382A8;
}

.grid_HeaderStyle
{
color:#000000;
font-size: 10px;
}

.grid_HeaderStyle A:link, .grid_HeaderStyle A:visited, .grid_HeaderStyle A:active
{
text-decoration:underline;
color:#e8e8e8;
font-size: 10px;
}

.grid_HeaderStyle A:hover
{
text-decoration:underline;
color:#008000;
font-size: 10px;
}

.grid_ItemStyle
{
text-decoration:none;
background-color:#FFFFFF;
font-size: 10px;
height:17px;
}

.grid_ItemStyle A:link, .grid_ItemStyle A:visited, .grid_ItemStyle A:active
{
text-decoration:underline;
color:#333333;
font-size: 10px;
}

.grid_ItemStyle A:hover
{
text-decoration:underline;
color:#353D91;
font-size: 10px;
}

.grid_PagerStyle
{
text-decoration:none;
color:#e8e8e8;
font-size: 10px;
font-weight: bold;
word-spacing: 20px;
}

.grid_PagerStyle A:link, .grid_PagerStyle A:visited, .grid_PagerStyle A:active
{
text-decoration:underline;
color:#353D91;
font-size: 10px;
font-weight: bold;
}
.grid_PagerStyle A:hover
{
text-decoration:underlinize: 10px;
font-weight: bold;
}

.grid_SelectedItemStyle
{
text-decoration:none;
color:black;
background-color:#EDE6ED;
font-size: 10px;
}

.grid_SelectedItemStyle A:link, .grid_SelectedItemStyle A:visited, .grid_SelectedItemStyle A:active
{
text-decoration:underline;
color:#333333;
font-size: 10px;
}

.grid_SelectedItemStyle A:hover
{
text-decoration:underline;
color:#008000;
font-size: 10px;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #315879;
	text-decoration: none;
}

A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #dbd4db;
	text-decoration: none;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;

}

.input-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333366;
	text-decoration: none;

}

h1
{
    	margin:10PX;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	margin-top:20px;
}

P
{
    	margin:10PX;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:NORMAL;
	color:#D4D4D4;
	text-align:justify;
}


#BottomLinks
{
    width:765px;
    clear:both;
    color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	word-spacing: 1px;
	text-align:center;
	padding-top:2px;
}
#BottomLinks a
{
	
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	word-spacing: 1px;
}
#BottomLinks a:hover
{
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	word-spacing: 1px;
}
#BottomLinks a.HomeLarge
{
	font-size:11px;
	float: left;
	border: 1px solid #8C8C8C;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width:50px;
	margin-top:-2px;
	margin-right:0px;
	margin-left:5px;
	padding-top:1px;
}
#BottomLinks a.HomeLarge:hover
{
	font-size:11px;
	color:#666666;
}

#Footer
{
	width:760px;
    clear:both;
    color:#8C8C8C;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	word-spacing: 2px;
	text-align:center;
}
.Copyright
{
word-spacing: 3px;
}

#Footer a
{
	color:#8C8C8C;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	word-spacing: 2px;
}
#Footer a:hover
{
    color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	word-spacing: 2px;
}