@charset "UTF-8";



/* RESET POOL */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	position: relative;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
    text-align: center;
}
ul {
	margin-left: 2em;
	list-item: bullet;
}
/* TYPOGRAPHY POOL */
h2 {
	font-size: 23px;
	font-weight: bold;
	padding: 10px 0;
}
h3 {
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	border-color: #FF6600;
	font-weight: bold;
}

.li {
	line-height: 25px;
}

/* LINKS POOL */


a {
	text-decoration: none;
}
a:link {
	
}
a:visited {
	
}
a:hover {
	color: #666666;
}

/* DIV POOL */
#container {
	text-align: left;
	font: 12px 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	margin: 0px auto;
	padding: 0px;
	width: 810px;
}
div#header {
	margin-bottom: 15px;
	width: 810px;
	height: 315px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-width: thick;
	border-bottom-style: solid;
}
div.header1 {
	background-image: url(../images/purple_header.jpg);
	border-color: #7a003b;
}
div.header2 {
	background-image: url(../images/pink_header.jpg);
	border-color: #b93678;
}
div.header3 {
	background-image: url(../images/green_header.jpg);
	border-color: #617740;
}
div.header4 {
	background-image: url(../images/red_header.jpg);
	border-color: #a71a14;
}

#main {
	text-align: left;
	font: 12px 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	width: 810px;
	position: relative;
}

#s1 {
	text-align: left;
	font: 12px 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	padding: 0px;
	width: 260px;
	float: right;	
}
	
#login_box {
	margin-top: 20px;
	text-align: left;
	font: 12px 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	padding: 10px;
	width: 240px;
	height: 210px;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
}	

#s2 {
	position: relative;
	text-align: left;
	font: 12px 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	width: 535px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	padding-right: 15px;
}

#one {
	width: 470px;
	display:block;
}

#two {
	width: 470px;
	height: 200px;
	margin-top: 25px;
	display:block;	
}

#three {
	width:470px;
	margin-top: 29px;
}
#mail_in{
	display: block;
	position:absolute;
	bottom:0px;
	left: 1px;
	width: 468px;
}
#footer {
	clear: both;	
}
.theme1 a {
	color: #7a003b;
}
.theme2 a {
	color: #b93678;
}
.theme3 a {
	color: #617740
}
.theme4 a {
	color: #a71a14;
}

/* TYPOGRAPHY POOL */


h2 {
	line-height: 4px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #FF6600;
}

.li {
	line-height: 25px;
}

/* LINKS POOL */


a {
	text-decoration: none;
}
a:link {
	
}
a:visited {
	
}
a:hover {
	color: #666666;
}