@CHARSET "ISO-8859-1";
body {
	font: 12px Arial;
	color: black;
	text-align: center;
	background-color: #fcfcfe;
	background-image: url(../img/bgtile.png);
	background-repeat: repeat-x;
}

body a {
	text-decoration: none;
	color: #2d2d76;
}

body a:hover {
	color: red;
}

body img {border: none}
body .clear {clear: both}

h1 {
color: #2d2d76;
}
h2 {
color: #2d2d76;
}
#container {
	position: relative;
	width: 832px;
	margin: 0 auto;
	text-align: center;
}


#page {
	position: relative;
	width: 821px;
	z-index: 0;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #b7b6b6;
	border-right: 1px solid #b7b6b6;
	padding-left: 4px;
	padding-right: 4px;
}

#content {
	border-left: inherit;
	border-right: inherit;
	height: 100%;
	background-color: #fff;
	background-image: url(../img/content_bg.png);
	background-repeat: no-repeat;
}

#roundedtop {
	background-image: url(../img/roundedtop.png);
	background-repeat: no-repeat;
	width: 832px;
	height: 9px;
}

#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 820px;
}

#nav {
	position: relative;
	top: -1px;
	height: 20px;
	background-color: #d4d1e7;
	padding-top: 5px;
	border-top: 1px solid #7f8590;
	border-bottom: 1px solid #7f8590;
	font-size: 11px;
	padding-left: 5px;
}

#nav .item {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #7f8590;
}

#nav .lastitem {
	border-right: none;
}

#logo {
	position: absolute;
	top: 7px;
	left: 58px;
}

#contact_details {
	position: absolute;
	top: 0px;
	left: 400px;
	background-image: url(../img/contact_details.png);
	background-repeat: no-repeat;
	width: 423px;
	height: 24px;
}

#columns {
	position: relative;
	min-height: 620px;
	padding-top: 10px;
}

#col1 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 590px;
} 
#col1 a.articletitle{

	font-size:14px;
	margin:5px 0 5px 0;
	padding:0;
	font-weight:bold;
	text-decoration:underline;
	

}
.articletitle {
font-size:14px
}
.numcom {
font-weight:bold;
}
#anexampletop {
	background-image: url(../img/anexample_top.png);
	background-repeat: no-repeat;
	width: 582px;
	height: 70px;
}
#anexamplemid {
	background-image: url(../img/anexample_mid.png);
	background-repeat: repeat-y;
	width: 582px;
	
} 
#anexamplemid ul {
margin-top:0px;
margin-bottom:0px
}
#anexamplebot {
	background-image: url(../img/anexample_bot.png);
	background-repeat: no-repeat;
	clear:both;
	width: 582px;
	height: 31px;
}
#anexamplemid .anexampleleft {
margin-left:10px;
width:240px
}
#anexamplemid .anexampleright {
float:right;
width:240px;
margin-right:50px;
}
#col2 {
	float: left;
	width: 200px;
	text-align: center;
}

#col2 .topquestion
{
	padding-bottom: 25px;
}

#col2 .bubble {
	position: relative;
	left: 15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	color: black;
	font-weight: bold;
	font-size: 15px;
}

#col2 .leftbubble {
	background-image: url(../img/leftbubble.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 122px;
}

#col2 .centerbubble {
	background-image: url(../img/centerbubble.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 127px;
}

#col2 .rightbubble {
	background-image: url(../img/rightbubble.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 126px;
}


#footer {
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	width: 831px;
	height: 20px;
	padding-top: 110px;
	font-size: 9px;
	color:#444a53;
}


