/* GENERAL STYLES */
/*
-----------------------------------------------
skydog Screen Styles
Author: Cory Magin
Version 3: 10/2009
----------------------------------------------- */


@import "reset.css";
/*  mass reset so all browsers have margins set to zero
	and creates em based font sizing
	1em = 10px (approx.)
*/


/*
-----------------------------------------------
Color Library

Color Name			- 	Hex Value
Black(example)		-	#000
----------------------------------------------- */


/* Common=General
----------------------------------------------- */
html{
}
body{
	background:#F5F3F1 url(sky-images/background-new.gif) repeat-y center;
	float:center;
	text-align:center;
}
body.plain{
	background:#fff;
text-align:center;
}
#wrapper {
	width:700px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
}
#content strong{
        font-weight:bold;
}
#content em{
        font-style:italic;
}

#content strong em, #content em strong {
        font-weight:bold;
        font-style:italic;
}

a,
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #003366;
}
a:active {
	color: #003366;
}
a{
	outline:none;
}

strong{
        font-weight:bold;
}
em{
        font-style:italic;
}
hr{
	margin:15px 0;
}




#content {
	font:0.98em Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
