
html,body,div,span,applet,object,iframe,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;line-height:1;font-family:inherit;text-align:left;vertical-align:baseline;margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}

html, body, div {
	margin:0px auto;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
	background-color:#ffffff;
	font-family:Tahoma;
	font-size: 12px;
}

/* Container
---------------------------------------------------------------------------------------- */

#container {
	width:800px;
	height: 895px;
	position: relative;
	text-align:left;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #056192;
}

/* Header
---------------------------------------------------------------------------------------- */

#header {
	width:800px;
	height: 160px;
	background: url("images/logo.jpg") no-repeat;
	margin:0px auto;
}

/* Holder
---------------------------------------------------------------------------------------- */

#holder {
	position: absolute;
	width:800px;
	margin-top:0px;
	margin-bottom: 5px;
	background-color: #fff;
	text-align: left;
}

#menu_links {
	margin-left: 10px !important;
	margin-left: 5px;
	width: 155px;
	float: left;
}
	
#menu_links ul a{
	text-align:left;
	padding-left: 25px;
	font-family:Tahoma;
	background:url(images/link.jpg) no-repeat;
	color:#000000;
	width:131px;
	font-size:1em;
	font-weight:bolder;
	float:right;
	text-decoration:none;
	line-height: 28px;
	padding-bottom: 4px;
	}
	
#menu_links ul a:hover{
	background:url(images/hover.jpg) no-repeat;
	color:#000000;
	text-decoration:none;
	line-height: 28px;
	}

#content {
	width: 623px !important;
	width: 623px;
	height: 710px;
	margin-top:0px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #FFB4D2;
	border-right: 1px solid #FFB4D2;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 8px;
	margin-bottom: 5px;
	padding-left: 10px;
}

#content ul {
	font-size: 12px;
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: square;
	padding-left: 20px;
}

#content li {
	font-size: 12px;
	margin-left: 8px;
}

#content p{
	margin-left: 8px;
	padding-right: 15px;
	padding-left: 10px;
	line-height: 13px;
}

/* footer
----------------------------------------------------------------------------------------*/

#footer {
	width: 780px;
	margin-left: 10px !important;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	border-top: 1px solid #FFB4D2;
	float:left;
}

/* Call 2 action
----------------------------------------------------------------------------------------*/

#cta {
	width: 390px;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
#cta a {
	display: block;
	font-size: 15px;	
	font-family:Tahoma;
	border-color: #336699;
	border: 1px solid #999999;
	text-align: center;
	font-weight: Bold;
	padding: 5px;
	background-color: #BDFCF4;
	color: #000000;	
}

#cta a:hover {
	color: #000000;	
	font-family:Tahoma;
	background-color: #ffffcc;	
}

