/* CSS Document */

/*------------------RESET STYLES----------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {    
	margin: 0;   
	padding: 0; 
	}
	   
table {   
	border-collapse: collapse;   
	border-spacing: 0;   
	}
	   
fieldset, img, a {    
	border:none;
	outline:none;   
	}
	   
address, caption, cite, code, dfn, em, strong, th, var {   
	font-style: normal;   
	font-weight: normal;   
	}
	   
ol, ul {   
	list-style: none;   
	}
	   
caption,th {   
	text-align: left;   
	}
	   
h1, h2, h3, h4, h5, h6 {   
	font-size: 100%;   
	font-weight: normal;   
	}   

q:before, q:after {   
	content: '';   
	}   

abbr, acronym { 
	border: 0;   
	}  

/*------------------BODY STYLES----------------------*/
body {
	background-color: #c2d2de;
	margin: 10px 0 20px 0;
	background-image:url(../images/background-pattern.gif);
	background-repeat: repeat;
	background-position: top center;
	font: 11px verdana,arial,helvetica,clean,sans-serif; 
	line-height: 100%;
	color: #666666;
	}

img {
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
a, a:visited, a:hover{
	color: #0056b7;
	}

p {
	font-size: 1.09em;
	line-height: 1.3em;
	margin-bottom: 1.63em;
	}

p a, p a:visited	 {
	text-decoration: none;
	outline: none;
	}

p a:hover{
	text-decoration: underline;
	}
	
#wrapper {
	width: 944px;
	position:relative;
	height: auto;
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/topCorner.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	}
