html 
{ 
overflow-y: scroll;
}

body{
margin:0 auto;
padding:0;
font:85% Arial, Tahoma, sans-serif;
background:#fff;
font-size:12px;
font-weight:bold;
color:#333333;
}

#wrap{
	position: absolute;
	left: 50%;
	width:950px;
	height:auto;/*600px;*/
	margin-left: -475px;
	margin-top: 5px;
/*	border: 2px solid #030303;*/
	background:#fff;
}

#header {
	background:#fff url(../images/bannerBG.gif) repeat-x top left;
	position:relative;
	left:0px;
	top:0px;
	width:948px;
	height:172px;
}

#menu {
position:absolute; 
left:0px; 
top:131px; 
height:48px; 
width:892px;
font-weight:bold;
padding:7px 28px;
margin:0;
color:#333;
font-size:12px;
background:#fff url(../images/topMenuBG.gif) repeat-x; 
}

#menu a {
color:#333;
font-size:18px;
/*font-weight:bold;*/
text-decoration:none;
padding:0 4px 0 4px;
}

#menu a:hover {
color:#486387;
font-weight:bold;
text-decoration:none;
}


#boxTopRight {
	position:absolute;
	right:0;
	top:185px;
	height:475px;
	width:180px;
	background:#ccc url(../images/rightMenuBG.gif) repeat-x;
}


#boxTopLeft a, #boxBottomLeft  a {
color:#fff;
font-weight:100;
text-decoration:none;
/*padding:0 7px 0 7px;*/
}

#boxTopLeft a:hover, #boxBottomLeft  a:hover {
color:#d90661;
font-weight:100;
text-decoration:none;
}

#boxBottomLeft {
position:absolute; 
left:20px; 
top:370px; 
height:181px; 
width:232px;
background:#fff url(../images/box-bg.gif) repeat-y; 
padding:10px 5px 0 15px;
color:#FFFFFF;
font-size:11px;
}


#boxBottomLeft li, #boxTopLeft li {
list-style: url(../images/bullet-point.gif);
width:180px;
}


#content {
position:absolute; 
left:30px; 
top:185px; 
width:727px;
color:#000;
font-size:11px;
}

#mainMenu {
position:absolute; 
left:15px; 
top:365px; 
width:727px;
color:#000;
font-size:11px;
}

#columnLeft {
position:relative; 
float:left;
left:0px; 
top:15px; 
width:250px;
color:#000;
font-size:11px;
}

#columnRight {
position:relative; 
float:left;
left:0px; 
top:15px; 
width:250px;
color:#000;
font-size:11px;
margin-left:25px;
}

#footer {
position:absolute; 
width:948px; 
top:450px; 
height:35px; 
background:#ccc url(../images/btmMenuBG.gif) repeat-x; 
text-align:center;
padding-top:15px;
font-size:10px;
color:#333;
}

#footer a {
color:#333;
}

#footer a:hover {
color:#486387;
}



p {
line-height:18px;
font-weight:100;
font-size:14px;
}

h1 {
font-size:20px;
margin-top:0px;
color:#333333;
}


h3 {
font-size:14px;
margin-top:20px;
}


a {
color:#243c5c;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#486387;
text-decoration:none;
}

li {
list-style: url(../images/bullet-point.gif);
margin:2px 0 2px -22px;
font-size:12px;
}
/*
ul {
margin-top:25px;
}
*/
td {
text-align:center;
}

.small {
font-size:10px;
}

.menuTxt {
margin-left:20px;
}

.strikethrough {
text-decoration:line-through;
}