@import url('reset.css');
@import url('960.css');




/* Universal
---------------------------------------------------------*/

body { margin: 100px 0 50px 0; }

a { color: #999; text-decoration: underline; }
a:hover { color: #666; text-decoration: none; }

/* Print
---------------------------------------------------------*/

body {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 13x;
	color: #333;
	line-height: 25px;
}

p { margin-bottom: 20px; }

h1 { font-size: 30px; line-height: 37px; letter-spacing: .9pt; }
h2 { font-size: 25px; line-height: 32px; }
h3 { font-size: 20px; line-height: 27px; }
h1, h2, h3 { padding-bottom: 20px; }
ul { list-style-type: square; padding-left: 50px; }

/* IDs
---------------------------------------------------------*/
#sidebar { font-size: 12px; }
#sidebar a { text-decoration: none; color: #000; display: block; background: #e0e0e0; border-bottom: 1px solid #fff; padding: 10px 0 10px 14px; }
#sidebar a:hover { background: #cacaca; }
#sidebar a img { border-bottom: 0 !important; }
#sidebar img { margin-bottom: 15px; }
#sidebar p { padding-left: 14px; margin-top: 25px; color: #ccc; }
#content { }
#submit a { background: #353535; color: #fff; padding: 15px; text-transform: uppercase; display: block; text-decoration: none; }
#submit a:hover { background: #646464; }

/* classes
---------------------------------------------------------*/
.input { width: 610px; padding: 5px; font-size: 20px; color: #666; font-weight: normal; background: #f0f0f0; border: 0; font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; border: 1px solid #ccc; }
.inputtextarea { width: 610px; height: 40px; padding: 5px; font-size: 20px; color: #666; font-weight: normal; background: #f0f0f0; border: 0; font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; border: 1px solid #ccc; }
.divider { border-bottom: 1px solid #ccc; margin-bottom: 40px; }