/* basic elements */

html, body { 
	font-size: 1em;
	font-family: Verdana, sans; 
	color: #222;
	background:#fff;
	/* margin: 0; 
	padding: 0; */
}

body {
	/* min-width: 844px; */
}

a:link { 
/*	font-weight: bold;*/ 
	text-decoration: none;
        color: #3555bb;
	}

a:visited { 
/*	font-weight: bold; */
	text-decoration: none; 
        color: #8852bb;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #3552bb;
	}

p { 
	line-height: 1.5em;
	font-size: 0.8em;
	text-align: justify;
	margin: 0;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul { 
	line-height: 1.2em;
	font-size: 0.8em;
	margin: 15px 30px 10px 30px; 
	padding: 5px 10px 5px 25px;
	background: #ffd; border: #ffa solid; 
	border-width: 1px;
	list-style-image: url(/images/green_bullet.png);
        text-align: left;
	}

h1 {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: green;
	font-weight: normal;
}

h2 {
	line-height: 0.5em;
	color: green;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 1.3em;
}


h3 {
	line-height: 1.5em;
	font-size: 1.0em;
	text-align: justify;
	letter-spacing: -0.2px;
	margin-bottom: 0px;
	margin-top: 25px;
	font-weight: bold;
}

li {
	margin-bottom: 5px;

}

em {
	font-weight: bold;
	color: #040;
}




#header {
	width: 740px;
	padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 10px;
        float:left;
}

#header_right {
    float:right;
    width: 750px;
    text-align:right;
    color: #666;
    font-size: 0.8em;
}

#content {
	width: 750px;
	background: white;
	border: none;
	margin: 0px auto;
}

#main {
	float:left;
	width:480px;
	padding-left: 10px;
	padding-right: 10px;
}

#main p {
	margin-left: 25px;
	margin-right: 10px;
	font-size: 1.0em;
}

#mainfullwidth {
	float:left;
	width:730px;
	padding-left: 10px;
	padding-right: 10px;
}


#contenttwo {
	width: 700px;
	clear: both;
	padding: 15px;
}

#registerbar {
	float:right;
	width:228px;
	text-align:center;
	border: 1px black solid;
	padding: 10px;
	background: #ffffc0;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding-top: 15px;
}

#maincontent {
    width: 600px;
    margin: auto; 
    clear: both;
    padding-top: 5px;
}

.error {
        color: red;
}

.center_text {
	text-align: center;
}

.button {
	font-size: 0.8em;
	background-color: #ffa;
	font-weight: normal;
	color: #00c;
	text-decoration: underline;
	padding: 5px;
    cursor: pointer;        
}

.register_button {
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px;
}


.tab_box {
    clear: both;
    width: 720px;
    position:relative;
    display: block;
    min-height: 30em;
}

.tab_box_tabs {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    width: 200px;
    z-index: 1;
}

.tab_box_tabs ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
    background: white;
    border: 0;
    border-bottom: 1px black solid;
    z-index: 1;
}

.tab_box_tabs a{
    padding: 0 0.5em;
}

.tab_box_tab {
    padding: 0.7em 0em;
    border: 1px solid #DDDDDD;
    margin: 0 0 -1px;
    cursor: pointer;
    width: 199px;
    background: #eeeeee;
}

.tab_box_tab_active {
    padding: 0.7em 0em;
    border: 1px solid #DDDDDD;
    margin: 0 0 -1px;
    cursor: pointer;
    width: 199px;
    border-right: white 1px solid;
}

.tab_box_contents {
    background-color:#FFFFFF;
    border: 1px solid #DDDDDD;
    float:left;
    left:0;
    padding:15px;
    position:relative;
    top:0;
    width:470px;
    z-index:0;
    min-height: 20em;
}

.tab_box img{
    margin: 10px;
}



.indent {
    margin-left: 40px;
}

.popup {
    background:transparent url(/images/external.png) no-repeat scroll right center;
    padding:0 13px 0 0;
}

.form_error {

    color: red;
}

.errorlist {
    list-style: none;
}

.form th {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
.form td {
    font-size: 0.7em
}

.form_required th {
    font-weight: bold;   
}

