/*======================================================================*/
/* >>Colors                                                             */
/*======================================================================*/
/* Default Text (almost black) #333333 */
/* H1, H2 (dark blue) #224376 */
/* Common Borders (grey) #CCCCCC */
/* Interiors (light grey) #EEEEEE */
/* Red (hovers, etc) #FF0000 */
/* Green (hovers, etc) #008000 */
/* Blue (hovers, etc) #0000FF */

/*======================================================================*/
/* >>Resetting Elements                                                 */
/*======================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*======================================================================*/
/* >>Basic Styles                                                       */
/*======================================================================*/
body {
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 14px;
	padding: 5px 0px 0 0px;
}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.strikethr {text-decoration: line-through;}
.floatl {float: left;}
.floatr {float: right;}
.clearl {clear: left;}
.clearr {clear: right;}
.clearb {clear: both;}

/*======================================================================*/
/* >>Headers                                                            */
/*======================================================================*/
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em; margin-bottom: 8px;}
h3 {font-size: 1.2em; margin-bottom: 8px;}
h2#choose_doc {
	margin-top: 30px;
	text-align: center;
}
	
/*======================================================================*/
/* >>Site Structure                                                     */
/*======================================================================*/
div#form_container {
	margin-bottom: 70px;
}
table#main_table {
	width: 475px;
}

/*======================================================================*/
/* >>Navigation                                                         */
/*======================================================================*/


/*======================================================================*/
/* >>Forms                                                              */
/*======================================================================*/
form#upload_form {
	background-color: #EEE;
	border: 2px solid #000;
	margin: 30px auto 20px auto;
	padding: 10px 20px;
	width: 290px;
}
form#upload_form h2 {
	margin: 0 0 8px 30px;
	text-align: center;
}
form#upload_form input#file {
	border: 1px solid #676767;
}
form#upload_form div#submit_box {
	margin-top: 14px;
	text-align: center;
}

/*======================================================================*/
/* >>Paragraphs                                                         */
/*======================================================================*/
p {
	margin-bottom: 8px;
}
p#upload_response, p#upload_error {
	color: #008000;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
p#upload_error {
	color: #FF0000;
	font-size: 1.3em;
}

/*======================================================================*/
/* >>Lists                                                              */
/*======================================================================*/
ul#sample_docs {
	border: 0px;
	list-style-type: none;
	margin: 0;
	width: 470px;
}
ul#sample_docs li {
	float: left;
	text-align: center;
	padding-bottom: 10px;
	width: 230px;
}
ol#to_do_container {
	border: 0px;
	text-align: center;
	margin: 0;
	width: 375px;
}
ol#to_do_container li {
	float: left;
}

/*======================================================================*/
/* >>Links                                                              */
/*======================================================================*/


/*======================================================================*/
/* >>Images                                                             */
/*======================================================================*/
img#project_support {
	margin: 0 10px 10px 0;
	width: 200px;
}

/*======================================================================*/
/* >>Misc                                                               */
/*======================================================================*/