/*CSS*/
/*CSS Document*/



body {
	margin: 0px;
	padding: 0px;
}
	
		
#container {
	width:960px;
	min-height:700px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.inside-content {
	margin-left:228px;
	margin-top: 133px;
}

.font-style {
	font-family: Verdana,Geneva,sans-serif; 
}	


h2 {
	font-size:20px;
	color:#1d1d1b;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	}
	

p {
	font-size:12px;
	color:#706f6f;
	font-family: Verdana,Geneva,sans-serif;
	line-height: 1.6em;
	word-spacing: 0.1em;
}

#insideCopyContent { color:#706f6f; font-family:Verdana, Geneva, sans-serif; font-size:12px; }

a:link {
	color: #015174;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #015174;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
hr {border:1px solid #e8e8e8
}


/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {

    }


/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {

    }


/* #Mobile (Landscape)
================================================== */
    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

    }