
@import url("module_reset.css");
@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_sidebar.css");
@import url("module_content.css");
@import url("module_footer.css");


/* ------------------------------------- */
/* STANDARD HTML TAG DEFINITION          */
/* ------------------------------------- */

html, body { border: 0; margin: 0; padding: 0; background: url("../images/bg.jpg") 0% 0% repeat-x #fcfcfc; text-align: center; }  

body,
form, input {
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a:link { color: #1b3a95; text-decoration: none; }
a:visited { color: #1b3a95; text-decoration: none; }
a:hover { color: #333333; text-decoration: none; }

div.clear { height: 0; font-size: 0px; line-height: 0px; clear: both; }

.float_right { margin: 0 0 20px 20px; float: right; } 
.float_left { margin: 0 20px 20px 0; float: left; }

/* ------------------------------------- */
/* GENERIC                               */
/* ------------------------------------- */

#container { margin: 0 auto; width: 990px; text-align: left; }

/*---- Dark Default (content-main) #1b3a95 ----*/
/*---- Light Default (sidebar) #596fb2 ----*/

/*---- Dark Blue (content-main) #006ea6 ----*/
/*---- Light Blue (sidebar) #2d89be ----*/

/*---- Dark Yellow (content-main) #f0a303 ----*/
/*---- Light Yellow (sidebar) #fcb502 ----*/

/*---- Dark Green (content-main) #01803e ----*/
/*---- Light Green (sidebar) #449f5e ----*/

/*---- Dark Red (content-main) #d82e20 ----*/
/*---- Light Red (sidebar) #e65f40 ----*/


