@charset "utf-8";
/* CSS Document */
/*begin reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr{
	height:0px;
	margin:0;
	padding:0;
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*end reset css*/

.container{
	width:730px;
	margin:0 auto;
}
.nav{
	color:#0066cc;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding-top:10px;
}
a{
	
	color:#0066cc;
	text-decoration:none;
}
a:hover{
	color:#0099ff;
}
.logo{
	text-align:center;
	padding-top:10px;
}
.panel{
	width:229px;
	border:1px solid #cfcfcf;
	float:left;
	margin-top:20px;
	margin-left:5px;
}
.panel p{
	font-size:11px;
	padding-left:15px;
	padding-top:10px;
	color:#333333;
	padding-right:20px;
}
.panel p span{
	color:#0066cc;
}
.heading{
	height:34px;
	width:215px;
	margin-left:2px;
	margin-top:2px;
	padding-left:10px;
	font-weight:bold;
	padding-top:6px;
}
.red{
	background:url(../images/bg-module-headings.jpg) repeat-x;
	color:#FFF;
}
.grey{
	background:url(../images/bg-white-moduel.jpg) repeat-x;
	color:#2766cc;
}
.list{
	margin-left:15px;
	margin-top:15px;
	padding-bottom:20px;
}
.list ul li{
	font-size:12px;
	font-weight:bold;
}
.button{
	text-align:center;
	padding-top:35px;
}
.footer{
	text-align:center;
	font-size:22px;
	margin-top:0px;
}
