*
{
	margin:0;
	padding:0;
}

body, html
{
	color: #333333;
	font : 12px Arial, Helvetica, sans-serif;
	background-color: #d2d3d5;
}

a
{
	color: #0066cc;
	text-decoration : none;
}

a:hover
{
	color: #0066cc;
	text-decoration : underline;
}

.bold
{
	font-weight : bold;
}

.center
{
	text-align : center;
}

p
{
	padding : 0 0 12px 0;
}

.right
{
	float : right;
}

.left
{
	float : left;
}

.imgLeft
{
	float : left;
	padding: 0 15px 12px 0;
}

.imgRight
{
	float : right;
	padding: 0 0 12px 15px;
}

.clear
{
	clear : both;
}

.just
{
	text-align : justify;
}

.textRight
{
	text-align : right;
}

h1, h2
{
	font-size : 18px;
	color: #016483;
	background: #FFFFFF url(../images/arrow-right.gif) no-repeat center left;
	padding: 10px 0 10px 45px;
	margin-bottom: 15px;
	font-weight: bold;
}

.Table td
{
	padding : 5px;
}

.input
{
	border : 1px solid #999999;
}

.but
{
	background-color : #333333;
	border : 1px solid #333333;
	color : White;
	padding : 1px 6px;
}

/* start containers */

#container
{
	width : 1008px;
	margin : 0 auto;
	padding-top: 39px;
	background: #FFFFFF url(../images/top.gif) no-repeat top;
}

#content
{
	width : 920px;
	margin : 0 auto;
	background: #FFFFFF url(../images/content-back.gif) repeat-y;
}

#menu
{
	display: block;
	width: 920px;
	height: 44px;
	background: #016483 url(../images/menu-back.gif) no-repeat top;
}

#leftColumn
{
	width: 220px;
	float: left;
	padding: 20px 30px;
	overflow: hidden;
}

#rightColumn
{
	width: 610px;
	float: left;
	padding: 20px 0px;
	overflow: hidden;
}

#clearColumns
{
	display: block;
	width: 920px;
	height: 4px;
	clear: both;
	background: #FFFFFF url(../images/content-bottom.gif) no-repeat bottom;
}

#bottom
{
	padding: 30px 70px 10px 70px;
	color: white;
	background-color: #016483;
	margin-top: 15px;
}

/* end containers */

/* start events */

#importantEvents
{
	font-size : 18px;
	font-weight: bold;
	color: #29b9db;
	background: #FFFFFF url(../images/arrow-down.gif) no-repeat center left;
	padding: 10px 0 10px 45px;
	margin-bottom: 15px;
}

.event1, .event2
{
	margin-bottom: 15px;
	color: white;
	padding: 0;
	overflow: hidden;
	width: 220px;
}

.event1 p, .event2 p
{
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
}

.event1
{
	background: #29b9db url(../images/box1-bottom.gif) no-repeat bottom left;
}

.event2
{
	background: #016483 url(../images/box2-bottom.gif) no-repeat bottom left;
}

.event1 .eventTitle
{
	color: #016483;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 220px;
	padding: 15px 0;
	background: #29b9db url(../images/box1-top.gif) no-repeat top left;
}

.event2 .eventTitle
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 220px;
	padding: 15px 0;
	background: #016483 url(../images/box2-top.gif) no-repeat top left;
}

.event1 img, .event2 img
{
	border: 1px solid white;
}

.event1 a, .event2 a
{
	color: white;
	text-decoration: underline;
}

/* end events */

/* start bottom */

#copy
{
	width: 400px; 
	float: left; 
	padding-top: 20px;
}

#colorsoft
{
	width: 140px; 
	height: 30px;
	padding: 45px 0 0 42px;
	float: right; 
	background: #016483 url(../images/colorsoft.gif) no-repeat center;
}

#colorsoft a
{
	text-decoration: none;
}

#colorsoft a:hover
{
	text-decoration: none;
}

#cms
{
	display: block;
	width: 2px;
	height: 2px;
	overflow: hidden;
	text-indent: -9999px;
}

#bottom a
{
	color: #29b9db;
}

/* end bottom */

/* start menu */

#menu ul
{
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}

#menu ul li
{
	position: relative;
	display: inline;
	float: left;
}

#menu ul li a
{
	display: block;
	/* width: 100px; */
	/*Width of top level menu link items*/
	padding: 0px 14px;
	text-decoration: none;
	text-align : left;
	color: white;
	line-height: 38px;
}
	
/*1st sub level menu*/
#menu ul li ul
{
	left: 0px;
	position: absolute;
	top: 1em;
	/* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	width : 250px;
	background-color: #016483;
	padding: 10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li
{
	display: list-item;
	float: none;
	width : 220px;
	padding : 0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#menu ul li ul li ul
{
	left: 300px;
	/* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
#menu ul li ul li a
{
	display: block;
	width: 210px;
	/*width of sub menu levels*/
	text-decoration: none;
	padding: 3px 10px;
	text-align : left;
	line-height: normal;
}

#menu ul li a:hover
{
	text-decoration : none;
	color: #29b9db;
}

#menu ul li ul li a:hover
{
	text-decoration : none;
	color: #29b9db;
}

/*Background image for top level menu list links */
#menu .mainfoldericon{
	
}

/*Background image for subsequent level menu list links */
#menu .subfoldericon{
	
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

/* Ico Hack for IE 7\*/
*:first-child+html  #menu ul li {
	float: left;
	height: 1;
}
*:first-child+html  #menu ul li a {
	height:1;
}
/* End */

/* end menu */

/* START PAGE MENU */

#pageMenu
{
	height : 50px;
	margin-top : 25px;
}

#pgNmbr
{
	float : left;
}

#pageMenu ul
{
	list-style-type : none;
	margin : 0;
	padding : 0;
	float : left;
}

#pageMenu ul li
{
	float : left;
}

#pageMenu ul li a
{
	display : block;
	padding : 0px 4px;
	background-color : #F2F2F2;
	float : left;
	border-right : 1px solid White;
	color : #0066FF;
}

#pageMenu ul li a:hover
{
	background-color : #666666;
	color : White;
	text-decoration : none;
}

#pageMenu ul li .selected
{
	background-color : #333333;
	color : White;
	text-decoration : none;
}

/* END PAGE MENU */