.Heading1, h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.2em 0 0.2em 0;
	padding: 0;
	color: #FA030B;
}


.Heading5, h5 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #FA030B;
}

.Paragraph, p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

body {
	font-size: 76%;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
	background-color: #cedadd;
	padding: 0;
	margin: 0;
}

#header {
	position: relative;
	width: 773px;
	margin: 0 auto;
	text-align: left;
}


#header h1, #header p {
	display: none;
}

#crossmenu {
	width: 773px;
	margin: 0 auto;
	text-align: right;
	background-color: #ffffff;
	height: 2em;
	border-top: 4px solid #5B1784;
}

 body.content #crossmenu {
	border-top: none;
}


#container {
	width: 773px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border-top: 10px solid #fff;
	margin-bottom: 20px;
}

body.content #container {
	background-image: none;
}


#mainContent {
	float: left;
	width: 410px;
	padding: 0 5px 20px 30px;	
}

#mainEmploy {
	float: left;
	width: 705px;
	padding: 0 5px 20px 30px;	
}


#secondaryContent {
	float: right;
	width: 295px;
	padding-right: 15px;
}

body.contentTwoColumn #secondaryContent {
	width: 150px;
}

#footer {
	clear: both;
	height: 30px;
	color: #fff;
	background-color: #cedadd;
	background-image: url(pics/footer2.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 20px 5px;
	border-top: 10px solid #fff;
}

.clear {
	clear: both;
	height: 1px;
}

a {
	color: #FA030B;
	text-decoration: none;
}

a:active,
a:hover {
	color: #666;
	text-decoration: underline;
}


img {
	border: 0;
}

blockquote {
	border-left:10px solid #fff;
	margin-left:10px;
}

strong, b {
	font-weight: bold;
	color:#333366;
}

em, i {
	font-style: italic;
}


#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 16px;
font: bold 13px Verdana;
background: #c00000 url(pics/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 0px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(pics/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 19px;
background: url(pics/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}


dl.curved {background:#333366 url(pics/topleft.gif) top left no-repeat; margin:5px 0; padding:0; width:400px;}
dl.curved dt {background:transparent url(pics/topright.gif) top right no-repeat; padding:10px; text-align:center; color:#fff;}
dl.curved dd {background:#eee url(pics/botleft.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.03em;}
dl.curved dd p.last {background:transparent url(pics/botright.gif) bottom right no-repeat; }
